HomeSort by relevance Sort by last modified time
    Searched full:raw0 (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/src/crypto/
des-internal.c 252 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/qemu/
d3des.c 104 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/chromium_org/third_party/icu/source/test/intltest/
tzrulets.cpp 1009 int32_t raw0, dst0; local
1182 int32_t raw0, dst0, raw1, dst1; local
2334 int32_t raw, dst, raw0, dst0; local
    [all...]
  /external/icu4c/test/intltest/
tzrulets.cpp 1010 int32_t raw0, dst0; local
1183 int32_t raw0, dst0, raw1, dst1; local
2335 int32_t raw, dst, raw0, dst0; local
    [all...]
  /external/clang/test/Analysis/
misc-ps.m 581 unsigned long *cook, *raw0;
586 raw0 = raw1++;
587 *cook = (*raw0 & 0x00fc0000L) << 6;
588 *cook |= (*raw0 & 0x00000fc0L) << 10;
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/
des.c 1372 const ulong32 *raw0; local
    [all...]
  /frameworks/base/docs/image_sources/fundamentals/
restore_instance.graffle     [all...]

Completed in 301 milliseconds