Searched defs:node (Results 1 – 10 of 10) sorted by relevance
| /bionic/tests/ |
| D | search_test.cpp | 53 struct node { struct 54 explicit node(const char* s) : s(strdup(s)) {} in node() function 60 return strcmp(reinterpret_cast<const node*>(lhs)->s, reinterpret_cast<const node*>(rhs)->s); in node_cmp() argument
|
| /bionic/libc/kernel/uapi/linux/ |
| D | qrtr.h | 37 __le32 node; member 41 __le32 node; member
|
| D | scif_ioctl.h | 11 __u16 node; member
|
| D | tipc.h | 13 __u32 node; member
|
| D | kfd_ioctl.h | 367 #define KFD_EVENT_FMT_PAGEFAULT_START(ns,pid,addr,node,rw) "%lld -%d @%lx(%x) %c\n", (ns), (pid), (… argument 368 #define KFD_EVENT_FMT_PAGEFAULT_END(ns,pid,addr,node,migrate_update) "%lld -%d @%lx(%x) %c\n", (ns)… argument 371 #define KFD_EVENT_FMT_QUEUE_EVICTION(ns,pid,node,evict_trigger) "%lld -%d %x %d\n", (ns), (pid), (n… argument 372 #define KFD_EVENT_FMT_QUEUE_RESTORE(ns,pid,node,rescheduled) "%lld -%d %x %c\n", (ns), (pid), (node… argument 373 #define KFD_EVENT_FMT_UNMAP_FROM_GPU(ns,pid,addr,size,node,unmap_trigger) "%lld -%d @%lx(%lx) %x %d… argument
|
| /bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
| D | tfind.c | 19 } node; typedef
|
| D | tsearch.c | 20 } node; typedef
|
| /bionic/libc/bionic/ |
| D | bionic_elf_tls.cpp | 479 CallbackHolder* node = modules.thread_exit_callback_tail_node; in __notify_thread_exit_callbacks() local
|
| /bionic/libc/system_properties/ |
| D | prop_area.cpp | 167 prop_trie_node* node = new (p) prop_trie_node(name, namelen); in new_prop_trie_node() local
|
| /bionic/libc/dns/resolv/ |
| D | res_cache.c | 1433 Entry* node = *pnode; in _cache_flush_locked() local 1577 Entry* node = *pnode; in _cache_lookup_p() local
|