HomeSort by relevance Sort by last modified time
    Searched defs:k8 (Results 1 - 5 of 5) sorted by null

  /system/extras/ksmutils/
lookup3.c 294 const uint8_t *k8; local
338 k8 = (const uint8_t *)k;
342 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */
343 case 10: c+=((uint32_t)k8[9])<<8; /* fall through */
344 case 9 : c+=k8[8]; /* fall through */
346 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */
347 case 6 : b+=((uint32_t)k8[5])<<8; /* fall through */
348 case 5 : b+=k8[4]; /* fall through */
350 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */
351 case 2 : a+=((uint32_t)k8[1])<<8; /* fall through *
360 const uint8_t *k8; local
479 const uint8_t *k8; local
545 const uint8_t *k8; local
656 const uint8_t *k8; local
    [all...]
  /external/clang/test/Misc/
diag-template-diffing.cpp 236 int k8 = f8(U8<char>()); variable
    [all...]
  /external/openssh/
umac.c 379 k8,k9,k10,k11; local
390 k8 = *(k+8); k9 = *(k+9); k10 = *(k+10); k11 = *(k+11);
393 h2 += MUL64((k4 + d0), (k8 + d4));
404 k0 = k8; k1 = k9; k2 = k10; k3 = k11;
426 k8,k9,k10,k11,k12,k13,k14,k15; local
438 k8 = *(k+8); k9 = *(k+9); k10 = *(k+10); k11 = *(k+11);
442 h2 += MUL64((k4 + d0), (k8 + d4));
443 h3 += MUL64((k8 + d0), (k12 + d4));
457 k0 = k8; k1 = k9; k2 = k10; k3 = k11;
481 k8,k9,k10,k11,k12,k13,k14,k15 local
    [all...]
  /external/clang/test/CXX/drs/
dr1xx.cpp 169 int k8 = f(&s.f<int>); member in namespace:dr115
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 156 milliseconds