/external/libvorbis/lib/ |
D | info.c | 61 void vorbis_comment_init(vorbis_comment *vc){ in vorbis_comment_init() 65 void vorbis_comment_add(vorbis_comment *vc,const char *comment){ in vorbis_comment_add() 77 void vorbis_comment_add_tag(vorbis_comment *vc, const char *tag, const char *contents){ in vorbis_comment_add_tag() 97 char *vorbis_comment_query(vorbis_comment *vc, const char *tag, int count){ in vorbis_comment_query() 118 int vorbis_comment_query_count(vorbis_comment *vc, const char *tag){ in vorbis_comment_query_count() 133 void vorbis_comment_clear(vorbis_comment *vc){ in vorbis_comment_clear() 240 static int _vorbis_unpack_comment(vorbis_comment *vc,oggpack_buffer *opb){ in _vorbis_unpack_comment() 379 int vorbis_synthesis_headerin(vorbis_info *vi,vorbis_comment *vc,ogg_packet *op){ in vorbis_synthesis_headerin() 461 static int _vorbis_pack_comment(oggpack_buffer *opb,vorbis_comment *vc){ in _vorbis_pack_comment() 547 int vorbis_commentheader_out(vorbis_comment *vc, in vorbis_commentheader_out() [all …]
|
D | vorbisfile.c | 281 static int _fetch_headers(OggVorbis_File *vf,vorbis_info *vi,vorbis_comment *vc, in _fetch_headers() 523 vorbis_comment vc; in _bisect_forward_serialno() local
|
/external/clang/test/PCH/ |
D | cxx1y-variable-templates.cpp | 58 template<typename T> T vc = T(); variable 72 template<typename T> T vc = T(10); variable 107 template<> float vc<float> = 1.5; variable 108 template int vc<int>; variable 153 template<typename T> T* vc<T*> = new T(); variable 154 template<> constexpr float vc<float> = 1.5; variable
|
/external/tremolo/Tremolo/ |
D | treminfo.c | 58 void vorbis_comment_init(vorbis_comment *vc){ in vorbis_comment_init() 74 char *vorbis_comment_query(vorbis_comment *vc, char *tag, int count){ in vorbis_comment_query() 95 int vorbis_comment_query_count(vorbis_comment *vc, char *tag){ in vorbis_comment_query_count() 110 void vorbis_comment_clear(vorbis_comment *vc){ in vorbis_comment_clear() 216 int _vorbis_unpack_comment(vorbis_comment *vc,oggpack_buffer *opb){ in _vorbis_unpack_comment() 340 int vorbis_dsp_headerin(vorbis_info *vi,vorbis_comment *vc,ogg_packet *op){ in vorbis_dsp_headerin()
|
D | ivorbisfile.h | 81 vorbis_comment vc; member
|
D | vorbisfile.c | 283 vorbis_comment *vc, in _fetch_headers()
|
/external/fio/ |
D | verify.c | 268 static void dump_verify_buffers(struct verify_header *hdr, struct vcont *vc) in dump_verify_buffers() 304 static void log_verify_failure(struct verify_header *hdr, struct vcont *vc) in log_verify_failure() 326 static inline void *io_u_verify_off(struct verify_header *hdr, struct vcont *vc) in io_u_verify_off() 331 static int verify_io_u_pattern(struct verify_header *hdr, struct vcont *vc) in verify_io_u_pattern() 376 static int verify_io_u_meta(struct verify_header *hdr, struct vcont *vc) in verify_io_u_meta() 413 static int verify_io_u_xxhash(struct verify_header *hdr, struct vcont *vc) in verify_io_u_xxhash() 437 static int verify_io_u_sha512(struct verify_header *hdr, struct vcont *vc) in verify_io_u_sha512() 462 static int verify_io_u_sha256(struct verify_header *hdr, struct vcont *vc) in verify_io_u_sha256() 488 static int verify_io_u_sha1(struct verify_header *hdr, struct vcont *vc) in verify_io_u_sha1() 514 static int verify_io_u_crc7(struct verify_header *hdr, struct vcont *vc) in verify_io_u_crc7() [all …]
|
/external/valgrind/drd/ |
D | drd_segment.c | 97 HChar* vc; in sg_init() local 140 HChar* vc; in DRD_() local 181 HChar* vc; in DRD_() local
|
D | drd_vc.h | 68 VCElem* vc; /**< vector clock elements. */ member
|
D | drd_segment.h | 55 VectorClock vc; member
|
D | drd_thread.c | 395 HChar* vc; in DRD_() local 1138 const VectorClock* const vc = &sg->vc; in thread_combine_vc_sync() local 1422 HChar* vc; in thread_compute_conflict_set() local
|
D | drd_load_store.c | 102 HChar* vc; in DRD_() local
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | t1_generate_luts.c | 114 int hc, vc, n; in t1_init_ctxno_sc() local 155 int hc, vc, n; in t1_init_spb() local
|
/external/libvorbis/test/ |
D | write_read.c | 39 vorbis_comment vc; in write_vorbis_data_or_die() local 141 vorbis_comment vc; in read_vorbis_data_or_die() local
|
/external/libvorbis/examples/ |
D | encoder_example.c | 50 vorbis_comment vc; /* struct that stores all the user comments */ in main() local
|
D | decoder_example.c | 52 vorbis_comment vc; /* struct that stores all the bitstream user comments */ in main() local
|
/external/opencv/cvaux/src/ |
D | cvfindhandregion.cpp | 72 float value, vmin, vmax, vl, bsize, vc; in icvFindHandRegion() local 294 float value, vmin, vmax, vl, bsize, bsizej, vc, vcl, vcr; in icvFindHandRegionA() local
|
/external/clang/test/SemaCXX/ |
D | microsoft-dtor-lookup.cpp | 28 VC vc; in f() local
|
/external/eigen/bench/ |
D | benchVecAdd.cpp | 66 VectorXf vc = Map<VectorXf>(c, size2); in main() local
|
/external/libvorbis/include/vorbis/ |
D | vorbisfile.h | 128 vorbis_comment *vc; member
|
/external/flac/libFLAC/ |
D | metadata_object.c | 1220 FLAC__StreamMetadata_VorbisComment *vc; in FLAC__metadata_object_vorbiscomment_insert_comment() local 1291 FLAC__StreamMetadata_VorbisComment *vc; in FLAC__metadata_object_vorbiscomment_delete_comment() local
|
D | stream_encoder.c | 752 FLAC__StreamMetadata *vc = encoder->protected_->metadata[i1]; in init_stream_internal_() local
|
/external/v8/src/arm/ |
D | constants-arm.h | 68 vc = 7 << 28, // V clear No overflow. enumerator
|
/external/v8/src/arm64/ |
D | constants-arm64.h | 251 vc = 7, enumerator
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmstypes.c | 3810 cmsICCViewingConditions* vc = NULL; in Type_ViewingConditions_Read() local
|