Home
last modified time | relevance | path

Searched refs:ti (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/networking/
Dtls_aesgcm.c83 unsigned long ti = SWAP_BE32(l[i]); in RIGHTSHIFTX() local
84 unsigned long carryOut = ti << (LONG_BIT-1); // zero, or 0x800..00 in RIGHTSHIFTX()
85 ti = (ti >> 1) ^ carryIn; in RIGHTSHIFTX()
86 l[i] = SWAP_BE32(ti); in RIGHTSHIFTX()
/busybox-1.35.0/editors/
Dawk.c1095 const uint32_t *ti; in next_token() local
1184 ti = tokeninfo; in next_token()
1200 t_info = *ti; in next_token()
1205 ti++; in next_token()