Home
last modified time | relevance | path

Searched refs:__map (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.h119 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); \
Dbrw_draw.h42 uint32_t *__map);
44 #define EMIT_VERTEX_BUFFER_STATE(...) __map = \
45 brw_emit_vertex_buffer_state(__VA_ARGS__, __map)
Dintel_blit.c102 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/
Dodict.py43 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/
Dcollections.py68 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/
Dcompile_spec.lua12 __map = true,
Dcodegen_spec.lua39 __map = true,
/external/kernel-headers/original/uapi/asm-x86/asm/
Dvm86.h94 unsigned long __map[8]; /* 256 bits */ member
/external/python/cpython3/Lib/collections/
D__init__.py112 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/
Dbpf.lua83 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
Dbuiltins.lua235 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/
Ddeque953 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();