HomeSort by relevance Sort by last modified time
    Searched full:static_size (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 105 static const unsigned int static_size = (size); \
112 DEFINE_INSTANCE_ASSERTION (this->u._member.static_size == (size)); \
121 DEFINE_COMPILES_ASSERTION ((void) array[0].static_size) \
126 DEFINE_COMPILES_ASSERTION ((void) array1[0].static_size; (void) array2[0].static_size) \
648 ULONG *EndPtr = Table+((Length+3) & ~3) / ULONG::static_size;
721 if (c->may_edit (this, this->static_size)) {
729 if (c->may_edit (this, this->static_size)) {
777 { return len.static_size + len * Type::static_size; }
    [all...]
hb-ot-name-table.hh 114 c->check_array (nameRecord, nameRecord[0].static_size, count) &&
hb-ot-layout-gsubgpos-private.hh     [all...]
hb-open-file-private.hh 107 return TRACE_RETURN (c->check_struct (this) && c->check_array (tables, TableRecord::static_size, numTables));
hb-ot-layout-gpos-table.hh 95 { return get_len () * Value::static_size; }
351 if (!c->check_array (matrix, matrix[0].static_size, count)) return TRACE_RETURN (false);
575 unsigned int record_size = USHORT::static_size * (1 + len1 + len2);
593 unsigned int record_size = USHORT::static_size * (1 + len1 + len2);
627 && c->check_array (array, USHORT::static_size * closure->stride, len))) return TRACE_RETURN (false);
    [all...]
hb-ot-layout-common-private.hh     [all...]
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 105 static const unsigned int static_size = (size); \
112 DEFINE_INSTANCE_ASSERTION (this->u._member.static_size == (size)); \
121 DEFINE_COMPILES_ASSERTION ((void) array[0].static_size) \
126 DEFINE_COMPILES_ASSERTION ((void) array1[0].static_size; (void) array2[0].static_size) \
648 ULONG *EndPtr = Table+((Length+3) & ~3) / ULONG::static_size;
721 if (c->may_edit (this, this->static_size)) {
729 if (c->may_edit (this, this->static_size)) {
777 { return len.static_size + len * Type::static_size; }
    [all...]
hb-ot-name-table.hh 114 c->check_array (nameRecord, nameRecord[0].static_size, count) &&
hb-ot-layout-gsubgpos-private.hh     [all...]
hb-open-file-private.hh 107 return TRACE_RETURN (c->check_struct (this) && c->check_array (tables, TableRecord::static_size, numTables));
hb-ot-layout-gpos-table.hh 95 { return get_len () * Value::static_size; }
351 if (!c->check_array (matrix, matrix[0].static_size, count)) return TRACE_RETURN (false);
575 unsigned int record_size = USHORT::static_size * (1 + len1 + len2);
593 unsigned int record_size = USHORT::static_size * (1 + len1 + len2);
627 && c->check_array (array, USHORT::static_size * closure->stride, len))) return TRACE_RETURN (false);
    [all...]
hb-ot-layout-common-private.hh     [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
array.hpp 162 enum { static_size = N };
301 enum { static_size = 0 };
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
encoder.py 325 static_size = (_TagSize(1) * 2 + _TagSize(2) + _VarintSize(field_number) +
331 return static_size + local_VarintSize(l) + l
  /external/protobuf/python/google/protobuf/internal/
encoder.py 319 static_size = (_TagSize(1) * 2 + _TagSize(2) + _VarintSize(field_number) +
325 return static_size + local_VarintSize(l) + l
  /external/chromium/googleurl/src/
url_canon_unittest.cc 295 const int static_size = 16; local
299 for (int i = static_size - 2; i <= static_size + 2; i++) {
305 url_canon::RawCanonOutput<static_size> output;
    [all...]
  /external/chromium_org/url/
url_canon_unittest.cc 282 const int static_size = 16; local
286 for (int i = static_size - 2; i <= static_size + 2; i++) {
292 url_canon::RawCanonOutput<static_size> output;
    [all...]

Completed in 7104 milliseconds