HomeSort by: relevance | last modified time | path
    Searched defs:Length (Results 1 - 16 of 16) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
glspirv.h 45 GLint Length;
81 const void* binary, size_t length);
mtypes.h 1341 GLsizeiptr Length; /**< Mapped length */
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
glspirv.h 45 GLint Length;
81 const void* binary, size_t length);
mtypes.h 1328 GLsizeiptr Length; /**< Mapped length */
  /xsrc/external/mit/freetype/dist/src/truetype/
ttobjs.c 221 FT_ULong length )
228 if ( FT_FRAME_ENTER( length ) )
231 for ( ; length > 3; length -= 4 )
234 for ( i = 3; length > 0; length--, i-- )
264 face->dir_tables[i].Length );
271 FT_ULong Length;
475 if ( face->dir_tables[i].Length == sfnt_id[j][k].Length )
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 63 int Length;
153 tokens.Negate.Length = match_length(matches, 1);
155 tokens.Abs.Length = match_length(matches, 2);
157 tokens.File.Length = match_length(matches, 3);
159 tokens.Index.Length = match_length(matches, 4);
161 tokens.Swizzle.Length = match_length(matches, 5);
164 if (tokens.Negate.Length > 0) {
169 if (tokens.Abs.Length > 0) {
174 if (!strncmp(tokens.File.String, "temp", tokens.File.Length)) {
176 } else if (!strncmp(tokens.File.String, "input", tokens.File.Length)) {
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 63 int Length;
153 tokens.Negate.Length = match_length(matches, 1);
155 tokens.Abs.Length = match_length(matches, 2);
157 tokens.File.Length = match_length(matches, 3);
159 tokens.Index.Length = match_length(matches, 4);
161 tokens.Swizzle.Length = match_length(matches, 5);
164 if (tokens.Negate.Length > 0) {
169 if (tokens.Abs.Length > 0) {
174 if (!strncmp(tokens.File.String, "temp", tokens.File.Length)) {
176 } else if (!strncmp(tokens.File.String, "input", tokens.File.Length)) {
    [all...]
  /xsrc/external/mit/bitmap/dist/
BitmapP.h 157 #define Length(width, height)\
197 #define CreateCleanData(length) XtCalloc(length, sizeof(char))
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
OpenCL.std.h 182 Length = 106,
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
OpenCL.std.h 179 Length = 106,
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
tttypes.h 139 * Length ::
140 * The table length (in bytes).
147 FT_ULong Length; /* table length */
212 * The length of the string in bytes.
249 * The length of the string in bytes.
1018 * length ::
1019 * The length of the table in bytes. Set to 0 if not needed.
1031 FT_ULong* length );
1338 * The length of the 'glyf' table. Needed for malformed 'loca' tables
    [all...]
  /xsrc/external/mit/xterm/dist/
button.c 192 static int Length(TScreen *screen, int row, int scol, int ecol);
441 TRACE(("xtermButtonInit length %ld\n", (long) strlen(result)));
2274 TRACE(("Getting %s (type=%ld, length=%ld)\n", name, (long int) type, len));
2333 ToNational(XtermWidget xw, Char *buffer, size_t *length)
2342 PtyData *data = TypeXtMallocX(PtyData, *length);
2346 data->last = data->buffer + *length;
2347 memcpy(data->buffer, buffer, *length);
2366 *length = (size_t) (p - buffer);
2373 for (p = buffer; (size_t) (p - buffer) < *length; ++p) {
2388 _qWriteSelectionData(XtermWidget xw, Char *lag, size_t length)
2512 size_t length = strlen((const char *) in); local
3833 unsigned length = 0; local
4204 int length = LastTextCol(screen, ld.endSel, screen->endSel.row); local
5065 unsigned long length = scp->data_length; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
dbghelp.h 946 ULONG32 Length;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
dbghelp.h 946 ULONG32 Length;
  /xsrc/external/mit/MesaLib/src/intel/genxml/
gen125_pack.h 622 /* variable length fields follow */
3575 /* variable length fields follow */
3616 /* variable length fields follow */
3657 /* variable length fields follow */
3698 /* variable length fields follow */
3739 /* variable length fields follow */
4262 /* variable length fields follow */
4517 .Length = 2, \
4524 uint32_t Length;
4544 __gen_uint(values->Length, 0, 7)
    [all...]
gen12_pack.h 622 /* variable length fields follow */
3520 /* variable length fields follow */
3561 /* variable length fields follow */
3602 /* variable length fields follow */
3643 /* variable length fields follow */
3684 /* variable length fields follow */
4207 /* variable length fields follow */
4462 .Length = 2, \
4469 uint32_t Length;
4489 __gen_uint(values->Length, 0, 7)
    [all...]

Completed in 138 milliseconds