Home
last modified time | relevance | path

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

12

/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.c298 static void __dump_verify_buffers(struct verify_header *hdr, struct vcont *vc) in __dump_verify_buffers()
334 static void dump_verify_buffers(struct verify_header *hdr, struct vcont *vc) in dump_verify_buffers()
347 static void log_verify_failure(struct verify_header *hdr, struct vcont *vc) in log_verify_failure()
369 static inline void *io_u_verify_off(struct verify_header *hdr, struct vcont *vc) in io_u_verify_off()
374 static int verify_io_u_pattern(struct verify_header *hdr, struct vcont *vc) in verify_io_u_pattern()
423 static int verify_io_u_xxhash(struct verify_header *hdr, struct vcont *vc) in verify_io_u_xxhash()
447 static int verify_io_u_sha3(struct verify_header *hdr, struct vcont *vc, in verify_io_u_sha3()
469 static int verify_io_u_sha3_224(struct verify_header *hdr, struct vcont *vc) in verify_io_u_sha3_224()
483 static int verify_io_u_sha3_256(struct verify_header *hdr, struct vcont *vc) in verify_io_u_sha3_256()
497 static int verify_io_u_sha3_384(struct verify_header *hdr, struct vcont *vc) in verify_io_u_sha3_384()
[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.c415 HChar* vc; in DRD_() local
1210 const VectorClock* const vc = &sg->vc; in thread_combine_vc_sync() local
1494 HChar* vc; in thread_compute_conflict_set() local
Ddrd_load_store.c100 HChar* vc; in DRD_() local
/external/pdfium/third_party/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/webrtc/talk/session/media/
Dmediasession_unittest.cc488 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F() local
512 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F() local
696 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F() local
776 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F() local
802 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F() local
835 const ContentInfo* vc = answer->GetContentByName("data"); in TEST_F() local
1013 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F() local
1038 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F() local
1161 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F() local
1195 ContentInfo* vc = offer->GetContentByName("video"); in TEST_F() local
[all …]
/external/eigen/test/
Dsparse_ref.cpp71 SparseVector<float> vc = VectorXf::Random(10).sparseView(0.5,1); in call_ref() 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/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java942 VideoCall vc = getVideoCallById(callId); in videoCallSendSessionModifyRequest() local
966 VideoCall vc = getVideoCallById(callId); in videoCallSendSessionModifyResponse() local
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp585 Value *vc = VBROADCAST(LOAD(GEP(pAttribs, indexC))); in CompileFS() local
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp_unittest.cc1298 const ContentInfo* vc = GetFirstVideoContent(jdesc_output->description()); in TestDeserializeCodecParams() local
1351 const ContentInfo* vc = GetFirstVideoContent(jdesc_output->description()); in TestDeserializeRtcpFb() local
2556 const ContentInfo* vc = GetFirstVideoContent(jdesc_output.description()); in TEST_F() local
2590 const ContentInfo* vc = GetFirstVideoContent(jdesc_output.description()); in TEST_F() local
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_bsp.c164 struct vc1_picparm_bsp *vc = (struct vc1_picparm_bsp *)map; in nouveau_vp3_fill_picparm_vc1_bsp() local
Dnouveau_vp3_video_vp.c431 struct vc1_picparm_vp *vc = (struct vc1_picparm_vp *)map; in nouveau_vp3_fill_picparm_vc1_vp() local
/external/v8/src/arm/
Dconstants-arm.h79 vc = 7 << 28, // V clear No overflow. enumerator
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dinstr-a2xx.h208 uint8_t vc : 6; /* vertex cache? */ member
/external/vixl/src/aarch32/
Dinstructions-aarch32.h984 vc = 7, enumerator
/external/v8/src/arm64/
Dconstants-arm64.h248 vc = 7, enumerator
/external/flac/libFLAC/
Dstream_encoder.c752 FLAC__StreamMetadata *vc = encoder->protected_->metadata[i1]; in init_stream_internal_() local

12