Searched refs:rest (Results 1 - 25 of 350) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dframework.h46 inline bool set_variant(chip_class cls, const char *rest="") argument
48 char buf[8+strlen(rest)];
50 snprintf(buf, sizeof(buf), "gfx%d%s", cls - GFX6 + 6, rest);
52 snprintf(buf, sizeof(buf), "gfx10_3%s", rest);
H A DREADME.md24 - `search_re` consumes the rest of the line and fails the test if the pattern is not found
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_debug.c325 static char rest[64]; local in function:debug_dump_enum
333 util_snprintf(rest, sizeof(rest), "0x%08lx", value);
334 return rest;
343 static char rest[64]; local in function:debug_dump_enum_noprefix
357 util_snprintf(rest, sizeof(rest), "0x%08lx", value);
358 return rest;
366 static char rest[256]; local in function:debug_dump_flags
390 util_snprintf(rest, sizeo
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_debug.c348 static char rest[64]; local in function:debug_dump_enum
356 snprintf(rest, sizeof(rest), "0x%08lx", value);
357 return rest;
366 static char rest[64]; local in function:debug_dump_enum_noprefix
380 snprintf(rest, sizeof(rest), "0x%08lx", value);
381 return rest;
389 static char rest[256]; local in function:debug_dump_flags
413 snprintf(rest, sizeo
[all...]
/xsrc/external/mit/freetype/dist/src/gxvalid/
H A Dgxvmorx.c75 FT_ULong rest; local in function:gxv_morx_subtables_validate
91 rest = length - ( 4 + 4 + 4 );
92 GXV_LIMIT_CHECK( rest );
104 func( p, p + rest, gxvalid );
107 p += rest;
H A Dgxvmort.c185 FT_UInt rest; local in function:gxv_mort_subtables_validate
200 rest = length - ( 2 + 2 + 4 );
202 GXV_LIMIT_CHECK( rest );
212 func( p, p + rest, gxvalid );
214 p += rest;
/xsrc/external/mit/xkbcomp/dist/
H A Dlisting.c250 AddDirectory(char *head, char *ptrn, char *rest, char *map) argument
264 if ((rest == NULL) && (ptrn != NULL) && (strchr(ptrn, '/') == NULL))
269 else if ((rest == NULL) && (ptrn == NULL) &&
327 if (((rest != NULL) && (!S_ISDIR(sbuf.st_mode))) ||
335 if ((rest != NULL) || (verboseLevel & ListRecursive))
336 nMatch += AddDirectory(tmp, rest, NULL, map);
352 char *str, *head, *ptrn, *rest = NULL; local in function:AddMatchingFiles
367 rest = NULL;
382 rest = strchr(ptrn, '/');
383 if (rest !
[all...]
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_memcpy.c200 int dadd, rest, count, hc, lcnt; \
227 rest = w & 63; \
231 rest = w & 63; \
237 if (rest) { \
239 small_memcpy(to, from, rest); \
256 if (rest) small_memcpy(to, from, rest); \
269 int dadd, rest, count, hc, lcnt; \
292 rest = w & 63; \
297 rest
[all...]
/xsrc/external/mit/xauth/dist/
H A Dparsedpy.c108 char *rest = NULL; /* must free if set and error return */ local in function:parse_displayname
239 rest = copystring (ptr, len);
240 if (!rest) {
255 *restp = rest;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_etc2.c124 const uint8_t rest = (buffer[3] & 0x0f); local in function:swap_colors
138 buffer[3] = (b1 << 4) | rest;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_etc2.c124 const uint8_t rest = (buffer[3] & 0x0f); local in function:swap_colors
138 buffer[3] = (b1 << 4) | rest;
/xsrc/external/mit/xf86-video-suncg14/dist/src/
H A Dcg14_render.c83 int rest; local in function:CG14Comp_Over32Solid
85 rest = width - x;
107 if (rest < 4) {
108 sxm(SX_STUQ0C, dstx, 92, rest - 1);
176 int rest; local in function:CG14Comp_Over8Solid
178 rest = width - x;
200 if (rest < 4) {
201 sxm(SX_STUQ0C, dstx, 92, rest - 1);
/xsrc/external/mit/xorgproto/dist/specs/SIAddresses/
H A Dlocaluser.md7 '#', the rest of the string shall be treated as a decimal uid or gid, otherwise
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_memcpy.c299 int rest = size & 63; \
308 if(rest) { \
310 small(to, from, rest); \
323 int rest = size & 63; \
330 if(rest) { \
331 small(to, from, rest); \
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_parser.h225 ast_expression *rest; member in struct:YYSTYPE::__anon7708f7850108
/xsrc/external/mit/fontconfig/dist/m4/
H A Dnls.m413 dnl by the GNU Library General Public License, and the rest of the GNU
H A Dintlmacosx.m412 dnl by the GNU Library General Public License, and the rest of the GNU
H A Dprogtest.m412 dnl by the GNU Library General Public License, and the rest of the GNU
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dftconfig.h.in22 * the rest of the engine. Most of the macros here are automatically
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_parser.h232 ast_expression *rest; member in struct:YYSTYPE::__anon245e62180108
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dcompute_test.h284 void gather_args(std::vector<RawShaderArg *> &args, T &arg, Rest&... rest) argument
287 gather_args(args, rest...);
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_memcpy.c341 int rest = size & 63; \
352 if(rest) { \
356 small(to, from, rest); \
373 int rest = size & 63; \
380 if(rest) { \
381 small(to, from, rest); \
/xsrc/external/mit/xf86-video-pnozz/dist/src/
H A Dpnozz_accel.c290 CARD32 rest = w & 0x1f; local in function:PnozzSubsequentScanlineCPUToScreenColorExpandFill
299 if (rest > 0) {
300 pPnozz->last_word = (rest - 1) << 2;
/xsrc/external/mit/libXt/dist/src/
H A DIntrinsic.c1259 char **rest; local in function:FillInLangSubs
1283 p2. The rest in p3. If no delimiters, all goes into p1. We
1294 rest = &p2;
1297 rest = &p1;
1304 strncpy(*rest, string, (size_t) len);
1305 (*rest)[len] = '\0';
1309 (void) strcpy(*rest, string);
/xsrc/external/mit/libXpm/dist/
H A Dconfigure.ac81 # but leave the rest of the compression code active

Completed in 23 milliseconds

1234567891011>>