Searched refs:iS (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/bearssl/src/symcipher/
H A Daes_big_dec.c30 static const unsigned char iS[] = { variable
230 t0 = ((uint32_t)iS[s0 >> 24] << 24)
231 | ((uint32_t)iS[(s3 >> 16) & 0xFF] << 16)
232 | ((uint32_t)iS[(s2 >> 8) & 0xFF] << 8)
233 | (uint32_t)iS[s1 & 0xFF];
234 t1 = ((uint32_t)iS[s1 >> 24] << 24)
235 | ((uint32_t)iS[(s0 >> 16) & 0xFF] << 16)
236 | ((uint32_t)iS[(s3 >> 8) & 0xFF] << 8)
237 | (uint32_t)iS[s2 & 0xFF];
238 t2 = ((uint32_t)iS[s
[all...]
H A Daes_small_dec.c30 static const unsigned char iS[] = { variable
77 state[i] = iS[state[i]];
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c23108 i64 iS = (i64)(x.iJD/1000 - 21086676*(i64)10000); local
23109 sqlite3Int64ToText(iS, &z[j]);
187519 int iS = 0; local
[all...]

Completed in 601 milliseconds