HomeSort by relevance Sort by last modified time
    Searched defs:record_size (Results 1 - 6 of 6) sorted by null

  /external/freetype/src/truetype/
ttpload.c 490 FT_ULong table_size, record_size; local
508 record_size = FT_NEXT_ULONG( p );
512 /* explaining why `record_size' is a long (which we read as */
521 if ( record_size >= 0xFFFF0000UL )
522 record_size &= 0xFFFFU;
527 record_size > 0x10001L ||
528 record_size < 4 )
539 if ( p + record_size > limit )
543 p += record_size;
548 face->hdmx_record_size = record_size;
584 FT_ULong record_size = face->hdmx_record_size; local
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttpload.c 490 FT_ULong table_size, record_size; local
508 record_size = FT_NEXT_ULONG( p );
512 /* explaining why `record_size' is a long (which we read as */
521 if ( record_size >= 0xFFFF0000UL )
522 record_size &= 0xFFFFU;
527 record_size > 0x10001L ||
528 record_size < 4 )
539 if ( p + record_size > limit )
543 p += record_size;
548 face->hdmx_record_size = record_size;
584 FT_ULong record_size = face->hdmx_record_size; local
    [all...]
  /system/bt/btif/src/
btif_sdp_server.c 188 int record_size = get_sdp_records_size(in_record, 1); local
189 bluetooth_sdp_record* record = osi_malloc(record_size);
  /art/runtime/
trace.cc 596 uint16_t record_size = GetRecordSize(clock_source_); local
597 Append2LE(buf_.get() + 16, record_size);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 584 unsigned int record_size = USHORT::static_size * (1 + len1 + len2); local
591 record = &StructAtOffset<PairValueRecord> (record, record_size);
603 unsigned int record_size = USHORT::static_size * (1 + len1 + len2); local
616 const PairValueRecord *record = &StructAtOffset<PairValueRecord> (record_array, record_size * mid);
794 unsigned int record_size = valueFormat1.get_size () + valueFormat2.get_size (); local
796 return TRACE_RETURN (c->check_array (values, record_size, count) &&
    [all...]
  /external/linux-tools-perf/src/tools/lib/traceevent/
event-parse.h 45 int record_size; /* size of binary record */ member in struct:pevent_record

Completed in 482 milliseconds