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

  /external/libvncserver/common/
d3des.c 112 register unsigned long *cook, *raw0; local
118 raw0 = raw1++;
119 *cook = (*raw0 & 0x00fc0000L) << 6;
120 *cook |= (*raw0 & 0x00000fc0L) << 10;
123 *cook = (*raw0 & 0x0003f000L) << 12;
124 *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;
  /external/libvncserver/webclients/novnc/include/
des.js 138 raw0, raw1, rawi, KnLi;
172 raw0 = kn[rawi++];
174 keys[KnLi] = (raw0 & 0x00fc0000) << 6;
175 keys[KnLi] |= (raw0 & 0x00000fc0) << 10;
179 keys[KnLi] = (raw0 & 0x0003f000) << 12;
180 keys[KnLi] |= (raw0 & 0x0000003f) << 16;
  /external/icu/icu4c/source/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...]

Completed in 197 milliseconds