HomeSort by relevance Sort by last modified time
    Searched refs:__key (Results 51 - 71 of 71) sorted by null

1 23

  /external/strace/tests-mx32/
ipc_shm.c 147 (unsigned) ds.shm_perm.mode, (unsigned) ds.shm_perm.__key,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pthread.h     [all...]
stdlib.h 755 extern void *bsearch (__const void *__key, __const void *__base,
905 extern void setkey (__const char *__key) __THROW __nonnull ((1));
    [all...]
unistd.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_set.h 578 * @param __key A key instance.
582 bucket(const key_type& __key) const
583 { return _M_h.bucket(__key); }
    [all...]
unordered_map.h 643 * @param __key A key instance.
647 bucket(const key_type& __key) const
648 { return _M_h.bucket(__key); }
    [all...]
hashtable.h 601 _M_find_node(size_type __bkt, const key_type& __key,
604 __node_base* __before_n = _M_find_before_node(__bkt, __key, __c);
    [all...]
hashtable_policy.h 933 _M_hash_code(const _Key& __key) const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
unordered_set.h 578 * @param __key A key instance.
582 bucket(const key_type& __key) const
583 { return _M_h.bucket(__key); }
    [all...]
unordered_map.h 643 * @param __key A key instance.
647 bucket(const key_type& __key) const
648 { return _M_h.bucket(__key); }
    [all...]
hashtable.h 601 _M_find_node(size_type __bkt, const key_type& __key,
604 __node_base* __before_n = _M_find_before_node(__bkt, __key, __c);
    [all...]
hashtable_policy.h 933 _M_hash_code(const _Key& __key) const
    [all...]
  /external/boringssl/src/crypto/fipsmodule/aes/asm/
aes-586.pl 217 $__key=&DWP(20,"esp"); # pointer to key schedule
300 &mov ($key,$__key); # reincarnate v1 as key
354 &mov ($key,$__key); # reincarnate v0 as key
444 if ($i==3) { &$Fn ($key,$__key); }##%edx
507 &mov ($__key,$key); # save key
540 &mov ($key,$__key);
549 &mov ($__key,$key);
617 &mov ($__key,$key);
693 &mov ($key,$__key);
781 if ($i==3) { &mov ($key,$__key); }##%ed
    [all...]
  /bionic/libc/include/
stdlib.h 96 void* bsearch(const void* __key, const void* __base, size_t __nmemb, size_t __size, int (*__comparator)(const void* __lhs, const void* __rhs));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable_policy.h 592 _M_hash_code(const _Key& __key) const
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable_policy.h 592 _M_hash_code(const _Key& __key) const
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 187 int __key; member in struct:__sanitizer::__sanitizer_ipc_perm
    [all...]
sanitizer_platform_limits_posix.cc     [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 802 extern void *bsearch (__const void *__key, __const void *__base,
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
arm_neon.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
arm_neon.h     [all...]

Completed in 797 milliseconds

1 23