Home
last modified time | relevance | path

Searched defs:idx (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/kernel/common/linux/
Dhighmem.h31 #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
Dbio.h114 #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/
Dfixmap_32.h45 #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
Ddesc_32.h74 #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/
Dgetopt_long.c193 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/
Dev_timers.c460 set_index(void *what, int idx) { in set_index()
/bionic/libc/include/sys/
Dcdefs.h388 #define __link_set_entry(set, idx) (__link_set_begin(set)[idx]) argument
/bionic/linker/
Dlinker.cpp857 for (size_t idx = 0; idx < count; ++idx, ++rel) { in soinfo_relocate() local
/bionic/libc/upstream-dlmalloc/
Dmalloc.c3320 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