HomeSort by relevance Sort by last modified time
    Searched refs:__key (Results 151 - 175 of 196) sorted by null

1 2 3 4 5 67 8

  /external/strace/
ipc_msgctl.c 77 tprintf(", key=%u", (unsigned) msqid_ds.msg_perm.__key);
ipc_shmctl.c 77 tprintf(", key=%u", (unsigned) shmid_ds.shm_perm.__key);
  /external/strace/tests/
ipc_msg.c 51 (unsigned) ds.msg_perm.mode, (unsigned) ds.msg_perm.__key,
ipc_shm.c 51 (unsigned) ds.shm_perm.mode, (unsigned) ds.shm_perm.__key,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
ypclnt.h 56 int (*foreach) (int __status, char *__key, int __keylen,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
ypclnt.h 56 int (*foreach) (int __status, char *__key, int __keylen,
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 263 ::erase(const key_type& __key) {
264 const size_type __n = _M_bkt_num_key(__key);
272 if (_M_equals(_M_get_key(*__cur), __key)) {
279 } while ((__cur != __last) && _M_equals(_M_get_key(*__cur), __key));
285 if (_M_equals(_M_get_key(*__cur), __key)) {
289 } while ((__cur != __last) && _M_equals(_M_get_key(*__cur), __key));
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 263 ::erase(const key_type& __key) {
264 const size_type __n = _M_bkt_num_key(__key);
272 if (_M_equals(_M_get_key(*__cur), __key)) {
279 } while ((__cur != __last) && _M_equals(_M_get_key(*__cur), __key));
285 if (_M_equals(_M_get_key(*__cur), __key)) {
289 } while ((__cur != __last) && _M_equals(_M_get_key(*__cur), __key));
  /external/fio/os/
os-android.h 83 static inline int shmget (key_t __key, size_t __size, int __shmflg)
92 sprintf(key,"%d",__key);
  /external/toybox/toys/pending/
ipcs.c 236 printf("0x%08x ", buf.shm_perm.__key);
328 printf("0x%08x ", buf.sem_perm.__key);
413 printf("0x%08x ", buf.msg_perm.__key);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
libc-lock.h 582 extern int __pthread_key_create (pthread_key_t *__key,
585 extern int __pthread_setspecific (pthread_key_t __key,
588 extern void *__pthread_getspecific (pthread_key_t __key);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
libc-lock.h 582 extern int __pthread_key_create (pthread_key_t *__key,
585 extern int __pthread_setspecific (pthread_key_t __key,
588 extern void *__pthread_getspecific (pthread_key_t __key);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
libc-lock.h 582 extern int __pthread_key_create (pthread_key_t *__key,
585 extern int __pthread_setspecific (pthread_key_t __key,
588 extern void *__pthread_getspecific (pthread_key_t __key);
  /external/libxml2/
threads.c 56 extern void *pthread_getspecific (pthread_key_t __key)
58 extern int pthread_setspecific (pthread_key_t __key,
61 extern int pthread_key_create (pthread_key_t *__key,
64 extern int pthread_key_delete (pthread_key_t __key)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pthread.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pthread.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...]
  /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...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unordered_set.h 608 * @param __key A key instance.
612 bucket(const key_type& __key) const
613 { return _M_h.bucket(__key); }
    [all...]
unordered_map.h 674 * @param __key A key instance.
678 bucket(const key_type& __key) const
679 { return _M_h.bucket(__key); }
    [all...]
  /external/boringssl/src/crypto/aes/asm/
aes-586.pl 213 $__key=&DWP(20,"esp"); # pointer to key schedule
296 &mov ($key,$__key); # reincarnate v1 as key
350 &mov ($key,$__key); # reincarnate v0 as key
440 if ($i==3) { &$Fn ($key,$__key); }##%edx
503 &mov ($__key,$key); # save key
536 &mov ($key,$__key);
545 &mov ($__key,$key);
613 &mov ($__key,$key);
689 &mov ($key,$__key);
777 if ($i==3) { &mov ($key,$__key); }##%ed
    [all...]

Completed in 2141 milliseconds

1 2 3 4 5 67 8