Home
last modified time | relevance | path

Searched refs:idx (Results 1 – 15 of 15) sorted by relevance

/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_TCPOPTSTRIP.h22 #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/
Dvirtio_ring.h41 __u16 idx; member
52 __u16 idx; member
Dconnector.h50 __u32 idx; member
Drfkill.h50 __u32 idx; member
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dgetopt_long.c193 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/
Dlinker_mips.cpp51 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()
Dlinker.cpp1834 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/
Dr128_drm.h215 int idx; member
222 int idx; member
230 int idx; member
260 int idx; member
Di810_drm.h217 int idx; member
224 int idx; member
254 int idx; member
Dmga_drm.h256 int idx; member
262 int idx; member
270 int idx; member
Dsavage_drm.h167 } idx; member
Dradeon_drm.h599 int idx; member
606 int idx; member
614 int idx; member
651 int idx; member
Ddrm.h161 int idx; member
254 int idx; member
/bionic/libc/upstream-dlmalloc/
Dmalloc.c3320 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/
Dev_timers.c460 set_index(void *what, int idx) { in set_index() argument
464 timer->index = idx; in set_index()