/third_party/boost/libs/log/src/ |
D | id_formatting.hpp | 35 const char* const char_table = g_hex_char_table[uppercase]; in format_id() local 38 *buf++ = static_cast< CharT >(char_table[0]); // '0' in format_id() 39 *buf++ = static_cast< CharT >(char_table[10] + ('x' - 'a')); // 'x' in format_id() 46 buf[i] = static_cast< CharT >(char_table[(id >> shift) & 15u]); in format_id()
|
D | dump.cpp | 68 const char* const char_table = g_hex_char_table[(strm.flags() & std::ios_base::uppercase) != 0]; in dump_data_generic() local 82 b[1] = static_cast< char_type >(char_table[n >> 4]); in dump_data_generic() 83 b[2] = static_cast< char_type >(char_table[n & 0x0F]); in dump_data_generic() 98 b[1] = static_cast< char_type >(char_table[n >> 4]); in dump_data_generic() 99 b[2] = static_cast< char_type >(char_table[n & 0x0F]); in dump_data_generic()
|
D | dump_ssse3.cpp | 238 … const char* const char_table = g_hex_char_table[(strm.flags() & std::ios_base::uppercase) != 0]; 243 b[1] = static_cast< char_type >(char_table[n >> 4]); 244 b[2] = static_cast< char_type >(char_table[n & 0x0F]);
|
D | dump_avx2.cpp | 276 … const char* const char_table = g_hex_char_table[(strm.flags() & std::ios_base::uppercase) != 0]; 281 b[1] = static_cast< char_type >(char_table[n >> 4]); 282 b[2] = static_cast< char_type >(char_table[n & 0x0F]);
|
/third_party/freetype/src/type42/ |
D | t42parse.c | 327 PS_Table char_table = &loader->encoding_table; in t42_parse_encoding() local 361 T1_Release_Table( char_table ); in t42_parse_encoding() 369 char_table, count, memory ) ) ) in t42_parse_encoding() 377 (void)T1_Add_Table( char_table, n, ".notdef", 8 ); in t42_parse_encoding() 464 parser->root.error = T1_Add_Table( char_table, charcode, in t42_parse_encoding() 468 char_table->elements[charcode][len] = '\0'; in t42_parse_encoding()
|
/third_party/skia/third_party/externals/freetype/src/type42/ |
D | t42parse.c | 327 PS_Table char_table = &loader->encoding_table; in t42_parse_encoding() local 361 T1_Release_Table( char_table ); in t42_parse_encoding() 369 char_table, count, memory ) ) ) in t42_parse_encoding() 377 (void)T1_Add_Table( char_table, n, ".notdef", 8 ); in t42_parse_encoding() 464 parser->root.error = T1_Add_Table( char_table, charcode, in t42_parse_encoding() 468 char_table->elements[charcode][len] = '\0'; in t42_parse_encoding()
|
/third_party/flutter/skia/third_party/externals/freetype/src/type42/ |
D | t42parse.c | 327 PS_Table char_table = &loader->encoding_table; in t42_parse_encoding() local 361 T1_Release_Table( char_table ); in t42_parse_encoding() 369 char_table, count, memory ) ) ) in t42_parse_encoding() 377 (void)T1_Add_Table( char_table, n, ".notdef", 8 ); in t42_parse_encoding() 464 parser->root.error = T1_Add_Table( char_table, charcode, in t42_parse_encoding() 468 char_table->elements[charcode][len] = '\0'; in t42_parse_encoding()
|
/third_party/freetype/src/type1/ |
D | t1load.c | 1485 PS_Table char_table = &loader->encoding_table; in parse_encoding() local 1518 T1_Release_Table( char_table ); in parse_encoding() 1526 char_table, array_size, memory ) ) ) in parse_encoding() 1534 (void)T1_Add_Table( char_table, n, ".notdef", 8 ); in parse_encoding() 1623 parser->root.error = T1_Add_Table( char_table, charcode, in parse_encoding() 1627 char_table->elements[charcode][len] = '\0'; in parse_encoding()
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1load.c | 1495 PS_Table char_table = &loader->encoding_table; in parse_encoding() local 1528 T1_Release_Table( char_table ); in parse_encoding() 1536 char_table, array_size, memory ) ) ) in parse_encoding() 1544 (void)T1_Add_Table( char_table, n, ".notdef", 8 ); in parse_encoding() 1633 parser->root.error = T1_Add_Table( char_table, charcode, in parse_encoding() 1637 char_table->elements[charcode][len] = '\0'; in parse_encoding()
|
/third_party/flutter/skia/third_party/externals/freetype/src/type1/ |
D | t1load.c | 1461 PS_Table char_table = &loader->encoding_table; in parse_encoding() local 1494 T1_Release_Table( char_table ); in parse_encoding() 1502 char_table, array_size, memory ) ) ) in parse_encoding() 1510 (void)T1_Add_Table( char_table, n, ".notdef", 8 ); in parse_encoding() 1599 parser->root.error = T1_Add_Table( char_table, charcode, in parse_encoding() 1603 char_table->elements[charcode][len] = '\0'; in parse_encoding()
|