/bionic/libc/kernel/uapi/linux/ |
H A D | virtio_ring.h | 41 __u16 idx; member in struct:vring_avail 52 __u16 idx; member in struct:vring_used
|
H A D | connector.h | 50 __u32 idx; member in struct:cb_id
|
H A D | rfkill.h | 50 __u32 idx; member in struct:rfkill_event
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
H A D | getopt_long.c | 193 const struct option *long_options, int *idx, int short_too, int flags) 343 if (idx) 344 *idx = match; 358 const struct option *long_options, int *idx, int flags) 491 idx, short_too, flags); 537 idx, 0, flags); 594 const struct option *long_options, int *idx) 597 return (getopt_internal(nargc, nargv, options, long_options, idx, 607 const struct option *long_options, int *idx) 610 return (getopt_internal(nargc, nargv, options, long_options, idx, 192 parse_long_options(char * const *nargv, const char *options, const struct option *long_options, int *idx, int short_too, int flags) argument 357 getopt_internal(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx, int flags) argument 593 getopt_long(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx) argument 606 getopt_long_only(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx) argument [all...] |
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
H A D | ev_timers.c | 460 set_index(void *what, int idx) { argument 464 timer->index = idx;
|
/bionic/libc/kernel/uapi/drm/ |
H A D | savage_drm.h | 167 } idx; member in union:drm_savage_cmd_header
|
H A D | i810_drm.h | 217 int idx; member in struct:_drm_i810_vertex 224 int idx; member in struct:_drm_i810_copy_t 254 int idx; member in struct:_drm_i810_mc
|
H A D | mga_drm.h | 256 int idx; member in struct:drm_mga_vertex 262 int idx; member in struct:drm_mga_indices 270 int idx; member in struct:drm_mga_iload
|
H A D | r128_drm.h | 215 int idx; member in struct:drm_r128_vertex 222 int idx; member in struct:drm_r128_indices 230 int idx; member in struct:drm_r128_blit 260 int idx; member in struct:drm_r128_indirect
|
H A D | drm.h | 161 int idx; member in struct:drm_client 254 int idx; member in struct:drm_buf_pub
|
H A D | radeon_drm.h | 599 int idx; member in struct:drm_radeon_vertex 606 int idx; member in struct:drm_radeon_indices 614 int idx; member in struct:drm_radeon_vertex2 651 int idx; member in struct:drm_radeon_indirect
|
/bionic/libc/upstream-dlmalloc/ |
H A D | malloc.c | 3320 bindex_t idx; local 3321 compute_tree_index(tsize, idx); 3322 assert(tindex == idx); 3324 assert(tsize >= minsize_for_tree_index(idx)); 3325 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1)))); 4462 bindex_t idx; local 4463 compute_tree_index(nb, idx); 4464 if ((t = *treebin_at(m, idx)) != 0) { 4466 size_t sizebits = nb << leftshift_for_tree_index(idx); 4600 bindex_t idx; local 5543 bindex_t idx; local [all...] |