Searched defs:next (Results 26 - 45 of 45) sorted by relevance

12

/bionic/libc/kernel/uapi/drm/
H A Dvia_drm.h14 *** Any manual change here will be lost the next time this script will
159 unsigned char next, prev; member in struct:_drm_via_tex_region
H A Di810_drm.h14 *** Any manual change here will be lost the next time this script will
149 unsigned char next, prev; member in struct:_drm_i810_tex_region
H A Ddrm.h14 *** Any manual change here will be lost the next time this script will
75 unsigned char next; member in struct:drm_tex_region
/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Deventlib_p.h88 struct evConn * next; member in struct:evConn
121 struct evFile * next; member in struct:evFile
142 struct evStream *prev, *next; member in struct:evStream
158 struct evWait * next; member in struct:evWait
165 struct evWaitList * next; member in struct:evWaitList
176 struct { struct evEvent_p *next; } free; member in struct:evEvent_p::__anon1144::__anon1150
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c109 const char *next; /* next character in RE */ local
182 #define PEEK() (*p->next)
183 #define PEEK2() (*(p->next+1))
184 #define MORE() (p->next < p->end)
185 #define MORE2() (p->next+1 < p->end)
190 #define NEXT() (p->next++)
191 #define NEXT2() (p->next += 2)
192 #define NEXTn(n) (p->next += (n))
193 #define GETNEXT() (*p->next
[all...]
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgdtoaimp.h150 * digits, each string is assigned to the next available sequence
475 struct Bigint *next; member in struct:Bigint
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-x86/asm/
H A Dbootparam.h14 *** Any manual change here will be lost the next time this script will
56 __u64 next; member in struct:setup_data
/bionic/libc/versioner-dependencies/common/kernel_uapi/drm/
H A Dvia_drm.h14 *** Any manual change here will be lost the next time this script will
159 unsigned char next, prev; member in struct:_drm_via_tex_region
H A Di810_drm.h14 *** Any manual change here will be lost the next time this script will
149 unsigned char next, prev; member in struct:_drm_i810_tex_region
H A Ddrm.h14 *** Any manual change here will be lost the next time this script will
75 unsigned char next; member in struct:drm_tex_region
/bionic/libc/versioner-dependencies/x86/kernel_uapi_asm-x86/asm/
H A Dbootparam.h14 *** Any manual change here will be lost the next time this script will
56 __u64 next; member in struct:setup_data
/bionic/libc/versioner-dependencies/x86_64/kernel_uapi_asm-x86/asm/
H A Dbootparam.h14 *** Any manual change here will be lost the next time this script will
56 __u64 next; member in struct:setup_data
/bionic/libc/dns/net/
H A Dgetaddrinfo.c209 struct res_target *next; member in struct:res_target
324 struct addrinfo *next; local
333 next = ai->ai_next;
338 ai = next;
368 * so checking for connectivity is the next best thing.
485 // struct addrinfo *ai_next; /* next structure in linked list */
1937 q.next = &q2;
1998 if (q.next) {
2171 for (t = target; t; t = t->next) {
2357 /* try next searc
[all...]
/bionic/libc/dns/resolv/
H A Dres_cache.c993 struct Entry* hlink; /* next in collision chain */
1218 struct pending_req_info* next; member in struct:pending_req_info
1233 struct resolv_cache_info* next; member in struct:resolv_cache_info
1249 // lock protecting everything in the _resolve_cache_info structs (next ptr, etc)
1260 ri = cache->pending_requests.next;
1264 ri = ri->next;
1271 cache->pending_requests.next = NULL;
1285 ri = (*cache)->pending_requests.next;
1293 ri = ri->next;
1301 prev->next
[all...]
/bionic/libc/kernel/uapi/linux/
H A Dfd.h14 *** Any manual change here will be lost the next time this script will
219 struct floppy_raw_cmd * next; member in struct:floppy_raw_cmd
H A Dvfio.h14 *** Any manual change here will be lost the next time this script will
41 __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
670 struct v4l2_clip __user * next; member in struct:v4l2_clip
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dfd.h14 *** Any manual change here will be lost the next time this script will
219 struct floppy_raw_cmd * next; member in struct:floppy_raw_cmd
H A Dvfio.h14 *** Any manual change here will be lost the next time this script will
41 __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
670 struct v4l2_clip __user * next; member in struct:v4l2_clip

Completed in 388 milliseconds

12