Searched defs:idx (Results 1 - 12 of 12) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Dvirtio_ring.h41 __u16 idx; member in struct:vring_avail
52 __u16 idx; member in struct:vring_used
H A Dconnector.h50 __u32 idx; member in struct:cb_id
H A Drfkill.h50 __u32 idx; member in struct:rfkill_event
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c193 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)
497 idx, short_too, flags);
543 idx, 0, flags);
600 const struct option *long_options, int *idx)
603 return (getopt_internal(nargc, nargv, options, long_options, idx,
613 const struct option *long_options, int *idx)
616 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
599 getopt_long(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx) argument
612 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 Dev_timers.c460 set_index(void *what, int idx) { argument
464 timer->index = idx;
/bionic/libc/kernel/uapi/drm/
H A Dsavage_drm.h169 } idx; member in union:drm_savage_cmd_header
H A Di810_drm.h217 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 Dmga_drm.h256 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 Dr128_drm.h215 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 Ddrm.h161 int idx; member in struct:drm_client
254 int idx; member in struct:drm_buf_pub
H A Dradeon_drm.h595 int idx; member in struct:drm_radeon_vertex
602 int idx; member in struct:drm_radeon_indices
610 int idx; member in struct:drm_radeon_vertex2
647 int idx; member in struct:drm_radeon_indirect
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c3320 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))));
4460 bindex_t idx; local
4461 compute_tree_index(nb, idx);
4462 if ((t = *treebin_at(m, idx)) != 0) {
4464 size_t sizebits = nb << leftshift_for_tree_index(idx);
4598 bindex_t idx; local
5541 bindex_t idx; local
[all...]

Completed in 1138 milliseconds