Searched refs:string_count (Results 1 – 9 of 9) sorted by relevance
/third_party/libsnd/src/ |
D | caf.c | 931 uint32_t k, string_count = 0 ; in caf_write_strings() local 947 string_count += put_key_value (&buf, "title", cptr) ; in caf_write_strings() 950 string_count += put_key_value (&buf, "copyright", cptr) ; in caf_write_strings() 953 string_count += put_key_value (&buf, "software", cptr) ; in caf_write_strings() 956 string_count += put_key_value (&buf, "artist", cptr) ; in caf_write_strings() 959 string_count += put_key_value (&buf, "comment", cptr) ; in caf_write_strings() 962 string_count += put_key_value (&buf, "date", cptr) ; in caf_write_strings() 965 string_count += put_key_value (&buf, "album", cptr) ; in caf_write_strings() 968 string_count += put_key_value (&buf, "license", cptr) ; in caf_write_strings() 971 string_count += put_key_value (&buf, "tracknumber", cptr) ; in caf_write_strings() [all …]
|
D | flac.c | 585 int k, string_count = 0 ; in flac_write_strings() local 589 string_count ++ ; in flac_write_strings() 592 if (string_count == 0) in flac_write_strings()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftmac.c | 440 unsigned short string_count; in parse_fond() local 449 string_count = EndianS16_BtoN( *(short*)(p) ); in parse_fond() 450 string_count = FT_MIN( 64, string_count ); in parse_fond() 453 for ( i = 0; i < string_count; i++ ) in parse_fond() 470 style->indexes[face_index] <= string_count ) in parse_fond() 481 if ( j < string_count && ( s = names[j] ) != NULL ) in parse_fond()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftmac.c | 439 unsigned short string_count; in parse_fond() local 448 string_count = EndianS16_BtoN( *(short*)(p) ); in parse_fond() 449 string_count = FT_MIN( 64, string_count ); in parse_fond() 452 for ( i = 0; i < string_count; i++ ) in parse_fond() 469 style->indexes[face_index] <= string_count ) in parse_fond() 480 if ( j < string_count && ( s = names[j] ) != NULL ) in parse_fond()
|
/third_party/freetype/src/base/ |
D | ftmac.c | 439 unsigned short string_count; in parse_fond() local 448 string_count = EndianS16_BtoN( *(short*)(p) ); in parse_fond() 449 string_count = FT_MIN( 64, string_count ); in parse_fond() 452 for ( i = 0; i < string_count; i++ ) in parse_fond() 469 style->indexes[face_index] <= string_count ) in parse_fond() 480 if ( j < string_count && ( s = names[j] ) != NULL ) in parse_fond()
|
/third_party/boost/libs/log/src/windows/ |
D | event_log_backend.cpp | 549 WORD string_count = static_cast< WORD >(m_pImpl->m_Insertions.size()); in consume() local 550 scoped_array< const char_type* > strings(new const char_type*[string_count]); in consume() 551 for (WORD i = 0; i < string_count; ++i) in consume() 569 string_count, // Number of substitution strings. in consume()
|
/third_party/flutter/skia/third_party/externals/freetype/builds/mac/ |
D | ftmac.c | 773 unsigned short string_count; in parse_fond() local 782 string_count = EndianS16_BtoN( *(short*)(p) ); in parse_fond() 783 string_count = FT_MIN( 64, string_count ); in parse_fond() 786 for ( i = 0; i < string_count; i++ ) in parse_fond() 803 style->indexes[face_index] <= string_count ) in parse_fond() 814 if ( j < string_count && ( s = names[j] ) != NULL ) in parse_fond()
|
/third_party/skia/third_party/externals/freetype/builds/mac/ |
D | ftmac.c | 772 unsigned short string_count; in parse_fond() local 781 string_count = EndianS16_BtoN( *(short*)(p) ); in parse_fond() 782 string_count = FT_MIN( 64, string_count ); in parse_fond() 785 for ( i = 0; i < string_count; i++ ) in parse_fond() 802 style->indexes[face_index] <= string_count ) in parse_fond() 813 if ( j < string_count && ( s = names[j] ) != NULL ) in parse_fond()
|
/third_party/freetype/builds/mac/ |
D | ftmac.c | 772 unsigned short string_count; in parse_fond() local 781 string_count = EndianS16_BtoN( *(short*)(p) ); in parse_fond() 782 string_count = FT_MIN( 64, string_count ); in parse_fond() 785 for ( i = 0; i < string_count; i++ ) in parse_fond() 802 style->indexes[face_index] <= string_count ) in parse_fond() 813 if ( j < string_count && ( s = names[j] ) != NULL ) in parse_fond()
|