Home
last modified time | relevance | path

Searched refs:string_count (Results 1 - 6 of 6) sorted by relevance

/third_party/libsnd/src/
H A Dcaf.c932 uint32_t k, string_count = 0 ; in caf_write_strings() local
948 string_count += put_key_value (&buf, "title", cptr) ; in caf_write_strings()
951 string_count += put_key_value (&buf, "copyright", cptr) ; in caf_write_strings()
954 string_count += put_key_value (&buf, "software", cptr) ; in caf_write_strings()
957 string_count += put_key_value (&buf, "artist", cptr) ; in caf_write_strings()
960 string_count += put_key_value (&buf, "comment", cptr) ; in caf_write_strings()
963 string_count += put_key_value (&buf, "date", cptr) ; in caf_write_strings()
966 string_count += put_key_value (&buf, "album", cptr) ; in caf_write_strings()
969 string_count += put_key_value (&buf, "license", cptr) ; in caf_write_strings()
972 string_count in caf_write_strings()
[all...]
H A Dflac.c594 int k, string_count = 0 ; in flac_write_strings() local
598 string_count ++ ; in flac_write_strings()
601 if (string_count == 0) in flac_write_strings()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftmac.c439 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/skia/third_party/externals/freetype/builds/mac/
H A Dftmac.c772 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/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.h130 uint32_t string_count() const { in string_count() function in v8::WebSnapshotSerializer
285 uint32_t string_count() const { return string_count_; } in string_count() function in v8::WebSnapshotDeserializer
H A Dweb-snapshot.cc393 WriteObjects(total_serializer, string_count(), string_serializer_, "strings"); in WriteSnapshot()

Completed in 18 milliseconds