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

  /external/qemu/ui/
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/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;