Searched refs:iS (Results 1 – 9 of 9) sorted by relevance
30 static const unsigned char iS[] = { variable230 t0 = ((uint32_t)iS[s0 >> 24] << 24) in br_aes_big_decrypt()231 | ((uint32_t)iS[(s3 >> 16) & 0xFF] << 16) in br_aes_big_decrypt()232 | ((uint32_t)iS[(s2 >> 8) & 0xFF] << 8) in br_aes_big_decrypt()233 | (uint32_t)iS[s1 & 0xFF]; in br_aes_big_decrypt()234 t1 = ((uint32_t)iS[s1 >> 24] << 24) in br_aes_big_decrypt()235 | ((uint32_t)iS[(s0 >> 16) & 0xFF] << 16) in br_aes_big_decrypt()236 | ((uint32_t)iS[(s3 >> 8) & 0xFF] << 8) in br_aes_big_decrypt()237 | (uint32_t)iS[s2 & 0xFF]; in br_aes_big_decrypt()238 t2 = ((uint32_t)iS[s2 >> 24] << 24) in br_aes_big_decrypt()[all …]
30 static const unsigned char iS[] = { variable77 state[i] = iS[state[i]]; in inv_sub_bytes()
31 # WHAT iS THAT?
179 # GRR: WHAT iS THAT? AA foo comment record
228 # pointer to vital product data (VPD); 0 indicates no VPD; WHAT EXACTLY iS VPD?
100 #>2 byte x THIS iS GZIP
133 QMAJKOSLakhT2+zNVVXxxvjpoixMptEmX36vWkzaH6byHCx+rgIW0lbQL1dTR+iS
233 …sb_args:-iS PATH=/bin:/usr/bin:/Not WASPATH=${PATH} WASOUT=${OUTSIDEVAR} TESTVAR=SbValue WASTEST=$…
25721 i64 iS = (i64)(x.iJD/1000 - 21086676*(i64)10000); in strftimeFunc() local25722 sqlite3_str_appendf(&sRes,"%lld",iS); in strftimeFunc()203807 int iS = 0;203811 rc = fts3BestSnippet(nFToken, pCsr, iRead, mCovered, &mSeen, &sF, &iS);203815 if( iS>iBestScore ){203817 iBestScore = iS;