Searched refs:vl (Results 1 – 2 of 2) sorted by relevance
156 uint64_t vl, vh; in gcm_gen_table() local168 vl = (uint64_t) hi << 32 | lo; in gcm_gen_table()171 ctx->HL[8] = vl; in gcm_gen_table()179 uint32_t T = ( vl & 1 ) * 0xe1000000U; in gcm_gen_table()180 vl = ( vh << 63 ) | ( vl >> 1 ); in gcm_gen_table()183 ctx->HL[i] = vl; in gcm_gen_table()190 vl = *HiL; in gcm_gen_table()193 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;