HomeSort by: relevance | last modified time | path
    Searched defs:tags (Results 1 - 25 of 34) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_cs.c 623 unsigned tags = MALI_FBD_TAG_IS_MFBD; local
704 tags |= MALI_FBD_TAG_HAS_ZS_RT;
721 tags |= MALI_POSITIVE(MAX2(fb->rt_count, 1)) << 2;
723 return tags;
pan_cs.c 623 unsigned tags = MALI_FBD_TAG_IS_MFBD; local
704 tags |= MALI_FBD_TAG_HAS_ZS_RT;
721 tags |= MALI_POSITIVE(MAX2(fb->rt_count, 1)) << 2;
723 return tags;
  /xsrc/external/mit/xedit/dist/
tags.c 28 * Linux kernel 2.6x is an example, the tags file itself is almost 80Mb
33 * Possible workarounds could be to load the tags file in a separate
35 * as the tags file metadata would need to be stored in some very fast
37 * a linear search in a huge tags file.
75 /* Used when searching for alternate tags and failing descending to
79 /* Flag to know if tags file is in xedit cwd and allow using relative
82 * wrong file) if file is edited and tags is not in the current dir */
86 XeditTagsInfo *tags; /* If trying another TagsInfo */ member in struct:_XeditTagsInfo
87 TagsEntry *entry; /* Entry in tags->tags */
319 XeditTagsInfo *tags; local
337 XeditTagsInfo *tags; local
    [all...]
xedit.h 87 XeditTagsInfo *tags; member in struct:_xedit_flist_item
180 /* tags.c */
tags.c 28 * Linux kernel 2.6x is an example, the tags file itself is almost 80Mb
33 * Possible workarounds could be to load the tags file in a separate
35 * as the tags file metadata would need to be stored in some very fast
37 * a linear search in a huge tags file.
75 /* Used when searching for alternate tags and failing descending to
79 /* Flag to know if tags file is in xedit cwd and allow using relative
82 * wrong file) if file is edited and tags is not in the current dir */
86 XeditTagsInfo *tags; /* If trying another TagsInfo */ member in struct:_XeditTagsInfo
87 TagsEntry *entry; /* Entry in tags->tags */
319 XeditTagsInfo *tags; local
337 XeditTagsInfo *tags; local
    [all...]
xedit.h 87 XeditTagsInfo *tags; member in struct:_xedit_flist_item
180 /* tags.c */
  /xsrc/external/mit/xorg-server.old/dist/dix/
inpututils.c 349 char **tags, **new_tags; local
370 if ((tags = attrs->tags))
372 while(*tags++)
375 new_attr->tags = calloc(ntags + 1, sizeof(char*));
376 if (!new_attr->tags)
379 tags = attrs->tags;
380 new_tags = new_attr->tags;
382 while(*tags)
403 char **tags; local
    [all...]
inpututils.c 349 char **tags, **new_tags; local
370 if ((tags = attrs->tags))
372 while(*tags++)
375 new_attr->tags = calloc(ntags + 1, sizeof(char*));
376 if (!new_attr->tags)
379 tags = attrs->tags;
380 new_tags = new_attr->tags;
382 while(*tags)
403 char **tags; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/test/
input.c 992 tags1 = attr1->tags;
993 tags2 = attr2->tags;
995 /* if we don't have any tags, skip the tag checking bits */
1019 tags1 = attr1->tags;
1022 tags2 = attr2->tags;
1034 char *tags[4] = {"tag1", "tag2", "tag2", NULL}; local
1072 orig.tags = tags;
input.c 992 tags1 = attr1->tags;
993 tags2 = attr2->tags;
995 /* if we don't have any tags, skip the tag checking bits */
1019 tags1 = attr1->tags;
1022 tags2 = attr2->tags;
1034 char *tags[4] = {"tag1", "tag2", "tag2", NULL}; local
1072 orig.tags = tags;
  /xsrc/external/mit/freetype/dist/src/base/
ftoutln.c 56 char* tags; local
101 tags = outline->tags + first;
102 tag = FT_CURVE_TAG( tags[0] );
112 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON )
129 tags--;
141 tags++;
143 tag = FT_CURVE_TAG( tags[0] );
174 tags++;
175 tag = FT_CURVE_TAG( tags[0] )
    [all...]
ftoutln.c 56 char* tags; local
101 tags = outline->tags + first;
102 tag = FT_CURVE_TAG( tags[0] );
112 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON )
129 tags--;
141 tags++;
143 tag = FT_CURVE_TAG( tags[0] );
174 tags++;
175 tag = FT_CURVE_TAG( tags[0] )
    [all...]
