HomeSort by relevance Sort by last modified time
    Searched refs:num_pairs (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/ots/src/
kern.cc 79 uint16_t num_pairs = 0; local
80 if (!table.ReadU16(&num_pairs) ||
87 if (!num_pairs) {
96 if (num_pairs > (65536 / kFormat0PairSize)) {
103 while (1u << (max_pow2 + 1) <= num_pairs) {
115 = kFormat0PairSize * num_pairs - subtable.search_range;
122 subtable.pairs.reserve(num_pairs);
124 for (unsigned j = 0; j < num_pairs; ++j) {
  /external/qemu/android/
snaphost-android.c 39 const int num_pairs = iniFile_getPairCount(current); local
42 if (num_pairs != iniFile_getPairCount(saved)) {
44 num_pairs, iniFile_getPairCount(saved));
50 for (n = 0; n < num_pairs && ret == 0; n++) {
  /external/chromium_org/third_party/freetype/src/sfnt/
ttkern.c 88 FT_UInt num_pairs, length, coverage; local
115 num_pairs = FT_NEXT_USHORT( p );
118 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */
119 num_pairs = (FT_UInt)( ( p_next - p ) / 6 );
127 if ( num_pairs > 0 )
136 for ( count = num_pairs - 1; count > 0; count-- )
203 FT_UInt num_pairs; local
220 num_pairs = FT_NEXT_USHORT( p );
223 if ( ( next - p ) < 6 * (int)num_pairs ) /* handle broken count */
224 num_pairs = (FT_UInt)( ( next - p ) / 6 )
    [all...]
  /external/freetype/src/sfnt/
ttkern.c 88 FT_UInt num_pairs, length, coverage; local
115 num_pairs = FT_NEXT_USHORT( p );
118 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */
119 num_pairs = (FT_UInt)( ( p_next - p ) / 6 );
127 if ( num_pairs > 0 )
136 for ( count = num_pairs - 1; count > 0; count-- )
203 FT_UInt num_pairs; local
220 num_pairs = FT_NEXT_USHORT( p );
223 if ( ( next - p ) < 6 * (int)num_pairs ) /* handle broken count */
224 num_pairs = (FT_UInt)( ( next - p ) / 6 )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttkern.c 88 FT_UInt num_pairs, length, coverage; local
115 num_pairs = FT_NEXT_USHORT( p );
118 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */
119 num_pairs = (FT_UInt)( ( p_next - p ) / 6 );
127 if ( num_pairs > 0 )
136 for ( count = num_pairs - 1; count > 0; count-- )
203 FT_UInt num_pairs; local
220 num_pairs = FT_NEXT_USHORT( p );
223 if ( ( next - p ) < 6 * (int)num_pairs ) /* handle broken count */
224 num_pairs = (FT_UInt)( ( next - p ) / 6 )
    [all...]
  /external/srec/srec/EventLog/src/
riff.c 309 if (swichunk->kvals.num_pairs)
313 swichunk->kvals.num_pairs = 0;
321 for (i = 0; i < swichunk->kvals.num_pairs; i++)
463 swichunk->kvals.num_pairs = 0;
499 int i, num_pairs; local
501 fread(&num_pairs, 1, sizeof(int), f);
502 if (doSwap) swapInt(&num_pairs);
503 swichunk->kvals.num_pairs = num_pairs;
511 swichunk->kvals.kvpairs = (RiffKVPair *)CALLOC(num_pairs, sizeof(RiffKVPair), MTAG)
1079 int i, num_pairs; local
    [all...]
  /external/srec/srec/EventLog/include/
riff.h 188 int num_pairs; member in struct:__anon34791
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-symline.c 127 size_t num_pairs; member in struct:cv8_lineset
491 if (!info->cv8_cur_ls || info->cv8_cur_ls->num_pairs >= 126) {
493 info->cv8_cur_ls->num_pairs = 0;
498 info->cv8_cur_ls->pairs[info->cv8_cur_ls->num_pairs].offset = bc->offset;
499 info->cv8_cur_ls->pairs[info->cv8_cur_ls->num_pairs].line =
501 info->cv8_cur_ls->num_pairs++;
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format4.cc 295 int32_t num_pairs = IndexSubTableFormat4::NumGlyphs(data, 0) + 1; local
297 for (int32_t i = 0; i < num_pairs; ++i) {
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format4.cc 295 int32_t num_pairs = IndexSubTableFormat4::NumGlyphs(data, 0) + 1; local
297 for (int32_t i = 0; i < num_pairs; ++i) {
  /external/chromium_org/third_party/libwebp/enc/
histogram.c 571 const int num_pairs = image_histo_size / 2; local
586 (num_pairs < image_histo_size) ? num_pairs : image_histo_size;
  /external/webp/src/enc/
histogram.c 571 const int num_pairs = image_histo_size / 2; local
586 (num_pairs < image_histo_size) ? num_pairs : image_histo_size;
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc 2193 size_t num_pairs = sizeof(pairs) \/ sizeof(pairs[0]); local
2233 size_t num_pairs = sizeof(pairs) \/ sizeof(pairs[0]); local
2737 size_t num_pairs = sizeof(pairs) \/ sizeof(pairs[0]); local
    [all...]

Completed in 303 milliseconds