/bionic/libc/kernel/common/linux/ |
D | lockdep.h | 24 #define lockdep_init_map(lock, name, key) do { (void)(key); } while (0) argument 25 #define lockdep_set_class(lock, key) do { (void)(key); } while (0) argument 26 #define lockdep_set_class_and_name(lock, key, name) do { (void)(key); } while (0) argument
|
D | ipc.h | 21 __kernel_key_t key; member
|
D | soundcard.h | 157 unsigned short key; member 216 short key; member 302 unsigned short key; member 811 #define SEQ_ECHO_BACK(key) _TIMER_EVENT(TMR_ECHO, key) argument
|
D | videodev.h | 182 __u8 key[8]; member
|
D | pkt_cls.h | 241 __u32 key; member
|
D | wireless.h | 366 __u8 key[0]; member
|
D | blkdev.h | 66 void *key; member
|
D | cdrom.h | 453 dvd_key key; member
|
/bionic/libc/stdlib/ |
D | bsearch.c | 49 bsearch(const void *key, const void *base0, size_t nmemb, size_t size, in bsearch() argument 58 cmp = (*compar)(key, p); in bsearch()
|
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
D | ip_conntrack_tuple.h | 36 __be16 key; member 69 __be16 key; member
|
/bionic/libc/kernel/arch-sh/asm/ |
D | ipcbuf.h | 17 __kernel_key_t key; member
|
/bionic/libc/kernel/arch-arm/asm/ |
D | ipcbuf.h | 17 __kernel_key_t key; member
|
/bionic/libc/kernel/arch-x86/asm/ |
D | ipcbuf.h | 17 __kernel_key_t key; member
|
/bionic/libc/bionic/ |
D | pthread.c | 1574 #define TLSMAP_VALIDATE_KEY(key) \ argument 1575 ((key) >= TLSMAP_START && (key) < TLSMAP_SIZE) 1616 static __inline__ int tlsmap_test(tlsmap_t* m, int key) in tlsmap_test() argument 1618 return (TLSMAP_WORD(m,key) & TLSMAP_MASK(key)) != 0; in tlsmap_test() 1622 static __inline__ void tlsmap_set(tlsmap_t* m, int key, tls_dtor_t dtor) in tlsmap_set() argument 1624 TLSMAP_WORD(m,key) |= TLSMAP_MASK(key); in tlsmap_set() 1625 m->dtors[key] = dtor; in tlsmap_set() 1629 static __inline__ void tlsmap_clear(tlsmap_t* m, int key) in tlsmap_clear() argument 1631 TLSMAP_WORD(m,key) &= ~TLSMAP_MASK(key); in tlsmap_clear() 1632 m->dtors[key] = NULL; in tlsmap_clear() [all …]
|
/bionic/libc/netbsd/resolv/ |
D | res_cache.c | 1210 Entry* key ) in _cache_lookup_p() argument 1212 int index = key->hash % MAX_HASH_ENTRIES; in _cache_lookup_p() 1213 Entry** pnode = &cache->entries[ key->hash % MAX_HASH_ENTRIES ]; in _cache_lookup_p() 1221 if (node->hash == key->hash && entry_equals(node, key)) in _cache_lookup_p() 1292 Entry key[1]; in _resolv_cache_lookup() local 1304 if (!entry_init_key(key, query, querylen)) { in _resolv_cache_lookup() 1314 lookup = _cache_lookup_p(cache, key); in _resolv_cache_lookup() 1363 Entry key[1]; in _resolv_cache_add() local 1369 if (!entry_init_key( key, query, querylen )) { in _resolv_cache_add() 1383 lookup = _cache_lookup_p(cache, key); in _resolv_cache_add() [all …]
|
D | res_data.c | 244 res_sendsigned(const u_char *buf, int buflen, ns_tsig_key *key, in res_sendsigned() argument 252 return (res_nsendsigned(&_nres, buf, buflen, key, ans, anssiz)); in res_sendsigned()
|
/bionic/libc/include/ |
D | pthread.h | 257 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *)); 259 int pthread_setspecific(pthread_key_t key, const void *value); 260 void *pthread_getspecific(pthread_key_t key);
|
D | stdlib.h | 98 extern void * bsearch(const void *key, const void *base0,
|
/bionic/libc/private/ |
D | arpa_nameser.h | 230 struct dst_key *key; member
|
/bionic/libc/docs/ |
D | OVERVIEW.TXT | 223 Android provides a simple shared value/key space to all processes on the
|