Searched refs:vl (Results 1 – 2 of 2) sorted by relevance
153 uint64_t vl, vh; in gcm_gen_table() local165 vl = (uint64_t) hi << 32 | lo; in gcm_gen_table()168 ctx->HL[8] = vl; in gcm_gen_table()176 uint32_t T = ( vl & 1 ) * 0xe1000000U; in gcm_gen_table()177 vl = ( vh << 63 ) | ( vl >> 1 ); in gcm_gen_table()180 ctx->HL[i] = vl; in gcm_gen_table()187 vl = *HiL; in gcm_gen_table()190 HiL[j] = vl ^ ctx->HL[j]; in gcm_gen_table()
4166 UINT vl; local4214 vl = 0;4219 for (vl = 0; vl < n; *tp++ = (TCHAR)vp[vl], vl++) ;4221 vl++;4227 vl = 2;4230 if (vl == 0) res = FR_NOT_ENOUGH_CORE;