ftstroke.c 317 FT_Byte* tags; member in struct:FT_StrokeBorderRec_
345 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
375 border->tags[start] = border->tags[count];
396 /* then the tags */
398 FT_Byte* tag1 = border->tags + start + 1;
399 FT_Byte* tag2 = border->tags + count - 1;
414 border->tags[start ] |= FT_STROKE_TAG_BEGIN;
415 border->tags[count - 1] |= FT_STROKE_TAG_END;
451 FT_Byte* tag = border->tags + border->num_points
660 FT_Byte* tags = border->tags; local
731 FT_Byte* tags = border->tags; local
2072 char* tags; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_vX_cmd_buffer.c 260 unsigned tags = MALI_FBD_TAG_IS_MFBD; local
270 batch->fb.desc.gpu |= tags;
panvk_vX_cmd_buffer.c 260 unsigned tags = MALI_FBD_TAG_IS_MFBD; local
270 batch->fb.desc.gpu |= tags;
  /xsrc/external/mit/xorg-server/dist/dix/
inpututils.c 351 char **tags, **new_tags; local
372 if ((tags = attrs->tags)) {
373 while (*tags++)
376 new_attr->tags = calloc(ntags + 1, sizeof(char *));
377 if (!new_attr->tags)
380 tags = attrs->tags;
381 new_tags = new_attr->tags;
383 while (*tags) {
403 char **tags; local
    [all...]
inpututils.c 351 char **tags, **new_tags; local
372 if ((tags = attrs->tags)) {
373 while (*tags++)
376 new_attr->tags = calloc(ntags + 1, sizeof(char *));
377 if (!new_attr->tags)
380 tags = attrs->tags;
381 new_tags = new_attr->tags;
383 while (*tags) {
403 char **tags; local
    [all...]
  /xsrc/external/mit/freetype/dist/include/freetype/
ftimage.h 302 * tags ::
331 * The B/W rasterizer only checks bit~2 in the `tags` array for the first
342 char* tags; /* the points flags */ member in struct:FT_Outline_
428 * rasterizer; see the `tags` field in @FT_Outline.
461 /* see the `tags` field in `FT_Outline` for a description of the values */
685 * This macro converts four-letter tags to an unsigned long type.
ftimage.h 302 * tags ::
331 * The B/W rasterizer only checks bit~2 in the `tags` array for the first
342 char* tags; /* the points flags */ member in struct:FT_Outline_
428 * rasterizer; see the `tags` field in @FT_Outline.
461 /* see the `tags` field in `FT_Outline` for a description of the values */
685 * This macro converts four-letter tags to an unsigned long type.
  /xsrc/external/mit/freetype/dist/src/pshinter/
pshalgo.c 1120 char* tags = glyph->outline->tags; local
1131 tags[n] |= (char)( ( dimension == 0 ) ? 32 : 64 );
1230 if ( !( outline->tags[n] & FT_CURVE_TAG_ON ) )
pshalgo.c 1120 char* tags = glyph->outline->tags; local
1131 tags[n] |= (char)( ( dimension == 0 ) ? 32 : 64 );
1230 if ( !( outline->tags[n] & FT_CURVE_TAG_ON ) )
  /xsrc/external/mit/freetype/dist/src/truetype/
ttgload.c 471 /* reading the point tags */
472 flag = (FT_Byte*)outline->tags;
498 if ( n_points && outline->tags[0] & OVERLAP_SIMPLE )
505 flag = (FT_Byte*)outline->tags;
542 flag = (FT_Byte*)outline->tags;
802 zone->tags = (FT_Byte*)load->outline.tags + start_point;
893 current_outline.tags[0] |=
964 outline->tags[n_points ] = 0;
965 outline->tags[n_points + 1] = 0
1758 char tags[4] = { 1, 1, 1, 1 }; local
1949 char* tags = NULL; local
    [all...]
ttgload.c 471 /* reading the point tags */
472 flag = (FT_Byte*)outline->tags;
498 if ( n_points && outline->tags[0] & OVERLAP_SIMPLE )
505 flag = (FT_Byte*)outline->tags;
542 flag = (FT_Byte*)outline->tags;
802 zone->tags = (FT_Byte*)load->outline.tags + start_point;
893 current_outline.tags[0] |=
964 outline->tags[n_points ] = 0;
965 outline->tags[n_points + 1] = 0
1758 char tags[4] = { 1, 1, 1, 1 }; local
1949 char* tags = NULL; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/include/
input.h 225 char **tags; /* null-terminated */ member in struct:_InputAttributes
input.h 225 char **tags; /* null-terminated */ member in struct:_InputAttributes

Completed in 20 milliseconds

1 2