| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| intel_regions.c | 74 char **strings = NULL; local 79 strings = backtrace_symbols(trace, traceSize); 80 if (strings == NULL) { 85 /* Spit out all the strings with a colon separator. Ignore 91 char *p = strings[i], *slash = strings[i]; 102 free(strings);
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| ttbdf.c | 54 bdf->strings = NULL; 86 FT_ULong strings = FT_NEXT_ULONG ( p ); local 92 strings < 8 || 93 ( strings - 8 ) / 4 < num_strikes || 94 strings + 1 > length ) 100 bdf->strings = bdf->table + strings; 101 bdf->strings_size = length - strings; 121 if ( strike > bdf->strings ) 206 (const char*)bdf->strings + name_offset [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| basic-string.c | 13 const char *strings[] = { local 27 XDrawImageString(t->dpy, d, gc, x, y, strings[s%3], strlen(strings[s%3])); 29 XDrawString(t->dpy, d, gc, x, y, strings[s%3], strlen(strings[s%3]));
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| basic-string.c | 13 const char *strings[] = { local 27 XDrawImageString(t->dpy, d, gc, x, y, strings[s%3], strlen(strings[s%3])); 29 XDrawString(t->dpy, d, gc, x, y, strings[s%3], strlen(strings[s%3]));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| binary.hpp | 60 std::vector<uint8_t> strings; member in struct:clover::binary::printf_info 164 // printfs strings stored in output buffer
|
| /xsrc/external/mit/freetype/dist/src/bdf/ |
| bdfdrivr.c | 219 const char* strings[4] = { NULL, NULL, NULL, NULL }; local 232 strings[2] = ( *(prop->value.atom) == 'O' || *(prop->value.atom) == 'o' ) 243 strings[1] = "Bold"; 250 strings[3] = (const char *)(prop->value.atom); 256 strings[0] = (const char *)(prop->value.atom); 261 if ( strings[nn] ) 263 lengths[nn] = ft_strlen( strings[nn] ); 270 strings[0] = "Regular"; 271 lengths[0] = ft_strlen( strings[0] ); 286 const char* src = strings[nn] [all...] |
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| pcfread.c | 250 char *strings; local 305 strings = malloc(string_size); 306 if (!strings) { 307 pcfError("pcfGetProperties(): Couldn't allocate strings (%d)\n", string_size); 310 FontFileRead(file, strings, string_size); 318 props[i].name = MakeAtom(strings + props[i].name, 319 strnlen(strings + props[i].name, string_size - props[i].name), TRUE); 325 props[i].value = MakeAtom(strings + props[i].value, 326 strnlen(strings + props[i].value, string_size - props[i].value), TRUE); 329 free(strings); [all...] |
| snfread.c | 139 char *strings; local 160 strings = propspace + BYTESOFPROPINFO(snfInfo); 163 pfp->name = MakeAtom(&strings[psnfp->name], 164 (unsigned) strlen(&strings[psnfp->name]), 1); 167 pfp->value = (INT32) MakeAtom(&strings[psnfp->value], 168 (unsigned) strlen(&strings[psnfp->value]), 1);
|
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| pcfread.c | 252 char *strings; local 307 strings = malloc(string_size); 308 if (!strings) { 309 pcfError("pcfGetProperties(): Couldn't allocate strings (%d)\n", string_size); 312 FontFileRead(file, strings, string_size); 320 props[i].name = MakeAtom(strings + props[i].name, 321 strnlen(strings + props[i].name, string_size - props[i].name), TRUE); 327 props[i].value = MakeAtom(strings + props[i].value, 328 strnlen(strings + props[i].value, string_size - props[i].value), TRUE); 331 free(strings); [all...] |
| snfread.c | 141 char *strings; local 162 strings = propspace + BYTESOFPROPINFO(snfInfo); 165 pfp->name = MakeAtom(&strings[psnfp->name], 166 (unsigned) strlen(&strings[psnfp->name]), 1); 169 pfp->value = (INT32) MakeAtom(&strings[psnfp->value], 170 (unsigned) strlen(&strings[psnfp->value]), 1);
|
| /xsrc/external/mit/mkfontscale/dist/ |
| ident.c | 265 char *strings = NULL, *s; local 315 strings = malloc(string_size); 316 if (!strings) 319 rc = fontFileRead(f, strings, string_size); 327 if (strcmp(strings + props[i].name, "FONT") == 0) 334 s = strdup(strings + props[i].value); 338 free(strings); 344 if (strings) 345 free(strings);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/ |
| xa_tgsi.c | 70 const char *strings[] = { local 93 debug_printf("%s, ", strings[i]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/ |
| xa_tgsi.c | 70 const char *strings[] = { local 93 debug_printf("%s, ", strings[i]);
|
| /xsrc/external/mit/libX11/dist/src/xcms/ |
| cmsColNm.c | 94 static char *strings; variable 270 * stringSectionSize - determine memory needed for strings 532 * stringSectionSize - determine memory needed for strings 544 * color name strings and also the number of strings. 698 * Add strings 773 strings = Xmalloc(size); 775 if (strings == NULL || pairs == NULL) { 776 free(strings); 783 ReadColornameDB(stream, pairs, strings); [all...] |
| /xsrc/external/mit/freetype/dist/src/pcf/ |
| pcfread.c | 489 FT_String* strings = NULL; local 600 /* the strings in the `strings' array are PostScript strings, */ 605 " loading only 16777472 bytes of strings array\n" )); 610 if ( FT_NEW_ARRAY( strings, string_size + 1 ) ) 613 error = FT_Stream_Read( stream, (FT_Byte*)strings, string_size ); 635 if ( FT_STRDUP( properties[i].name, strings + name_offset ) ) 654 if ( FT_STRDUP( properties[i].value.atom, strings + value_offset ) ) 671 FT_FREE( strings ); 1314 const char* strings[4] = { NULL, NULL, NULL, NULL }; local [all...] |
| /xsrc/external/mit/libpciaccess/dist/src/ |
| solx_devfs.c | 33 #include <strings.h> 299 char *strings; local 327 numval = di_prop_strings(prop, &strings); 329 if (strncmp(strings, "pci", 3) != 0) 369 "device_type", &strings); 371 if (strncmp(strings, "pci", 3) != 0)
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_serialize.c | 1101 uint32_t strings = 0; local 1103 strings |= 0x1; 1105 strings |= 0x2; 1106 blob_write_uint32(blob, strings); 1158 uint32_t strings = blob_read_uint32(blob); local 1159 char *name = (strings & 0x1) ? blob_read_string(blob) : NULL; 1160 char *label = (strings & 0x2) ? blob_read_string(blob) : NULL;
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| format.c | 916 /* update pointers to a list of format strings: 931 * input formats in separate strings, then see if one of then need to 1504 LispObj *string, *strings = NIL, *cons; local 1520 /* initialize list of strings streams */ 1523 strings = cons = CONS(string, NIL); 1524 GC_PROTECT(strings); 1535 /* loop formating strings */ 1536 for (i = 0, cons = strings; i < num_formats; i++, cons = CDR(cons)) { 1556 /* free temporary format strings */ 1561 if (CAR(strings) == NIL) [all...] |
| string.c | 1355 string-concat &rest strings 1362 LispObj *strings; local 1364 strings = ARGUMENT(0); 1366 if (strings == NIL) 1369 for (length = 1, object = strings; CONSP(object); object = CDR(object)) { 1377 for (length = 0, object = strings; CONSP(object); object = CDR(object)) {
|
| private.h | 355 hash_table *strings; member in struct:_LispMac
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_serialize.c | 2014 uint32_t strings = 0; local 2016 strings |= 0x1; 2018 strings |= 0x2; 2019 blob_write_uint32(blob, strings); 2065 uint32_t strings = blob_read_uint32(blob); local 2066 char *name = (strings & 0x1) ? blob_read_string(blob) : NULL; 2067 char *label = (strings & 0x2) ? blob_read_string(blob) : NULL;
|
| /xsrc/external/mit/freetype/dist/include/freetype/internal/ |
| cfftypes.h | 373 FT_Byte** strings; member in struct:CFF_FontRec_
|
| tttypes.h | 195 * store important strings like family name, style name, copyright, 926 * ULONG item_value For strings => Offset into string table without 931 * All strings in the string table consist of bytes and are 942 FT_Byte* strings; member in struct:TT_BDFRec_
|
| /xsrc/external/mit/MesaLib/dist/include/CL/ |
| cl.hpp | 5034 const char * strings = source.c_str(); local 5040 context(), (cl_uint)1, &strings, &length, &error); 5070 const char * strings = source.c_str(); local 5074 context(), (cl_uint)1, &strings, &length, &error); 5105 const char** strings = (const char**) alloca(n * sizeof(const char*)); local 5108 strings[i] = sources[(int)i].first; 5113 context(), (cl_uint)n, strings, lengths, &error);
|
| cl2.hpp | 133 * vector-of-vectors and vector-of-strings design. However, for backward 6175 const char * strings = source.c_str(); local 6181 context(), (cl_uint)1, &strings, &length, &error); 6215 const char * strings = source.c_str(); local 6219 context(), (cl_uint)1, &strings, &length, &error); 6245 * Create a program from a vector of source strings and the default context. 6258 vector<const char*> strings(n); 6262 strings[i] = sources[(int)i].data(); 6265 strings[i] = sources[(int)i].first; 6271 context(), (cl_uint)n, strings.data(), lengths.data(), &error) [all...] |