Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/linux/
Dhighmem.h25 #define kmap_atomic(page, idx) page_address(page) argument
26 #define kunmap_atomic(addr, idx) do { } while (0) argument
27 #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
130 #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.h38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) argument
40 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE) argument
42 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0)) argument
Ddesc_32.h63 #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/kernel/arch-sh/asm/
Dfixmap.h26 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) argument
28 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE) argument
/bionic/libc/unistd/
Dgetopt_long.c172 const struct option *long_options, int *idx, int short_too) in parse_long_options()
293 const struct option *long_options, int *idx, int flags) in getopt_internal()
519 const struct option *long_options, int *idx) in getopt_long()
532 const struct option *long_options, int *idx) in getopt_long_only()
/bionic/libc/tools/zoneinfo/
DZoneCompactor.java131 FileOutputStream idx = new FileOutputStream(idxFile); in ZoneCompactor() local
/bionic/linker/
Dlinker.c1266 unsigned idx; in reloc_library() local
1469 unsigned idx; in reloc_library_a() local
/bionic/libc/netbsd/isc/
Dev_timers.c448 set_index(void *what, int idx) { in set_index()
/bionic/libc/include/sys/
Dcdefs.h361 #define __link_set_entry(set, idx) (__link_set_begin(set)[idx]) argument
/bionic/libc/bionic/
Ddlmalloc.c2767 bindex_t idx; in do_check_tree() local
3839 bindex_t idx; in tmalloc_large() local
4265 bindex_t idx; in dlmalloc() local
4694 bindex_t idx; in mspace_malloc() local