Searched refs:raw0 (Results 1 - 3 of 3) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | des-internal.c | 252 const u32 *raw0; in cookey() local 258 raw0 = raw1++; in cookey() 259 *cook = (*raw0 & 0x00fc0000L) << 6; in cookey() 260 *cook |= (*raw0 & 0x00000fc0L) << 10; in cookey() 263 *cook = (*raw0 & 0x0003f000L) << 12; in cookey() 264 *cook |= (*raw0 & 0x0000003fL) << 16; in cookey()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | des-internal.c | 252 const u32 *raw0; in cookey() local 258 raw0 = raw1++; in cookey() 259 *cook = (*raw0 & 0x00fc0000L) << 6; in cookey() 260 *cook |= (*raw0 & 0x00000fc0L) << 10; in cookey() 263 *cook = (*raw0 & 0x0003f000L) << 12; in cookey() 264 *cook |= (*raw0 & 0x0000003fL) << 16; in cookey()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzrulets.cpp | 1007 int32_t raw0, dst0; in TestVTimeZoneSimpleWrite() local 1009 vtz_org->getOffset(time, false, raw0, dst0, status); in TestVTimeZoneSimpleWrite() 1012 if (raw0 != raw1 || dst0 != dst1) { in TestVTimeZoneSimpleWrite() 1180 int32_t raw0, dst0, raw1, dst1; in TestGetSimpleRules() local 1181 tz->getOffset(testTimes[i], false, raw0, dst0, status); in TestGetSimpleRules() 1189 if (raw0 != raw1 || dst0 != dst1) { in TestGetSimpleRules() 2332 int32_t raw, dst, raw0, dst0; in verifyTransitions() local 2350 icutz.getOffset(time - 1, false, raw0, dst0, status); in verifyTransitions() 2356 if (raw == raw0 && dst == dst0) { in verifyTransitions() 2383 icutz.getOffset(time - 1, false, raw0, dst in verifyTransitions() [all...] |
Completed in 5 milliseconds