Home
last modified time | relevance | path

Searched refs:first_code (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/test/core/surface/
Dbyte_buffer_reader_test.cc42 int first_code, second_code; in test_read_one_slice() local
50 first_code = grpc_byte_buffer_reader_next(&reader, &first_slice); in test_read_one_slice()
51 GPR_ASSERT(first_code != 0); in test_read_one_slice()
64 int first_code, second_code; in test_read_one_slice_malloc() local
73 first_code = grpc_byte_buffer_reader_next(&reader, &first_slice); in test_read_one_slice_malloc()
74 GPR_ASSERT(first_code != 0); in test_read_one_slice_malloc()
87 int first_code, second_code; in test_read_none_compressed_slice() local
95 first_code = grpc_byte_buffer_reader_next(&reader, &first_slice); in test_read_none_compressed_slice()
96 GPR_ASSERT(first_code != 0); in test_read_none_compressed_slice()
/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.cpp768 uint32_t first_code = 0; in LoadMetricsArray() local
778 if (first_code > in LoadMetricsArray()
785 result->push_back(first_code); in LoadMetricsArray()
786 result->push_back(first_code); in LoadMetricsArray()
789 first_code++; in LoadMetricsArray()
794 first_code = pObj->GetInteger(); in LoadMetricsArray()
802 result->push_back(first_code); in LoadMetricsArray()
/external/ImageMagick/coders/
Dgif.c122 first_code, member
343 lzw_info->first_code=(size_t) GetNextLZWCode(lzw_info,lzw_info->bits); in ReadBlobLZWByte()
344 lzw_info->last_code=lzw_info->first_code; in ReadBlobLZWByte()
345 } while (lzw_info->first_code == lzw_info->clear_code); in ReadBlobLZWByte()
346 return((int) lzw_info->first_code); in ReadBlobLZWByte()
362 PushLZWStack(lzw_info->stack,lzw_info->first_code); in ReadBlobLZWByte()
376 lzw_info->first_code=lzw_info->table[1][value]; in ReadBlobLZWByte()
377 PushLZWStack(lzw_info->stack,lzw_info->first_code); in ReadBlobLZWByte()
382 lzw_info->table[1][lzw_info->slot]=lzw_info->first_code; in ReadBlobLZWByte()
/external/iperf3/src/
Dcjson.c660 unsigned int first_code = 0; in utf16_literal_to_utf8() local
674 first_code = parse_hex4(first_sequence + 2); in utf16_literal_to_utf8()
677 if (((first_code >= 0xDC00) && (first_code <= 0xDFFF))) in utf16_literal_to_utf8()
683 if ((first_code >= 0xD800) && (first_code <= 0xDBFF)) in utf16_literal_to_utf8()
712 codepoint = 0x10000 + (((first_code & 0x3FF) << 10) | (second_code & 0x3FF)); in utf16_literal_to_utf8()
717 codepoint = first_code; in utf16_literal_to_utf8()
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc481 int32_t first_code = FirstCode(high_byte); in GlyphId() local
484 if (low_byte < first_code || low_byte >= first_code + entry_count) { in GlyphId()
494 (low_byte - first_code) * DataSize::kUSHORT; in GlyphId()
/external/freetype/src/sfnt/
Dttcmap.c345 FT_UInt first_code, code_count, offset; in FT_CALLBACK_DEF() local
349 first_code = TT_NEXT_USHORT( p ); in FT_CALLBACK_DEF()
361 if ( first_code >= 256 || code_count > 256 - first_code ) in FT_CALLBACK_DEF()
/external/freetype/
DChangeLog.234294 include such an empty sub-header (code_count == 0, first_code == 0