/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/kernel/uapi/linux/ |
D | virtio_ring.h | 41 __u16 idx; member 52 __u16 idx; member
|
D | connector.h | 50 __u32 idx; member
|
D | rfkill.h | 50 __u32 idx; member
|
/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() argument 343 if (idx) in parse_long_options() 344 *idx = match; in parse_long_options() 358 const struct option *long_options, int *idx, int flags) argument 491 idx, short_too, flags); 537 idx, 0, flags); 594 const struct option *long_options, int *idx) argument 597 return (getopt_internal(nargc, nargv, options, long_options, idx, 607 const struct option *long_options, int *idx) argument 610 return (getopt_internal(nargc, nargv, options, long_options, idx,
|
/bionic/linker/ |
D | linker_mips.cpp | 51 for (size_t idx = 0; rel_iterator.has_next(); ++idx) { in relocate() local 65 DEBUG("Processing '%s' relocation at index %zd", get_soname(), idx); in relocate() 105 static_cast<unsigned>(ELF64_R_TYPE3(rel->r_info)), rel, idx); in relocate() 120 DL_ERR("unknown reloc type %d @ %p (%zu)", type, rel, idx); in relocate()
|
D | linker.cpp | 1834 for (size_t idx = 0; rel_iterator.has_next(); ++idx) { in relocate() local 1848 DEBUG("Processing '%s' relocation at index %zd", get_realpath(), idx); in relocate() 1921 DL_ERR("unknown weak reloc type %d @ %p (%zu)", type, rel, idx); in relocate() 2191 DL_ERR("unknown reloc type %d @ %p (%zu)", type, rel, idx); in relocate()
|
/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-dlmalloc/ |
D | malloc.c | 3320 bindex_t idx; in do_check_tree() local 3321 compute_tree_index(tsize, idx); in do_check_tree() 3322 assert(tindex == idx); in do_check_tree() 3324 assert(tsize >= minsize_for_tree_index(idx)); in do_check_tree() 3325 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1)))); in do_check_tree() 4462 bindex_t idx; in tmalloc_large() local 4463 compute_tree_index(nb, idx); in tmalloc_large() 4464 if ((t = *treebin_at(m, idx)) != 0) { in tmalloc_large() 4466 size_t sizebits = nb << leftshift_for_tree_index(idx); in tmalloc_large() 4488 binmap_t leftbits = left_bits(idx2bit(idx)) & m->treemap; in tmalloc_large() [all …]
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | ev_timers.c | 460 set_index(void *what, int idx) { in set_index() argument 464 timer->index = idx; in set_index()
|