Home
last modified time | relevance | path

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

123

/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-mma.c11 void test1(unsigned char *vqp, unsigned char *vpp, vector unsigned char vc, unsigned char *resp) { in test1()
41 void test2(unsigned char *vqp, unsigned char *vpp, vector unsigned char vc, unsigned char *resp) { in test2()
52 void test3(unsigned char *vqp, unsigned char *vpp, vector unsigned char vc, unsigned char *resp) { in test3()
74 void test4(unsigned char *vqp, unsigned char *vpp, vector unsigned char vc, unsigned char *resp) { in test4()
87 void test5(unsigned char *vqp, unsigned char *vpp, vector unsigned char vc, unsigned char *resp) { in test5()
103 void test6(unsigned char *vqp, unsigned char *vpp, vector unsigned char vc, unsigned char *resp) { in test6()
117 void test7(unsigned char *vqp, unsigned char *vpp, vector unsigned char vc, unsigned char *resp) { in test7()
131 void test8(unsigned char *vqp, unsigned char *vpp, vector unsigned char vc, unsigned char *resp) { in test8()
145 void test9(unsigned char *vqp, unsigned char *vpp, vector unsigned char vc, unsigned char *resp) { in test9()
159 void test10(unsigned char *vqp, unsigned char *vpp, vector unsigned char vc, unsigned char *resp) { in test10()
[all …]
/external/llvm-project/clang/test/PCH/
Dcxx1y-variable-templates.cpp62 template<typename T> T vc = T(); variable
76 template<typename T> T vc = T(10); variable
111 template<> float vc<float> = 1.5; variable
112 template int vc<int>; variable
157 template<typename T> T* vc<T*> = new T(); variable
158 template<> constexpr float vc<float> = 1.5; variable
/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
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DTestAutoDetect.java74 VisibilityChecker<?> vc = m.getVisibilityChecker(); in testPrivateUsingGlobals() local
98 VisibilityChecker<?> vc = m.getVisibilityChecker(); in testBasicSetup() local
/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/llvm-project/clang/test/SemaCXX/
Dcompare-modules-cxx2a.cpp41 auto vc = C() <=> C(); variable
Dmicrosoft-dtor-lookup.cpp28 VC vc; in f() local
/external/mesa3d/src/freedreno/decode/
Drnnutil.h41 struct rnndeccontext *vc, *vc_nocolor; member
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_vpos.c60 struct write_vpos_context *vc = write_vpos_context(ctx); in write_vpos_prolog() local
/external/XNNPACK/src/f32-vscale/
Davx-x32.c23 __m256 vc = _mm256_set1_ps(c); in xnn_f32_vscale_ukernel__avx_x32() local
Davx512f-x64.c24 __m512 vc = _mm512_set1_ps(c); in xnn_f32_vscale_ukernel__avx512f_x64() local
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DStdScalarDeserializer.java19 protected StdScalarDeserializer(Class<?> vc) { super(vc); } in StdScalarDeserializer()
DFromStringDeserializer.java85 protected FromStringDeserializer(Class<?> vc) { in FromStringDeserializer()
/external/llvm-project/clang/test/OpenMP/
Ddeclare_mapper_ast_print.cpp123 N1::vecchild vc; in main() local
/external/eigen/test/
Dsparse_ref.cpp71 SparseVector<float> vc = VectorXf::Random(10).sparseView(0.5,1); in call_ref() local
/external/angle/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp62 TIntermTyped *vc) in TransformXMajor()
116 TIntermTyped *vc) in TransformYMajor()
169 TIntermTyped *vc) in TransformZMajor()
528 TIntermSymbol *vc = new TIntermSymbol(CreateTempVariable(mSymbolTable, floatType)); in declareCoordTranslationFunction() local
/external/swiftshader/src/Vulkan/Debug/
DValue.hpp114 auto vc = std::make_shared<VariableContainer>(); in create() local
/external/clang/test/SemaCXX/
Dmicrosoft-dtor-lookup.cpp28 VC vc; in f() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DIntrospectorPairTest.java156 VisibilityChecker<?> vc = (VisibilityChecker<?>) values.get("findAutoDetectVisibility"); in findAutoDetectVisibility() local
414 VisibilityChecker<?> vc = VisibilityChecker.Std.defaultInstance(); in testFindAutoDetectVisibility() local
DTestAutoDetect.java130 VisibilityChecker<?> vc = m.getVisibilityChecker(); in testPrivateCtor() local
/external/eigen/bench/
DbenchVecAdd.cpp66 VectorXf vc = Map<VectorXf>(c, size2); in main() local
/external/webrtc/pc/
Dmedia_session_unittest.cc715 const ContentInfo* vc = answer->GetContentByName("video"); in TestVideoGcmCipher() local
813 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F() local
835 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F() local
1183 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F() local
1257 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F() local
1288 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F() local
1313 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F() local
2177 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F() local
2290 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F() local
2327 ContentInfo* vc = offer->GetContentByName("video"); in TEST_F() local
[all …]
/external/flac/src/test_libFLAC/
Dmetadata_object.c169 const FLAC__StreamMetadata_VorbisComment *vc = &block->data.vorbis_comment; in vc_calc_len_() local
183 FLAC__StreamMetadata_VorbisComment *vc = &block->data.vorbis_comment; in vc_resize_() local

123