Searched defs:map (Results 226 - 250 of 1204) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.c108 sbuf->map.num_ranges = 0;
113 if (!sbuf->map.num_ranges) {
151 * the map of the hwbuf below to block, so preemptively
202 uint8_t *map; local
206 map = sbuf->swbuf;
212 map = sws->buffer_map(sws, sbuf->hwbuf, transfer->usage);
215 map = NULL;
218 if (map) {
219 ++sbuf->map.count;
220 map
[all...]
H A Dsvga_resource_buffer.h99 * Information about ongoing and past map operations.
118 } map; member in struct:svga_buffer
/external/mesa3d/src/gbm/backends/dri/
H A Dgbm_driint.h78 void *map; member in struct:gbm_dri_bo
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_bufferobj.c38 void *map = NULL; local
41 map = nbo->sys;
44 map = nbo->bo->map;
47 return map;
131 char *map; local
142 map = get_bufferobj_map(ctx, obj, flags);
143 if (!map)
146 obj->Pointer = map + offset;
H A Dnouveau_render.h63 int map[VERT_ATTRIB_MAX]; member in struct:nouveau_render_state
74 for (i = 0; attr = (render)->map[i], i < NUM_VERTEX_ATTRS; i++)
77 for (i = 0; attr = (render)->map[i], i < render->attr_count; i++) \
/external/mesa3d/src/mesa/swrast/
H A Ds_clear.c58 GLubyte *map; local
67 /* map dest buffer */
69 mapMode, &map, &rowStride);
70 if (!map) {
86 TYPE *row = (TYPE *) map; \
97 map += rowStride; \
116 TYPE *row = (TYPE *) map; \
132 map += rowStride; \
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_draw.c167 const GLuint *map; local
184 map = vbo->map_vp_none;
200 map = vbo->map_vp_arb;
219 const GLuint src = map[attr];
339 /* buffer allocation worked, now map the buffer */
369 printf("map %d..\n", exec->vtx.buffer_used);
H A Dvbo_save_draw.c141 const GLuint *map; local
162 map = vbo->map_vp_none;
177 map = vbo->map_vp_arb;
196 const GLuint src = map[attr];
/external/nist-sip/java/gov/nist/core/
H A DMultiValueMapImpl.java35 private HashMap<String, ArrayList<V>> map = new HashMap<String, ArrayList<V>>(); field in class:MultiValueMapImpl
45 ArrayList<V> keyList = map.get(key);
48 map.put(key, keyList);
56 Set pairs = map.entrySet();
72 Set pairs = map.entrySet();
79 map.clear();
83 ArrayList returnList = new ArrayList(map.size());
85 Set pairs = map.entrySet();
101 obj.map = (HashMap<Object, ArrayList<V>>) this.map
[all...]
/external/openfst/src/lib/
H A Dmapped-file.cc72 void *map = mmap(0, upsize, PROT_READ, MAP_SHARED, fd, pos - offset); local
73 char *data = reinterpret_cast<char*>(map);
74 if (close(fd) == 0 && map != MAP_FAILED) {
76 region.mmap = map;
83 << " from " << opts.source.c_str() << " to addr " << map;
/external/oprofile/daemon/liblegacy/
H A Dopd_mapping.c27 /* hash map device mmap */
48 perror("oprofiled: couldn't mmap hash map");
60 struct opd_map * map = list_entry(pos, struct opd_map, next); local
62 opd_delete_image(map->image);
63 free(map);
71 struct opd_map * map; local
76 map = malloc(sizeof(struct opd_map));
78 /* first map is the primary image */
87 map->image = image;
88 map
[all...]
H A Dopd_parse_proc.c29 * opd_add_ascii_map - parse an ASCII map string for a process
30 * @param proc process to add map to
34 * Attempt to parse the string @line for map information
128 /* dae assume than the first map added is the primary image name, this
133 struct opd_map * map = list_entry(pos, struct opd_map, next); local
134 if (!strcmp(map->image->name, image_name)) {
136 fprintf(stderr, "swap map for image %s from %s to %s\n", image_name, proc->name, map->image->name);
138 proc->name = xstrdup(map->image->name);
146 * a map o
[all...]
/external/qemu/android/utils/
H A Dintmap.c18 /* We implement the map as two parallel arrays.
25 * number of items in the map.
42 AIntMap* map; local
44 ANEW0(map);
45 map->size = 0;
46 map->capacity = 4;
47 map->keys = map->keys0;
48 map->values = map
75 aintMap_get( AIntMap* map, int key ) argument
81 aintMap_getWithDefault( AIntMap* map, int key, void* def ) argument
125 aintMap_set( AIntMap* map, int key, void* value ) argument
158 aintMap_del( AIntMap* map, int key ) argument
202 AIntMap* map; local
[all...]
/external/qemu/distrib/libselinux/src/
H A Dmapping.c32 selinux_set_mapping(struct security_class_mapping *map) argument
46 if (!map) {
51 while (map[i].name)
61 while (map[j].name) {
62 struct security_class_mapping *p_in = map + (j++);
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
H A DSDL_svgaevents.c65 int map, i; local
68 for ( map=0; map<NUM_VGAKEYMAPS; ++map ) {
69 SDL_memset(vga_keymap[map], 0, NR_KEYS*sizeof(Uint16));
71 entry.kb_table = map;
91 vga_keymap[map][i]=entry.kb_value;
92 vga_keymap[map][i]+= '0';
95 vga_keymap[map][i]=K(KT_ASCII,'+');
98 vga_keymap[map][
346 int map; local
389 int map; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
H A DSDL_vglevents.c66 SDL_SetError("Unable to get keyboard map");
278 int map; local
282 map = 0;
284 map += 1;
287 map += 2;
290 map += 4;
292 if ( !(vga_keymap->key[scancode].spcl & (0x80 >> map)) ) {
293 keysym->unicode = vga_keymap->key[scancode].map[map];
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowUriMatcher.java18 public HashMap<String, MatchNode> map = new HashMap<String, ShadowUriMatcher.MatchNode>(); field in class:ShadowUriMatcher.MatchNode
35 MatchNode authNode = rootNode.map.get(authority);
38 rootNode.map.put(authority, authNode);
50 if (!rootNode.map.containsKey(auth)) {
54 return matchSegments(rootNode.map.get(auth), segments);
62 if (node.map.containsKey(segment)) {
63 return matchSegments(node.map.get(segment), segments);
101 nextNode = baseNode.map.get(segment);
104 baseNode.map.put(segment, nextNode);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DDatabaseConfig.java17 public static void setDatabaseMap(DatabaseMap map) { argument
18 dbMap = map;
27 * check if the map has been loaded
36 * Check if the map has been set at all.
82 if (isMapNull()) throw new NullDatabaseMapException("No database map set!");
87 if (isMapNull()) throw new NullDatabaseMapException("No database map set!");
92 if (isMapNull()) throw new NullDatabaseMapException("No database map set!");
/external/skia/src/animator/
H A DSkDump.cpp90 const SkDisplayEnumMap& map = SkAnimatorScript::GetEnumValues(type); local
91 const char* str = map.fValues;
/external/skia/src/gpu/
H A DGrGeometryBuffer.h33 * indicates that map will always succeed and will be free.
41 * to draw from the buffer while it is mapped. It is an error to call map
45 * Currently only one map at a time is supported (no nesting of
46 * map/unmap).
51 * @return a pointer to the data or NULL if the map fails.
53 void* map() { return (fMapPtr = this->onMap()); } function in class:GrGeometryBuffer
58 * The pointer returned by the previous map call will no longer be valid.
67 * Returns the same ptr that map() returned at time of map or NULL if the
/external/skia/src/gpu/gl/
H A DGrGLBufferImpl.cpp79 void* GrGLBufferImpl::map(GrGpuGL* gpu) { function in class:GrGLBufferImpl
193 // portions of the buffer (map() does a glBufferData(..size, NULL..))
/external/strace/
H A Dmtd.c261 struct ubi_map_req map; local
336 if (!verbose(tcp) || umove(tcp, arg, &map) < 0)
340 map.lnum, map.dtype);
/external/valgrind/main/VEX/priv/
H A Dhost_generic_regs.c139 void ppHRegRemap ( HRegRemap* map )
143 for (i = 0; i < map->n_used; i++) {
145 ppHReg(map->orig[i]);
147 ppHReg(map->replacement[i]);
154 void initHRegRemap ( HRegRemap* map )
156 map->n_used = 0;
160 void addToHRegRemap ( HRegRemap* map, HReg orig, HReg replacement ) argument
163 for (i = 0; i < map->n_used; i++)
164 if (sameHReg(map->orig[i], orig))
171 vassert(map
178 lookupHRegRemap( HRegRemap* map, HReg orig ) argument
[all...]
/external/checkpolicy/
H A Dcheckmodule.c54 void *map; local
69 map =
72 if (map == MAP_FAILED) {
73 fprintf(stderr, "Can't map '%s': %s\n", file, strerror(errno));
78 f.data = map;
/external/chromium_org/android_webview/public/browser/
H A Ddraw_gl.h80 // Called to map a GraphicBuffer in |mode|.
96 AwMapFunction* map; member in struct:AwDrawGLFunctionTable

Completed in 4135 milliseconds

1234567891011>>