Searched refs:ti (Results 1 – 2 of 2) sorted by relevance
83 unsigned long ti = SWAP_BE32(l[i]); in RIGHTSHIFTX() local84 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()
1095 const uint32_t *ti; in next_token() local1184 ti = tokeninfo; in next_token()1200 t_info = *ti; in next_token()1205 ti++; in next_token()