Home
last modified time | relevance | path

Searched defs:vc (Results 1 – 25 of 28) sorted by relevance

12

/external/libvorbis/lib/
Dinfo.c61 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 …]
Dvorbisfile.c281 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/
Dcxx1y-variable-templates.cpp58 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/
Dtreminfo.c58 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()
Divorbisfile.h81 vorbis_comment vc; member
Dvorbisfile.c283 vorbis_comment *vc, in _fetch_headers()
/external/fio/
Dverify.c268 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/
Ddrd_segment.c97 HChar* vc; in sg_init() local
140 HChar* vc; in DRD_() local
181 HChar* vc; in DRD_() local
Ddrd_vc.h68 VCElem* vc; /**< vector clock elements. */ member
Ddrd_segment.h55 VectorClock vc; member
Ddrd_thread.c395 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
Ddrd_load_store.c102 HChar* vc; in DRD_() local
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dt1_generate_luts.c114 int hc, vc, n; in t1_init_ctxno_sc() local
155 int hc, vc, n; in t1_init_spb() local
/external/libvorbis/test/
Dwrite_read.c39 vorbis_comment vc; in write_vorbis_data_or_die() local
141 vorbis_comment vc; in read_vorbis_data_or_die() local
/external/libvorbis/examples/
Dencoder_example.c50 vorbis_comment vc; /* struct that stores all the user comments */ in main() local
Ddecoder_example.c52 vorbis_comment vc; /* struct that stores all the bitstream user comments */ in main() local
/external/opencv/cvaux/src/
Dcvfindhandregion.cpp72 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/
Dmicrosoft-dtor-lookup.cpp28 VC vc; in f() local
/external/eigen/bench/
DbenchVecAdd.cpp66 VectorXf vc = Map<VectorXf>(c, size2); in main() local
/external/libvorbis/include/vorbis/
Dvorbisfile.h128 vorbis_comment *vc; member
/external/flac/libFLAC/
Dmetadata_object.c1220 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
Dstream_encoder.c752 FLAC__StreamMetadata *vc = encoder->protected_->metadata[i1]; in init_stream_internal_() local
/external/v8/src/arm/
Dconstants-arm.h68 vc = 7 << 28, // V clear No overflow. enumerator
/external/v8/src/arm64/
Dconstants-arm64.h251 vc = 7, enumerator
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmstypes.c3810 cmsICCViewingConditions* vc = NULL; in Type_ViewingConditions_Read() local

12