Searched defs:map (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/kernel/common/linux/mtd/ |
D | map.h | 30 #define map_bankwidth_is_1(map) (0) argument 31 #define map_bankwidth_is_2(map) (0) argument 32 #define map_bankwidth_is_4(map) (0) argument 34 #define map_calc_words(map) ((map_bankwidth(map) + (sizeof(unsigned long)-1))/ sizeof(unsigned long… argument 35 #define map_bankwidth_is_8(map) (0) argument 36 #define map_bankwidth_is_16(map) (0) argument 37 #define map_bankwidth_is_32(map) (0) argument 76 #define ENABLE_VPP(map) do { if(map->set_vpp) map->set_vpp(map, 1); } while(0) argument 77 #define DISABLE_VPP(map) do { if(map->set_vpp) map->set_vpp(map, 0); } while(0) argument 79 #define INVALIDATE_CACHED_RANGE(map, from, size) do { if(map->inval_cache) map->inval_cache(map, … argument [all …]
|
/bionic/libc/kernel/arch-x86/asm/ |
D | mpspec_32.h | 32 #define physid_set(physid, map) set_bit(physid, (map).mask) argument 34 #define physid_clear(physid, map) clear_bit(physid, (map).mask) argument 35 #define physid_isset(physid, map) test_bit(physid, (map).mask) argument 36 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask) argument 40 #define physids_clear(map) bitmap_zero((map).mask, MAX_APICS) argument 42 #define physids_empty(map) bitmap_empty((map).mask, MAX_APICS) argument 45 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS) argument 49 #define physids_coerce(map) ((map).mask[0]) argument
|
D | e820.h | 40 struct e820entry map[E820MAX]; member
|
/bionic/libc/kernel/arch-mips/asm/ |
D | bootinfo.h | 64 } map[BOOT_MEM_MAP_MAX]; member
|
/bionic/linker/ |
D | linker.c | 172 struct link_map * map; in insert_soinfo_into_debug_map() local 200 struct link_map * map = &(info->linkmap); in remove_soinfo_from_debug_map() local 2034 struct link_map * map; in __linker_init_post_relocation() local
|
/bionic/libc/bionic/ |
D | pthread.c | 1843 uint32_t map[TLSMAP_WORDS]; /* bitmap of allocated keys */ member 1914 tlsmap_t* map = tlsmap_lock(); in pthread_key_create() local 1939 tlsmap_t* map; in pthread_key_delete() local 1982 tlsmap_t* map; in pthread_setspecific() local 2026 tlsmap_t* map; in pthread_key_clean_all() local
|