HomeSort by: relevance | last modified time | path
    Searched refs:map (Results 1 - 25 of 1427) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/xterm/dist/vttests/
pointer-shapes.sh 36 map() { function
42 map X_cursor
43 map arrow
44 map based_arrow_down
45 map based_arrow_up
46 map boat
47 map bogosity
48 map bottom_left_corner
49 map bottom_right_corner
50 map bottom_sid
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
string_to_uint_map.cpp 39 string_to_uint_map_dtor(struct string_to_uint_map *map)
41 delete map;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
string_to_uint_map.cpp 39 string_to_uint_map_dtor(struct string_to_uint_map *map)
41 delete map;
  /xsrc/external/mit/fontconfig/dist/src/
fcweight.c 28 } map[] = { variable in typeref:struct:__anon5407
60 ot_weight = FC_MIN (ot_weight, map[(sizeof (map) / sizeof (map[0])) - 1].ot);
62 for (i = 1; ot_weight > map[i].ot; i++)
65 if (ot_weight == map[i].ot)
66 return map[i].fc;
69 return lerp (ot_weight, map[i-1].ot, map[i].ot, map[i-1].fc, map[i].fc)
    [all...]
  /xsrc/external/mit/libX11/dist/src/xkb/
XKBMAlloc.c 45 XkbClientMapPtr map; local
61 if (xkb->map == NULL) {
62 map = _XkbTypedCalloc(1, XkbClientMapRec);
63 if (map == NULL)
65 xkb->map = map;
68 map = xkb->map;
71 if (map->types == NULL) {
72 map->num_types = map->size_types = 0
124 XkbServerMapPtr map; local
274 XkbClientMapPtr map; local
849 XkbClientMapPtr map; local
902 XkbServerMapPtr map; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
magic.c 66 uint32_t *map = (uint32_t *) buf; local
67 memset(map, 0, 474 * 4);
69 map[54] = 0x6b0003;
70 map[55] = 0x3a0012;
71 map[56] = 1;
73 map[106] = 1;
74 map[108] = 0x1c;
75 map[112] = 0xffffffff;
76 map[113] = 0xffffffff;
77 map[114] = 0xffffffff
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/xkb/
XKBMAlloc.c 48 XkbClientMapPtr map; local
61 if (xkb->map==NULL) {
62 map= calloc(1, sizeof(XkbClientMapRec));
63 if (map==NULL)
65 xkb->map= map;
67 else map= xkb->map;
70 if (map->types==NULL) {
71 map->types= calloc(nTotalTypes, sizeof(XkbKeyTypeRec))
129 XkbServerMapPtr map; local
795 XkbClientMapPtr map; local
845 XkbServerMapPtr map; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/xkb/
XKBMAlloc.c 45 XkbClientMapPtr map; local
59 if (xkb->map == NULL) {
60 map = calloc(1, sizeof(XkbClientMapRec));
61 if (map == NULL)
63 xkb->map = map;
66 map = xkb->map;
69 if (map->types == NULL) {
70 map->types = calloc(nTotalTypes, sizeof(XkbKeyTypeRec))
129 XkbServerMapPtr map; local
786 XkbClientMapPtr map; local
837 XkbServerMapPtr map; local
    [all...]
  /xsrc/external/mit/libX11/dist/src/
SetRGBCMap.c 47 register xPropStandardColormap *map; /* tmp variable, data in prop */ local
73 for (i = count, map = data, cmap = cmaps; i > 0; i--, cmap++) {
74 map->colormap = cmap->colormap;
75 map->red_max = cmap->red_max;
76 map->red_mult = cmap->red_mult;
77 map->green_max = cmap->green_max;
78 map->green_mult = cmap->green_mult;
79 map->blue_max = cmap->blue_max;
80 map->blue_mult = cmap->blue_mult;
81 map->base_pixel = cmap->base_pixel
    [all...]
GetRGBCMap.c 114 register XStandardColormap *map; local
117 for (i = ncmaps, map = cmaps, prop = data; i > 0; i--, map++, prop++) {
118 map->colormap = prop->colormap;
119 map->red_max = prop->red_max;
120 map->red_mult = prop->red_mult;
121 map->green_max = prop->green_max;
122 map->green_mult = prop->green_mult;
123 map->blue_max = prop->blue_max;
124 map->blue_mult = prop->blue_mult
    [all...]
ModMap.c 116 XFreeModifiermap(XModifierKeymap *map)
118 if (map) {
119 Xfree(map->modifiermap);
120 Xfree(map);
126 XInsertModifiermapEntry(XModifierKeymap *map,
136 row = modifier * map->max_keypermod,
140 for (i=0; i<map->max_keypermod; i++) {
141 if (map->modifiermap[ row+i ] == keycode)
142 return(map); /* already in the map */
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
dmxmap.c 69 if (dmxLocal->map[hash].remote == remoteEvent
70 && dmxLocal->map[hash].server == serverEvent) return;
72 if (dmxLocal->map[hash].remote) {
75 if (!dmxLocal->map[i].remote) {
76 dmxLocal->map[i].remote = remoteEvent;
77 dmxLocal->map[i].server = serverEvent;
82 "Out of map entries, cannot map remove event type %d\n",
85 dmxLocal->map[hash].remote = remoteEvent;
86 dmxLocal->map[hash].server = serverEvent
    [all...]
  /xsrc/external/mit/libfontenc/dist/src/
fontencI.h 30 const unsigned short *map; member in struct:_FontEncSimpleMap
36 char **map; member in struct:_FontEncSimpleName
  /xsrc/external/mit/MesaLib/dist/include/android_stub/log/
event_tag_map.h 31 * Open the specified file as an event log tag map.
38 * Close the map.
40 void android_closeEventTagMap(EventTagMap* map);
46 const char* android_lookupEventTag_len(const EventTagMap* map, size_t* len,
53 const char* android_lookupEventFormat_len(const EventTagMap* map, size_t* len,
  /xsrc/external/mit/libpciaccess/dist/src/
common_map.c 37 * Platform independent memory map routines.
46 * \param map Memory mapping that is to be undone.
55 struct pci_device_mapping *map)
57 return (munmap(map->memory, map->size) == -1) ? errno : 0;
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nouveau_span.c 38 GLboolean map)
42 if (map)
47 framebuffer_map_unmap(struct gl_context *ctx, struct gl_framebuffer *fb, GLboolean map)
52 renderbuffer_map_unmap(ctx, fb->_ColorDrawBuffers[i], map);
54 renderbuffer_map_unmap(ctx, fb->_ColorReadBuffer, map);
57 renderbuffer_map_unmap(ctx, fb->Attachment[BUFFER_DEPTH].Renderbuffer, map);
61 span_map_unmap(struct gl_context *ctx, GLboolean map)
65 framebuffer_map_unmap(ctx, ctx->DrawBuffer, map);
68 framebuffer_map_unmap(ctx, ctx->ReadBuffer, map);
71 if (map)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
mir_squeeze.c 33 find_or_allocate_temp(compiler_context *ctx, struct hash_table_u64 *map,
40 map, hash + 1);
49 _mesa_hash_table_u64_insert(map,
61 struct hash_table_u64 *map = _mesa_hash_table_u64_create(NULL); local
72 ins->dest = find_or_allocate_temp(ctx, map, ins->dest);
77 ins->dest = find_or_allocate_temp(ctx, map, ins->dest);
80 ins->src[i] = find_or_allocate_temp(ctx, map, ins->src[i]);
83 ctx->blend_input = find_or_allocate_temp(ctx, map, ctx->blend_input);
84 ctx->blend_src1 = find_or_allocate_temp(ctx, map, ctx->blend_src1);
86 _mesa_hash_table_u64_destroy(map);
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nouveau_span.c 38 GLboolean map)
42 if (map)
47 framebuffer_map_unmap(struct gl_context *ctx, struct gl_framebuffer *fb, GLboolean map)
52 renderbuffer_map_unmap(ctx, fb->_ColorDrawBuffers[i], map);
54 renderbuffer_map_unmap(ctx, fb->_ColorReadBuffer, map);
57 renderbuffer_map_unmap(ctx, fb->Attachment[BUFFER_DEPTH].Renderbuffer, map);
61 span_map_unmap(struct gl_context *ctx, GLboolean map)
65 framebuffer_map_unmap(ctx, ctx->DrawBuffer, map);
68 framebuffer_map_unmap(ctx, ctx->ReadBuffer, map);
71 if (map)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
pixel.h 44 _mesa_PixelMapfv( GLenum map, GLsizei mapsize, const GLfloat *values );
46 _mesa_PixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values );
48 _mesa_PixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values );
50 _mesa_GetnPixelMapfvARB( GLenum map, GLsizei bufSize, GLfloat *values );
52 _mesa_GetPixelMapfv( GLenum map, GLfloat *values );
54 _mesa_GetnPixelMapuivARB( GLenum map, GLsizei bufSize, GLuint *values );
56 _mesa_GetPixelMapuiv( GLenum map, GLuint *values );
58 _mesa_GetnPixelMapusvARB( GLenum map, GLsizei bufSize, GLushort *values );
60 _mesa_GetPixelMapusv( GLenum map, GLushort *values );
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
pixel.h 44 _mesa_PixelMapfv( GLenum map, GLsizei mapsize, const GLfloat *values );
46 _mesa_PixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values );
48 _mesa_PixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values );
50 _mesa_GetnPixelMapfvARB( GLenum map, GLsizei bufSize, GLfloat *values );
52 _mesa_GetPixelMapfv( GLenum map, GLfloat *values );
54 _mesa_GetnPixelMapuivARB( GLenum map, GLsizei bufSize, GLuint *values );
56 _mesa_GetPixelMapuiv( GLenum map, GLuint *values );
58 _mesa_GetnPixelMapusvARB( GLenum map, GLsizei bufSize, GLushort *values );
60 _mesa_GetPixelMapusv( GLenum map, GLushort *values );
  /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
vbo_exec_eval.c 40 exec->eval.map1[attr].map = NULL;
46 exec->eval.map2[attr].map = NULL;
50 struct gl_1d_map *map )
53 if (!exec->eval.map1[attr].map) {
54 exec->eval.map1[attr].map = map;
60 struct gl_2d_map *map )
63 if (!exec->eval.map2[attr].map) {
64 exec->eval.map2[attr].map = map;
132 struct gl_1d_map *map = exec->eval.map1[attr].map; local
153 struct gl_1d_map *map = exec->eval.map1[0].map; local
179 struct gl_2d_map *map = exec->eval.map2[attr].map; local
203 struct gl_2d_map *map = exec->eval.map2[0].map; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
vbo_exec_eval.c 39 exec->eval.map1[attr].map = NULL;
45 exec->eval.map2[attr].map = NULL;
49 struct gl_1d_map *map )
52 if (!exec->eval.map1[attr].map) {
53 exec->eval.map1[attr].map = map;
59 struct gl_2d_map *map )
62 if (!exec->eval.map2[attr].map) {
63 exec->eval.map2[attr].map = map;
130 struct gl_1d_map *map = exec->eval.map1[attr].map; local
151 struct gl_1d_map *map = exec->eval.map1[0].map; local
176 struct gl_2d_map *map = exec->eval.map2[attr].map; local
200 struct gl_2d_map *map = exec->eval.map2[0].map; local
    [all...]
  /xsrc/external/mit/freetype/dist/src/gzip/
ftzconf.h 259 # pragma map(deflateInit_,"DEIN")
260 # pragma map(deflateInit2_,"DEIN2")
261 # pragma map(deflateEnd,"DEEND")
262 # pragma map(inflateInit_,"ININ")
263 # pragma map(inflateInit2_,"ININ2")
264 # pragma map(inflateEnd,"INEND")
265 # pragma map(inflateSync,"INSY")
266 # pragma map(inflateSetDictionary,"INSEDI")
267 # pragma map(inflate_blocks,"INBL")
268 # pragma map(inflate_blocks_new,"INBLNE"
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_transfer.c 14 uint8_t *map = NULL; local
34 map = pipe->buffer_map(pipe, resource, 0, usage, &box, &transfer);
35 if (!map)
38 memcpy(map, data, size);
53 uint8_t *map = NULL; local
63 map = pipe->texture_map(pipe,
68 if (!map)
71 util_copy_box(map,
  /xsrc/external/mit/xorg-server/dist/xfixes/
saveset.c 32 Bool toRoot, map; local
52 if ((stuff->map != SaveSetMap) && (stuff->map != SaveSetUnmap)) {
53 client->errorValue = stuff->map;
57 map = (stuff->map == SaveSetMap);
58 return AlterSaveSetForClient(client, pWin, stuff->mode, toRoot, map);

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 91011>>