Searched refs:__map (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_batchbuffer.h | 119 uint32_t *__map = brw->batch.map_next; \ 124 uint32_t *__map = brw->batch.map_next; \ 127 #define OUT_BATCH(d) *__map++ = (d) 131 uint32_t __offset = (__map - brw->batch.batch.map) * 4; \ 139 uint32_t __offset = (__map - brw->batch.batch.map) * 4; \ 147 assert(__map == brw->batch.map_next); \
|
D | brw_draw.h | 42 uint32_t *__map); 44 #define EMIT_VERTEX_BUFFER_STATE(...) __map = \ 45 brw_emit_vertex_buffer_state(__VA_ARGS__, __map)
|
D | intel_blit.c | 102 uint32_t *__map) in set_blitter_tiling() argument 121 return __map; in set_blitter_tiling() 123 #define SET_BLITTER_TILING(...) __map = set_blitter_tiling(__VA_ARGS__, __map)
|
/external/python/funcsigs/funcsigs/ |
D | odict.py | 43 self.__map = {} 53 last[1] = root[0] = self.__map[key] = [last, root, key] 61 link_prev, link_next, key = self.__map.pop(key) 84 for node in self.__map.itervalues(): 88 self.__map.clear() 112 del self.__map[key]
|
/external/python/cpython2/Lib/ |
D | collections.py | 68 self.__map = {} 78 last[1] = root[0] = self.__map[key] = [last, root, key] 86 link_prev, link_next, _ = self.__map.pop(key) 112 self.__map.clear()
|
/external/bcc/src/lua/bpf/spec/ |
D | compile_spec.lua | 12 __map = true,
|
D | codegen_spec.lua | 39 __map = true,
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | vm86.h | 94 unsigned long __map[8]; /* 256 bits */ member
|
/external/python/cpython3/Lib/collections/ |
D | __init__.py | 112 self.__map = {} 121 self.__map[key] = link = Link() 134 link = self.__map.pop(key) 164 self.__map.clear() 186 del self.__map[key] 195 link = self.__map[key] 219 size += sizeof(self.__map) * 2 # internal dict and inherited dict
|
/external/bcc/src/lua/bpf/ |
D | bpf.lua | 83 return type(x) == 'table' and (x.__dissector or x.__map or x.__base) 854 if vinfo.__map then -- BPF map read (constant) 891 if vinfo.__map then -- BPF map read (constant) 979 if base.__map then -- BPF map read (constant) 999 if base.__map then -- BPF map read
|
D | builtins.lua | 235 elseif e.V[src].const and e.V[src].const.__map then 353 assert(e.V[map_var].const.__map, 'NYI: table.insert() supported only on BPF maps')
|
/external/libcxx/include/ |
D | deque | 953 typedef __split_buffer<pointer, __pointer_allocator> __map; 961 __map __map_; 1048 for (typename __map::const_iterator __i = __map_.begin(), __e = __map_.end(); 1118 typename __map::iterator __i = __map_.begin(); 1119 typename __map::iterator __e = __map_.end();
|