Searched defs:idx (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/kernel/common/linux/ |
D | highmem.h | 31 #define kmap_atomic(page, idx) page_address(page) argument 32 #define kunmap_atomic(addr, idx) do { } while (0) argument 34 #define kmap_atomic_pfn(pfn, idx) page_address(pfn_to_page(pfn)) argument
|
D | bio.h | 114 #define bio_iovec_idx(bio, idx) (&((bio)->bi_io_vec[(idx)])) argument 131 #define __bio_kmap_atomic(bio, idx, kmtype) (kmap_atomic(bio_iovec_idx((bio), (idx))->bv_page, km… argument
|
/bionic/libc/kernel/arch-x86/asm/ |
D | fixmap_32.h | 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) argument 46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE) argument 47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0)) argument
|
D | desc_32.h | 74 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(g… 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) 600 const struct option *long_options, int *idx) 613 const struct option *long_options, int *idx)
|
/bionic/libc/upstream-netbsd/libc/isc/ |
D | ev_timers.c | 460 set_index(void *what, int idx) { in set_index()
|
/bionic/libc/include/sys/ |
D | cdefs.h | 388 #define __link_set_entry(set, idx) (__link_set_begin(set)[idx]) argument
|
/bionic/linker/ |
D | linker.cpp | 857 for (size_t idx = 0; idx < count; ++idx, ++rel) { in soinfo_relocate() local
|
/bionic/libc/upstream-dlmalloc/ |
D | malloc.c | 3320 bindex_t idx; in do_check_tree() local 4460 bindex_t idx; in tmalloc_large() local 4598 bindex_t idx; in dlmalloc() local 5534 bindex_t idx; in mspace_malloc() local
|