HomeSort by relevance Sort by last modified time
    Searched refs:__map (Results 1 - 17 of 17) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw.h 42 uint32_t *__map);
44 #define EMIT_VERTEX_BUFFER_STATE(...) __map = \
45 brw_emit_vertex_buffer_state(__VA_ARGS__, __map)
intel_batchbuffer.h 152 uint32_t *__map = brw->batch.map_next; \
157 uint32_t *__map = brw->batch.map_next; \
160 #define OUT_BATCH(d) *__map++ = (d)
164 uint32_t __offset = (__map - brw->batch.map) * 4; \
173 uint32_t __offset = (__map - brw->batch.map) * 4; \
183 assert(__map == brw->batch.map_next); \
intel_blit.c 119 uint32_t *__map)
134 return __map;
136 #define SET_BLITTER_TILING(...) __map = set_blitter_tiling(__VA_ARGS__, __map)
    [all...]
brw_draw_upload.c 800 uint32_t *__map)
865 return __map;
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
vm86.h 68 unsigned long __map[8]; member in struct:revectored_struct
  /external/kernel-headers/original/uapi/asm-x86/asm/
vm86.h 94 unsigned long __map[8]; /* 256 bits */ member in struct:revectored_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
vm86.h 93 unsigned long __map[8]; /* 256 bits */ member in struct:revectored_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
vm86.h 93 unsigned long __map[8]; /* 256 bits */ member in struct:revectored_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
link.h 179 extern unsigned int la_objopen (struct link_map *__map, Lmid_t __lmid,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
collections.py 32 # The internal self.__map dict maps keys to links in a doubly linked list.
50 self.__map = {}
60 last[NEXT] = root[PREV] = self.__map[key] = [last, root, key]
65 # Deleting an existing item uses self.__map to find the link which gets
68 link_prev, link_next, key = self.__map.pop(key)
94 for node in self.__map.itervalues():
98 self.__map.clear()
  /prebuilts/gdb/darwin-x86/lib/python2.7/
collections.py 33 # The internal self.__map dict maps keys to links in a doubly linked list.
51 self.__map = {}
61 last[1] = root[0] = self.__map[key] = [last, root, key]
66 # Deleting an existing item uses self.__map to find the link which gets
69 link_prev, link_next, _ = self.__map.pop(key)
95 self.__map.clear()
  /prebuilts/gdb/linux-x86/lib/python2.7/
collections.py 33 # The internal self.__map dict maps keys to links in a doubly linked list.
51 self.__map = {}
61 last[1] = root[0] = self.__map[key] = [last, root, key]
66 # Deleting an existing item uses self.__map to find the link which gets
69 link_prev, link_next, _ = self.__map.pop(key)
95 self.__map.clear()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 33 # The internal self.__map dict maps keys to links in a doubly linked list.
51 self.__map = {}
61 last[1] = root[0] = self.__map[key] = [last, root, key]
66 # Deleting an existing item uses self.__map to find the link which gets
69 link_prev, link_next, _ = self.__map.pop(key)
95 self.__map.clear()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py 33 # The internal self.__map dict maps keys to links in a doubly linked list.
51 self.__map = {}
61 last[1] = root[0] = self.__map[key] = [last, root, key]
66 # Deleting an existing item uses self.__map to find the link which gets
69 link_prev, link_next, _ = self.__map.pop(key)
95 self.__map.clear()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
collections.py 33 # The internal self.__map dict maps keys to links in a doubly linked list.
56 self.__map = {}
66 last[1] = root[0] = self.__map[key] = [last, root, key]
71 # Deleting an existing item uses self.__map to find the link which gets
74 link_prev, link_next, _ = self.__map.pop(key)
100 self.__map.clear()
  /external/valgrind/include/vki/
vki-arm-linux.h 859 unsigned long __map[8]; /* 256 bits */ member in struct:vki_revectored_struct
vki-x86-linux.h 871 unsigned long __map[8]; /* 256 bits */ member in struct:vki_revectored_struct

Completed in 306 milliseconds