Searched defs:idx (Results 1 – 15 of 15) sorted by relevance
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_TCPOPTSTRIP.h | 22 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument 24 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | getopt_long.c | 193 const struct option *long_options, int *idx, int short_too, int flags) in parse_long_options() 358 const struct option *long_options, int *idx, int flags) 594 const struct option *long_options, int *idx) 607 const struct option *long_options, int *idx)
|
/bionic/libc/kernel/uapi/linux/ |
D | virtio_ring.h | 41 __u16 idx; member 52 __u16 idx; member
|
D | rfkill.h | 50 __u32 idx; member
|
D | connector.h | 50 __u32 idx; member
|
/bionic/linker/ |
D | linker_mips.cpp | 51 for (size_t idx = 0; rel_iterator.has_next(); ++idx) { in relocate() local
|
D | linker.cpp | 1834 for (size_t idx = 0; rel_iterator.has_next(); ++idx) { in relocate() local
|
/bionic/libc/kernel/uapi/drm/ |
D | r128_drm.h | 215 int idx; member 222 int idx; member 230 int idx; member 260 int idx; member
|
D | i810_drm.h | 217 int idx; member 224 int idx; member 254 int idx; member
|
D | mga_drm.h | 256 int idx; member 262 int idx; member 270 int idx; member
|
D | savage_drm.h | 167 } idx; member
|
D | radeon_drm.h | 599 int idx; member 606 int idx; member 614 int idx; member 651 int idx; member
|
D | drm.h | 161 int idx; member 254 int idx; member
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | ev_timers.c | 460 set_index(void *what, int idx) { in set_index()
|
/bionic/libc/upstream-dlmalloc/ |
D | malloc.c | 3320 bindex_t idx; in do_check_tree() local 4462 bindex_t idx; in tmalloc_large() local 4600 bindex_t idx; in dlmalloc() local 5543 bindex_t idx; in mspace_malloc() local
|