Searched defs:record_size (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttpload.c492 FT_ULong table_size, record_size; local
510 record_size = FT_NEXT_ULONG( p );
514 /* the reason why `record_size' is a long (which we read as */
523 if ( record_size >= 0xFFFF0000UL )
524 record_size &= 0xFFFFU;
528 if ( version != 0 || num_records > 255 || record_size > 0x10001L )
539 if ( p + record_size > limit )
543 p += record_size;
548 face->hdmx_record_size = record_size;
584 FT_ULong record_size local
[all...]
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttpload.c490 FT_ULong table_size, record_size; local
508 record_size = FT_NEXT_ULONG( p );
512 /* the reason why `record_size' is a long (which we read as */
521 if ( record_size >= 0xFFFF0000UL )
522 record_size &= 0xFFFFU;
526 if ( version != 0 || num_records > 255 || record_size > 0x10001L )
537 if ( p + record_size > limit )
541 p += record_size;
546 face->hdmx_record_size = record_size;
582 FT_ULong record_size local
[all...]
/external/freetype/src/truetype/
H A Dttpload.c490 FT_ULong table_size, record_size; local
508 record_size = FT_NEXT_ULONG( p );
512 /* the reason why `record_size' is a long (which we read as */
521 if ( record_size >= 0xFFFF0000UL )
522 record_size &= 0xFFFFU;
526 if ( version != 0 || num_records > 255 || record_size > 0x10001L )
537 if ( p + record_size > limit )
541 p += record_size;
546 face->hdmx_record_size = record_size;
582 FT_ULong record_size local
[all...]
/external/chromium_org/mojo/android/system/
H A Dcore_impl.cc64 const size_t record_size = 8; local
66 DCHECK_EQ(buffer_size % record_size, 0u);
68 const size_t nb_handles = buffer_size / record_size;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-open-type-private.hh230 inline bool check_array (const void *base, unsigned int record_size, unsigned int len) const argument
233 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size);
238 p, p + (record_size * len), record_size, len, (unsigned long) record_size * len,
241 return TRACE_RETURN (likely (!overflows && this->check_range (base, record_size * len)));
H A Dhb-ot-layout-gpos-table.hh584 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
621 record = &StructAtOffset<PairValueRecord> (record, record_size);
783 unsigned int record_size = valueFormat1.get_size () + valueFormat2.get_size (); local
785 return TRACE_RETURN (c->check_array (values, record_size, count) &&
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh230 inline bool check_array (const void *base, unsigned int record_size, unsigned int len) const argument
233 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size);
238 p, p + (record_size * len), record_size, len, (unsigned long) record_size * len,
241 return TRACE_RETURN (likely (!overflows && this->check_range (base, record_size * len)));
H A Dhb-ot-layout-gpos-table.hh584 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
621 record = &StructAtOffset<PairValueRecord> (record, record_size);
783 unsigned int record_size = valueFormat1.get_size () + valueFormat2.get_size (); local
785 return TRACE_RETURN (c->check_array (values, record_size, count) &&
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.h45 int record_size; /* size of binary record */ member in struct:pevent_record

Completed in 292 milliseconds