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

/bionic/libc/kernel/uapi/linux/
H A Dconnector.h50 __u32 idx; member in struct:cb_id
H A Drfkill.h50 __u32 idx; member in struct:rfkill_event
H A Dvirtio_ring.h44 __virtio16 idx; member in struct:vring_avail
55 __virtio16 idx; member in struct:vring_used
/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)
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 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.h219 int idx; member in struct:_drm_i810_vertex
225 int idx; member in struct:_drm_i810_copy_t
255 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.h216 int idx; member in struct:drm_r128_vertex
224 int idx; member in struct:drm_r128_indices
231 int idx; member in struct:drm_r128_blit
261 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.h599 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

Completed in 724 milliseconds