Home
last modified time | relevance | path

Searched defs:vc (Results 1 – 25 of 28) 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/pdfium/third_party/libopenjpeg20/
Dt1_generate_luts.c121 int hc, vc, n; in t1_init_ctxno_sc() local
165 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/cldr/tools/java/org/unicode/cldr/test/
DCLDRTest.java195 ValueCount vc = new ValueCount(); in TestCommonChildren() local
217 ValueCount vc = currentValues.get(xpath); in TestCommonChildren() local
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java953 VideoCall vc = getVideoCallById(callId); in videoCallSendSessionModifyRequest() local
977 VideoCall vc = getVideoCallById(callId); in videoCallSendSessionModifyResponse() local
/external/flac/libFLAC/
Dmetadata_object.c1231 FLAC__StreamMetadata_VorbisComment *vc; in FLAC__metadata_object_vorbiscomment_insert_comment() local
1305 FLAC__StreamMetadata_VorbisComment *vc; in FLAC__metadata_object_vorbiscomment_delete_comment() local
Dstream_encoder.c749 FLAC__StreamMetadata *vc = encoder->protected_->metadata[i1]; in init_stream_internal_() 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/python/setuptools/setuptools/
Dmsvc.py364 def vc(self): member in RegistryInfo
/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/neon_2_sse/
DNEON_2_SSE.h14091 int16x4_t vc; in vmlal_n_s16() local
14099 int32x2_t vc; in vmlal_n_s32() local
14107 uint16x4_t vc; in vmlal_n_u16() local
14115 uint32x2_t vc; in vmlal_n_u32() local
14125 int16x4_t vc; in vqdmlal_n_s16() local
14133 int32x2_t vc; in _NEON2SSE_PERFORMANCE_WARNING() local
14142 int16x4_t vc; in vmls_n_s16() local
14150 int32x2_t vc; in vmls_n_s32() local
14158 uint16x4_t vc; in vmls_n_u16() local
14166 uint32x2_t vc; in vmls_n_u32() local
[all …]
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1234 Value *vc = VBROADCAST(LOAD(GEP(pAttribs, indexC))); in CompileFS() local
/external/v8/src/arm/
Dconstants-arm.h84 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/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.cpp1722 } else if (const analysis::VectorConstant* vc = in getFloatConstantKind() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfolding_rules.cpp1722 } else if (const analysis::VectorConstant* vc = in getFloatConstantKind() local
/external/vixl/src/aarch32/
Dinstructions-aarch32.h986 vc = 7, enumerator
/external/pdfium/third_party/lcms/src/
Dcmstypes.c3835 cmsICCViewingConditions* vc = NULL; in Type_ViewingConditions_Read() local

12