Searched refs:raw0 (Results 1 - 6 of 6) sorted by relevance

/external/qemu/ui/
H A Dd3des.c104 register unsigned long *cook, *raw0; local
110 raw0 = raw1++;
111 *cook = (*raw0 & 0x00fc0000L) << 6;
112 *cook |= (*raw0 & 0x00000fc0L) << 10;
115 *cook = (*raw0 & 0x0003f000L) << 12;
116 *cook |= (*raw0 & 0x0000003fL) << 16;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Ddes-internal.c252 const u32 *raw0; local
258 raw0 = raw1++;
259 *cook = (*raw0 & 0x00fc0000L) << 6;
260 *cook |= (*raw0 & 0x00000fc0L) << 10;
263 *cook = (*raw0 & 0x0003f000L) << 12;
264 *cook |= (*raw0 & 0x0000003fL) << 16;
/external/wpa_supplicant_8/src/crypto/
H A Ddes-internal.c252 const u32 *raw0; local
258 raw0 = raw1++;
259 *cook = (*raw0 & 0x00fc0000L) << 6;
260 *cook |= (*raw0 & 0x00000fc0L) << 10;
263 *cook = (*raw0 & 0x0003f000L) << 12;
264 *cook |= (*raw0 & 0x0000003fL) << 16;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Ddes-internal.c252 const u32 *raw0; local
258 raw0 = raw1++;
259 *cook = (*raw0 & 0x00fc0000L) << 6;
260 *cook |= (*raw0 & 0x00000fc0L) << 10;
263 *cook = (*raw0 & 0x0003f000L) << 12;
264 *cook |= (*raw0 & 0x0000003fL) << 16;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzrulets.cpp1009 int32_t raw0, dst0; local
1011 vtz_org->getOffset(time, FALSE, raw0, dst0, status);
1014 if (raw0 != raw1 || dst0 != dst1) {
1182 int32_t raw0, dst0, raw1, dst1; local
1183 tz->getOffset(testTimes[i], FALSE, raw0, dst0, status);
1191 if (raw0 != raw1 || dst0 != dst1) {
2334 int32_t raw, dst, raw0, dst0; local
2352 icutz.getOffset(time - 1, FALSE, raw0, dst0, status);
2358 if (raw == raw0 && dst == dst0) {
2385 icutz.getOffset(time - 1, FALSE, raw0, dst
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp1008 int32_t raw0, dst0; local
1010 vtz_org->getOffset(time, FALSE, raw0, dst0, status);
1013 if (raw0 != raw1 || dst0 != dst1) {
1181 int32_t raw0, dst0, raw1, dst1; local
1182 tz->getOffset(testTimes[i], FALSE, raw0, dst0, status);
1190 if (raw0 != raw1 || dst0 != dst1) {
2333 int32_t raw, dst, raw0, dst0; local
2351 icutz.getOffset(time - 1, FALSE, raw0, dst0, status);
2357 if (raw == raw0 && dst == dst0) {
2384 icutz.getOffset(time - 1, FALSE, raw0, dst
[all...]

Completed in 270 milliseconds