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

1 2 3 4 5 6 7 8 91011>>

  /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/ctwm/dist/
event_names.c 8 #include <strings.h>
parse_yacc.c 12 #include <strings.h>
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
egd_tables.py 33 A class for collecting multiple strings in a single larger string that is
216 strings = StringTable()
248 print('\t{%s, %s},' % (strings.add(pkt[5:]), pkt))
267 values_offsets[value[1]] = strings.add(strip_prefix(value[0]))
269 strings.add(field.name), field.s_name,
272 print('\t{%s, %s(~0u)},' % (strings.add(field.name), field.s_name))
281 print('\t{%s, %s, %s, %s},' % (strings.add(reg.name), reg.r_name,
284 print('\t{%s, %s},' % (strings.add(reg.name), reg.r_name))
288 strings.emit(sys.stdout, "egd_strings")
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
egd_tables.py 35 A class for collecting multiple strings in a single larger string that is
218 strings = StringTable()
250 print('\t{%s, %s},' % (strings.add(pkt[5:]), pkt))
269 values_offsets[value[1]] = strings.add(strip_prefix(value[0]))
271 strings.add(field.name), field.s_name,
274 print('\t{%s, %s(~0u)},' % (strings.add(field.name), field.s_name))
283 print('\t{%s, %s, %s, %s},' % (strings.add(reg.name), reg.r_name,
286 print('\t{%s, %s},' % (strings.add(reg.name), reg.r_name))
290 strings.emit(sys.stdout, "egd_strings")
  /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/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/freetype/dist/builds/compiler/
gcc-dev.mk 77 -Wwrite-strings \
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_option_helpers.c 6 #include <strings.h>
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/bundle/
mk_bundke.sh 15 for f in InfoPlist.strings Localizable.strings main.nib/keyedobjects.nib ; do
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xfuncs.h 48 # include <strings.h>
  /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/fontconfig/dist/doc/
fcstrset.fncs 51 strings as <parameter>set_b</parameter>. Ordering of strings within the two
98 Creates an iterator to list the strings in <parameter>set</parameter>.
  /xsrc/external/mit/libxkbfile/dist/src/
XKBfileInt.h 76 #include <strings.h>
  /xsrc/external/mit/xkbevd/dist/
utils.h 43 #include <strings.h>
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_entrypoints_gen.py 120 * point table to lots of little strings. The entries in the entry point table
124 static const char strings[] =
250 if (e->hash == hash && strcmp(name, strings + e->name) == 0)
303 self.strings = dict()
307 assert string not in self.strings
309 self.strings[string] = StringIntMapEntry(string, num)
313 sorted(self.strings.values(), key=lambda x: x.string)
320 self.hash_size = round_to_pow2(len(self.strings) * 1.25)
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_entrypoints_gen.py 120 * point table to lots of little strings. The entries in the entry point table
124 static const char strings[] =
250 if (e->hash == hash && strcmp(name, strings + e->name) == 0)
303 self.strings = dict()
307 assert string not in self.strings
309 self.strings[string] = StringIntMapEntry(string, num)
313 sorted(self.strings.values(), key=lambda x: x.string)
320 self.hash_size = round_to_pow2(len(self.strings) * 1.25)
  /xsrc/external/mit/MesaLib.old/dist/src/amd/common/
sid_tables.py 39 A class for collecting multiple strings in a single larger string that is
333 strings = StringTable()
366 print('\t{%s, %s},' % (strings.add(pkt[5:]), pkt))
381 print('\t{%s, %s, %s, %s},' % (strings.add(reg.name), reg.r_name,
384 print('\t{%s, %s},' % (strings.add(reg.name), reg.r_name))
390 fields.emit(sys.stdout, strings, strings_offsets)
394 strings.emit(sys.stdout, "sid_strings")
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
program.cpp 52 const char **strings, const size_t *lengths,
57 if (!count || !strings ||
58 any_of(is_zero(), range(strings, count)))
64 std::string(strings[i], strings[i] + lengths[i]) :
65 std::string(strings[i]));
  /xsrc/external/mit/libXfont/dist/src/bitmap/
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/
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/libXTrap/dist/src/
XEStrMap.c 152 static INT16 _StringToID(register char *match, register char **strings,
158 { while ((--id >= 0L) && (strcmp(match,strings[id]) != 0L)); }
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/bundle/
mk_bundke.sh 15 for f in Localizable.strings main.nib/keyedobjects.nib main.nib/keyedobjects-110000.nib ; do
  /xsrc/external/mit/MesaLib.old/dist/src/egl/main/
egllog.c 42 #include <strings.h>

Completed in 13 milliseconds

1 2 3 4 5 6 7 8 91011>>