Searched refs:__key (Results 101 - 125 of 145) sorted by relevance

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dbtree-128.h83 void visitor128(void *elem, unsigned long opaque, unsigned long *__key,
H A Dspinlock.h96 static struct lock_class_key __key; \
98 __raw_spin_lock_init((lock), #lock, &__key); \
H A Dsysfs.h48 static struct lock_class_key __key; \
50 (attr)->key = &__key; \
H A Ddevice.h231 * instances of the __key variable */
234 static struct lock_class_key __key; \
235 __class_register(class, &__key); \
310 * instances of the __key variable */
313 static struct lock_class_key __key; \
314 __class_create(owner, name, &__key); \
H A Dwait.h87 static struct lock_class_key __key; \
89 __init_waitqueue_head((q), &__key); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/
H A Dpthread.h564 extern int pthread_key_create (pthread_key_t *__key,
568 extern int pthread_key_delete (pthread_key_t __key) __THROW;
571 extern int pthread_setspecific (pthread_key_t __key,
575 extern void *pthread_getspecific (pthread_key_t __key) __THROW;
H A Dstdlib.h672 extern void *bsearch (__const void *__key, __const void *__base,
823 extern void setkey (__const char *__key) __THROW __nonnull ((1));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/
H A Dpthread.h564 extern int pthread_key_create (pthread_key_t *__key,
568 extern int pthread_key_delete (pthread_key_t __key) __THROW;
571 extern int pthread_setspecific (pthread_key_t __key,
575 extern void *pthread_getspecific (pthread_key_t __key) __THROW;
H A Dstdlib.h672 extern void *bsearch (__const void *__key, __const void *__base,
823 extern void setkey (__const char *__key) __THROW __nonnull ((1));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/
H A Dpthread.h564 extern int pthread_key_create (pthread_key_t *__key,
568 extern int pthread_key_delete (pthread_key_t __key) __THROW;
571 extern int pthread_setspecific (pthread_key_t __key,
575 extern void *pthread_getspecific (pthread_key_t __key) __THROW;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dspinlock.h96 static struct lock_class_key __key; \
98 __raw_spin_lock_init((lock), #lock, &__key); \
H A Dsysfs.h48 static struct lock_class_key __key; \
50 (attr)->key = &__key; \
H A Ddevice.h231 * instances of the __key variable */
234 static struct lock_class_key __key; \
235 __class_register(class, &__key); \
310 * instances of the __key variable */
313 static struct lock_class_key __key; \
314 __class_create(owner, name, &__key); \
H A Dwait.h87 static struct lock_class_key __key; \
89 __init_waitqueue_head((q), &__key); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/aes/asm/
H A Daes-586.pl213 $__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); }##
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/aes/asm/
H A Daes-586.pl213 $__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); }##
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/aes/asm/
H A Daes-586.pl213 $__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); }##
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Dthreads.c56 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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Dthreads.c56 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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Dthreads.c56 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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dunordered_set.h578 * @param __key A key instance.
582 bucket(const key_type& __key) const
583 { return _M_h.bucket(__key); }
1160 * @param __key A key instance.
1164 bucket(const key_type& __key) const
1165 { return _M_h.bucket(__key); }
H A Dunordered_map.h643 * @param __key A key instance.
647 bucket(const key_type& __key) const
648 { return _M_h.bucket(__key); }
1263 * @param __key A key instance.
1267 bucket(const key_type& __key) const
1268 { return _M_h.bucket(__key); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/aes/asm/
H A Daes-586.pl212 $__key=&DWP(20,"esp"); # pointer to key schedule
295 &mov ($key,$__key); # reincarnate v1 as key
349 &mov ($key,$__key); # reincarnate v0 as key
439 if ($i==3) { &$Fn ($key,$__key); }##%edx
501 &mov ($__key,$key); # save key
533 &mov ($key,$__key);
542 &mov ($__key,$key);
772 if ($i==3) { &mov ($key,$__key); }##%edx
805 if ($i==3) { &mov ($key,$__key); }##%edx
847 &mov ($__key,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/aes/asm/
H A Daes-586.pl212 $__key=&DWP(20,"esp"); # pointer to key schedule
295 &mov ($key,$__key); # reincarnate v1 as key
349 &mov ($key,$__key); # reincarnate v0 as key
439 if ($i==3) { &$Fn ($key,$__key); }##%edx
501 &mov ($__key,$key); # save key
533 &mov ($key,$__key);
542 &mov ($__key,$key);
772 if ($i==3) { &mov ($key,$__key); }##%edx
805 if ($i==3) { &mov ($key,$__key); }##%edx
847 &mov ($__key,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/aes/asm/
H A Daes-586.pl212 $__key=&DWP(20,"esp"); # pointer to key schedule
295 &mov ($key,$__key); # reincarnate v1 as key
349 &mov ($key,$__key); # reincarnate v0 as key
439 if ($i==3) { &$Fn ($key,$__key); }##%edx
501 &mov ($__key,$key); # save key
533 &mov ($key,$__key);
542 &mov ($__key,$key);
772 if ($i==3) { &mov ($key,$__key); }##%edx
805 if ($i==3) { &mov ($key,$__key); }##%edx
847 &mov ($__key,
[all...]

Completed in 226 milliseconds

123456