/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/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/libmicrohttpd/src/microspdy/ |
structures.c | 462 int32_t num_pairs = 0; local 479 ++num_pairs; 503 //put num_pairs to the stream 504 num_pairs = htonl(num_pairs); 505 memcpy(*stream, &num_pairs, 4); 558 int32_t num_pairs; local 573 memcpy(&num_pairs, stream, 4); 575 num_pairs = ntohl(num_pairs); [all...] |
/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) {
|
/art/runtime/mirror/ |
dex_cache-inl.h | 294 size_t num_pairs, 297 for (size_t i = 0; i < num_pairs; ++i) {
|
/external/webp/src/enc/ |
histogram_enc.c | 790 const int num_pairs = image_histo_size / 2; local 805 (num_pairs < image_histo_size) ? num_pairs : image_histo_size; [all...] |
/external/webp/src/dsp/ |
enc_sse2.c | 989 int num_pairs = 4; local [all...] |
/art/runtime/interpreter/ |
unstarted_runtime_test.cc | 172 size_t num_pairs) 174 for (size_t i = 0; i < num_pairs; ++i) { [all...] |