Searched refs:__key (Results 51 - 75 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.36/include/linux/
H A Dsemaphore.h37 static struct lock_class_key __key; local
39 lockdep_init_map(&sem->lock.dep_map, "semaphore->lock", &__key, 0);
H A Dmutex.h91 static struct lock_class_key __key; \
93 __mutex_init((mutex), #mutex, &__key); \
H A Dpercpu_counter.h34 static struct lock_class_key __key; \
36 __percpu_counter_init(fbc, value, &__key); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Drwsem-spinlock.h58 static struct lock_class_key __key; \
60 __init_rwsem((sem), #sem, &__key); \
H A Dsemaphore.h37 static struct lock_class_key __key; local
39 lockdep_init_map(&sem->lock.dep_map, "semaphore->lock", &__key, 0);
H A Dmutex.h91 static struct lock_class_key __key; \
93 __mutex_init((mutex), #mutex, &__key); \
H A Dpercpu_counter.h34 static struct lock_class_key __key; \
36 __percpu_counter_init(fbc, value, &__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/rpc/
H A Dauth_des.h99 extern int getpublickey (__const char *__name, char *__key) __THROW;
106 extern int getsecretkey (__const char *__name, char *__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/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/rpc/
H A Dauth_des.h99 extern int getpublickey (__const char *__name, char *__key) __THROW;
106 extern int getsecretkey (__const char *__name, char *__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/arm-linux/sysroot/usr/include/rpc/
H A Dauth_des.h99 extern int getpublickey (__const char *__name, char *__key) __THROW;
106 extern int getsecretkey (__const char *__name, char *__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/backward/
H A Dhashtable.h522 find(const key_type& __key) argument
524 size_type __n = _M_bkt_num_key(__key);
527 __first && !_M_equals(_M_get_key(__first->_M_val), __key);
534 find(const key_type& __key) const
536 size_type __n = _M_bkt_num_key(__key);
539 __first && !_M_equals(_M_get_key(__first->_M_val), __key);
546 count(const key_type& __key) const
548 const size_type __n = _M_bkt_num_key(__key);
553 if (_M_equals(_M_get_key(__cur->_M_val), __key))
559 equal_range(const key_type& __key);
608 _M_bkt_num_key(const key_type& __key, size_t __n) const argument
828 equal_range(const key_type& __key) argument
882 erase(const key_type& __key) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/backward/
H A Dhashtable.h505 find(const key_type& __key) argument
507 size_type __n = _M_bkt_num_key(__key);
510 __first && !_M_equals(_M_get_key(__first->_M_val), __key);
517 find(const key_type& __key) const
519 size_type __n = _M_bkt_num_key(__key);
522 __first && !_M_equals(_M_get_key(__first->_M_val), __key);
529 count(const key_type& __key) const
531 const size_type __n = _M_bkt_num_key(__key);
536 if (_M_equals(_M_get_key(__cur->_M_val), __key))
542 equal_range(const key_type& __key);
591 _M_bkt_num_key(const key_type& __key, size_t __n) const argument
811 equal_range(const key_type& __key) argument
865 erase(const key_type& __key) argument
[all...]
/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/include/c++/4.5.3/backward/
H A Dhashtable.h503 find(const key_type& __key) argument
505 size_type __n = _M_bkt_num_key(__key);
508 __first && !_M_equals(_M_get_key(__first->_M_val), __key);
515 find(const key_type& __key) const
517 size_type __n = _M_bkt_num_key(__key);
520 __first && !_M_equals(_M_get_key(__first->_M_val), __key);
527 count(const key_type& __key) const
529 const size_type __n = _M_bkt_num_key(__key);
534 if (_M_equals(_M_get_key(__cur->_M_val), __key))
540 equal_range(const key_type& __key);
589 _M_bkt_num_key(const key_type& __key, size_t __n) const argument
809 equal_range(const key_type& __key) argument
863 erase(const key_type& __key) argument
[all...]
/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/include/c++/4.5.3/backward/
H A Dhashtable.h503 find(const key_type& __key) argument
505 size_type __n = _M_bkt_num_key(__key);
508 __first && !_M_equals(_M_get_key(__first->_M_val), __key);
515 find(const key_type& __key) const
517 size_type __n = _M_bkt_num_key(__key);
520 __first && !_M_equals(_M_get_key(__first->_M_val), __key);
527 count(const key_type& __key) const
529 const size_type __n = _M_bkt_num_key(__key);
534 if (_M_equals(_M_get_key(__cur->_M_val), __key))
540 equal_range(const key_type& __key);
589 _M_bkt_num_key(const key_type& __key, size_t __n) const argument
809 equal_range(const key_type& __key) argument
863 erase(const key_type& __key) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Drwsem.h109 static struct lock_class_key __key; \
111 __init_rwsem((sem), #sem, &__key); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Drwsem.h72 static struct lock_class_key __key; \
74 __init_rwsem((sem), #sem, &__key); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Drwsem.h59 static struct lock_class_key __key; \
61 __init_rwsem((sem), #sem, &__key); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Drwsem.h109 static struct lock_class_key __key; \
111 __init_rwsem((sem), #sem, &__key); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Drwsem.h72 static struct lock_class_key __key; \
74 __init_rwsem((sem), #sem, &__key); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/include/asm/
H A Drwsem.h61 static struct lock_class_key __key; \
63 __init_rwsem((sem), #sem, &__key); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/include/asm/
H A Drwsem.h61 static struct lock_class_key __key; \
63 __init_rwsem((sem), #sem, &__key); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Drwsem.h59 static struct lock_class_key __key; \
61 __init_rwsem((sem), #sem, &__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/arm-none-eabi/armv6-m/bits/
H A Dgthr-posix.h705 __gthread_key_create (__gthread_key_t *__key, void (*__dtor) (void *)) argument
707 return __gthrw_(pthread_key_create) (__key, __dtor);
711 __gthread_key_delete (__gthread_key_t __key) argument
713 return __gthrw_(pthread_key_delete) (__key);
717 __gthread_getspecific (__gthread_key_t __key) argument
719 return __gthrw_(pthread_getspecific) (__key);
723 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) argument
725 return __gthrw_(pthread_setspecific) (__key, __ptr);
/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/arm-none-eabi/bits/
H A Dgthr-posix.h705 __gthread_key_create (__gthread_key_t *__key, void (*__dtor) (void *)) argument
707 return __gthrw_(pthread_key_create) (__key, __dtor);
711 __gthread_key_delete (__gthread_key_t __key) argument
713 return __gthrw_(pthread_key_delete) (__key);
717 __gthread_getspecific (__gthread_key_t __key) argument
719 return __gthrw_(pthread_getspecific) (__key);
723 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) argument
725 return __gthrw_(pthread_setspecific) (__key, __ptr);
/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/arm-none-eabi/thumb/bits/
H A Dgthr-posix.h705 __gthread_key_create (__gthread_key_t *__key, void (*__dtor) (void *)) argument
707 return __gthrw_(pthread_key_create) (__key, __dtor);
711 __gthread_key_delete (__gthread_key_t __key) argument
713 return __gthrw_(pthread_key_delete) (__key);
717 __gthread_getspecific (__gthread_key_t __key) argument
719 return __gthrw_(pthread_getspecific) (__key);
723 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) argument
725 return __gthrw_(pthread_setspecific) (__key, __ptr);

Completed in 238 milliseconds

123456