/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 …ine GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt)… 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/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 …e __bio_kmap_atomic(bio, idx, kmtype) (kmap_atomic(bio_iovec_idx((bio), (idx))->bv_page, kmtype)… argument
|
/bionic/libc/zoneinfo/ |
D | Android.mk | 8 ALL_PREBUILT += $(TARGET_OUT)/usr/share/zoneinfo/zoneinfo.idx 9 $(TARGET_OUT)/usr/share/zoneinfo/zoneinfo.idx : $(LOCAL_PATH)/zoneinfo.idx | $(ACP) 21 ALL_PREBUILT += $(HOST_OUT)/usr/share/zoneinfo/zoneinfo.idx 22 …$(eval $(call copy-one-file,$(LOCAL_PATH)/zoneinfo.idx,$(HOST_OUT)/usr/share/zoneinfo/zoneinfo.idx…
|
/bionic/libc/unistd/ |
D | getopt_long.c | 172 const struct option *long_options, int *idx, int short_too) in parse_long_options() argument 278 if (idx) in parse_long_options() 279 *idx = match; in parse_long_options() 293 const struct option *long_options, int *idx, int flags) in getopt_internal() argument 416 idx, short_too); in getopt_internal() 453 idx, 0); in getopt_internal() 519 const struct option *long_options, int *idx) in getopt_long() argument 522 return (getopt_internal(nargc, nargv, options, long_options, idx, in getopt_long() 532 const struct option *long_options, int *idx) in getopt_long_only() argument 535 return (getopt_internal(nargc, nargv, options, long_options, idx, in getopt_long_only()
|
/bionic/libc/tools/zoneinfo/ |
D | ZoneCompactor.java | 131 FileOutputStream idx = new FileOutputStream(idxFile); in ZoneCompactor() local 148 idx.write(znameBuf); in ZoneCompactor() 149 writeInt(idx, starts.get(zname).intValue()); in ZoneCompactor() 150 writeInt(idx, lengths.get(zname).intValue()); in ZoneCompactor() 151 writeInt(idx, offsets.get(zname).intValue()); in ZoneCompactor() 153 idx.close(); in ZoneCompactor()
|
D | generate | 78 mv zoneinfo.dat zoneinfo.idx $bionic_zoneinfo_dir
|
/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 2768 compute_tree_index(tsize, idx); in do_check_tree() 2769 assert(tindex == idx); in do_check_tree() 2771 assert(tsize >= minsize_for_tree_index(idx)); in do_check_tree() 2772 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1)))); in do_check_tree() 3839 bindex_t idx; in tmalloc_large() local 3840 compute_tree_index(nb, idx); in tmalloc_large() 3842 if ((t = *treebin_at(m, idx)) != 0) { in tmalloc_large() 3844 size_t sizebits = nb << leftshift_for_tree_index(idx); in tmalloc_large() 3867 binmap_t leftbits = left_bits(idx2bit(idx)) & m->treemap; in tmalloc_large() [all …]
|
/bionic/linker/ |
D | linker.c | 1266 unsigned idx; in reloc_library() local 1268 for (idx = 0; idx < count; ++idx) { in reloc_library() 1276 si->name, idx); in reloc_library() 1469 unsigned idx; in reloc_library_a() local 1471 for (idx = 0; idx < count; ++idx) { in reloc_library_a() 1479 si->name, idx); in reloc_library_a()
|
/bionic/libc/netbsd/isc/ |
D | ev_timers.c | 448 set_index(void *what, int idx) { in set_index() argument 452 timer->index = idx; in set_index()
|