/bionic/libc/kernel/common/linux/ |
D | highmem.h | 25 #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
|
D | bio.h | 114 #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/ |
D | fixmap_32.h | 38 #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
|
D | desc_32.h | 63 #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/ |
D | fixmap.h | 26 #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/ |
D | getopt_long.c | 172 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/ |
D | ZoneCompactor.java | 131 FileOutputStream idx = new FileOutputStream(idxFile); in ZoneCompactor() local
|
/bionic/linker/ |
D | linker.c | 1266 unsigned idx; in reloc_library() local 1469 unsigned idx; in reloc_library_a() local
|
/bionic/libc/netbsd/isc/ |
D | ev_timers.c | 448 set_index(void *what, int idx) { in set_index()
|
/bionic/libc/include/sys/ |
D | cdefs.h | 361 #define __link_set_entry(set, idx) (__link_set_begin(set)[idx]) argument
|
/bionic/libc/bionic/ |
D | dlmalloc.c | 2767 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
|