Searched refs:next (Results 1 - 25 of 75) sorted by path

123

/bionic/libc/arch-x86/silvermont/string/
H A Dsse2-strlen-slm.S92 ja L(next)
101 L(next):
/bionic/libc/arch-x86_64/string/
H A Dsse2-strlen-slm.S73 ja L(next)
82 L(next):
/bionic/libc/bionic/
H A D__cxa_thread_atexit_impl.cpp27 thread_local_dtor* next; member in class:thread_local_dtor
43 dtor->next = thread->thread_local_dtors;
55 thread->thread_local_dtors = current->next;
H A Ddirent.cpp141 dirent* next = __readdir_locked(d); local
142 if (errno != 0 && next == NULL) {
146 if (next != NULL) {
147 memcpy(entry, next, next->d_reclen);
H A Dfts.c189 * Load the stream structure for the next traversal. Since we don't
353 /* Move to the next node on this level. */
354 next: tmp = p;
360 * the root of the tree), and load the paths for the next root.
377 goto next;
H A Dnet_if.cpp77 if_list* next; member in struct:if_list
82 next = *list;
89 list = it->next;
130 for (if_list* it = list; it != nullptr; it = it->next) {
138 for (if_list* it = list; it != nullptr; it = it->next) {
H A Dpthread_atfork.cpp36 atfork_t* next; member in struct:atfork_t
52 for (atfork_t* it = first_; it != nullptr; it = it->next) {
65 entry->next = nullptr;
68 entry->prev->next = entry;
82 it = it->next;
85 it = it->next;
93 entry->prev->next = entry->next;
95 first_ = entry->next;
98 if (entry->next !
[all...]
H A Dpthread_internal.cpp67 thread->next = g_thread_list;
69 if (thread->next != nullptr) {
70 thread->next->prev = thread;
79 if (thread->next != nullptr) {
80 thread->next->prev = thread->prev;
83 thread->prev->next = thread->next;
85 g_thread_list = thread->next;
111 for (pthread_internal_t* t = g_thread_list; t != nullptr; t = t->next) {
H A Dpthread_internal.h65 class pthread_internal_t* next; member in class:pthread_internal_t
H A Dspawn.cpp48 __posix_spawn_file_action* next; member in struct:__posix_spawn_file_action
80 for (__posix_spawn_file_action* action = head; action != nullptr; action = action->next) {
281 a = a->next;
301 action->next = nullptr;
320 (*actions)->last->next = action;
/bionic/libc/dns/nameser/
H A Dns_name.c439 /* Fetch next label in domain name. */
962 goto next;
967 goto next;
968 /* Is next root for both ? */
976 goto next;
986 next: ;
/bionic/libc/dns/net/
H A Dgetaddrinfo.c210 struct res_target *next; member in struct:res_target
327 struct addrinfo *next; local
336 next = ai->ai_next;
341 ai = next;
371 * so checking for connectivity is the next best thing.
488 // struct addrinfo *ai_next; /* next structure in linked list */
1943 q.next = &q2;
2003 if (q.next) {
2176 for (t = target; t; t = t->next) {
2379 /* try next searc
[all...]
/bionic/libc/dns/resolv/
H A Dres_cache.c1051 struct Entry* hlink; /* next in collision chain */
1276 struct pending_req_info* next; member in struct:pending_req_info
1291 struct resolv_cache_info* next; member in struct:resolv_cache_info
1307 // lock protecting everything in the _resolve_cache_info structs (next ptr, etc)
1318 ri = cache->pending_requests.next;
1322 ri = ri->next;
1329 cache->pending_requests.next = NULL;
1343 ri = (*cache)->pending_requests.next;
1351 ri = ri->next;
1359 prev->next
[all...]
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dbootparam.h14 *** Any manual change here will be lost the next time this script will
48 __u64 next; member in struct:setup_data
/bionic/libc/kernel/uapi/drm/
H A Ddrm.h14 *** Any manual change here will be lost the next time this script will
64 unsigned char next; member in struct:drm_tex_region
H A Di810_drm.h14 *** Any manual change here will be lost the next time this script will
123 unsigned char next, prev; member in struct:_drm_i810_tex_region
H A Dvia_drm.h14 *** Any manual change here will be lost the next time this script will
131 unsigned char next, prev; member in struct:_drm_via_tex_region
/bionic/libc/kernel/uapi/linux/
H A Ddm-ioctl.h14 *** Any manual change here will be lost the next time this script will
45 __u32 next; member in struct:dm_target_spec
55 __u32 next; member in struct:dm_name_list
59 __u32 next; member in struct:dm_target_versions
H A Dfd.h14 *** Any manual change here will be lost the next time this script will
179 struct floppy_raw_cmd * next; member in struct:floppy_raw_cmd
H A Dfutex.h14 *** Any manual change here will be lost the next time this script will
52 struct robust_list __user * next; member in struct:robust_list
H A Dromfs_fs.h14 *** Any manual change here will be lost the next time this script will
41 __be32 next; member in struct:romfs_inode
H A Dvfio.h14 *** Any manual change here will be lost the next time this script will
37 __u32 next; member in struct:vfio_info_cap_header
H A Dvideodev2.h14 *** Any manual change here will be lost the next time this script will
552 struct v4l2_clip __user * next; member in struct:v4l2_clip
H A Dvirtio_ring.h14 *** Any manual change here will be lost the next time this script will
35 __virtio16 next; member in struct:vring_desc
/bionic/libc/stdio/
H A Dglue.h44 struct glue *next; member in struct:glue

Completed in 311 milliseconds

123