/external/llvm/include/llvm/ADT/ |
D | StringSwitch.h | 116 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3> 119 const char (&S2)[N2], const char (&S3)[N3], in Cases() argument 125 (N3-1 == Str.size() && std::memcmp(S3, Str.data(), N3-1) == 0))) { in Cases() 132 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4> 135 const char (&S2)[N2], const char (&S3)[N3], in Cases() argument 141 (N3-1 == Str.size() && std::memcmp(S3, Str.data(), N3-1) == 0) || in Cases()
|
/external/clang/test/SemaTemplate/ |
D | instantiate-expr-2.cpp | 19 namespace N3 { namespace 38 namespace N3 { namespace 49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ; in test_bin_op_overload() 53 namespace N3 { namespace 54 eight_bytes operator-(::N3::Z); 65 typedef N4::UnaryOpOverload<N3::Z>::type UZ; in test_unary_op_overload()
|
D | instantiate-call.cpp | 23 namespace N3 { namespace 33 template struct N3::call_f0<int, char&>; // expected-note{{instantiation}} 34 template struct N3::call_f0<N1::X0, int&>; 48 template struct N3::call_f0<int, short&>; // expected-note{{instantiation}}
|
D | instantiate-expr-3.cpp | 36 namespace N3 { namespace 44 template struct N2::PlusEquals0<N3::Y, long, short&>; 46 template struct N2::PlusEquals0<N3::Y, int, short&>; // expected-note{{instantiation}}
|
/external/boringssl/src/crypto/bn/asm/ |
D | armv4-mont.pl | 264 my ($N0,$N1,$N2,$N3)=map("d$_",(4..7)); 309 vld1.32 {$N0-$N3}, [$nptr]! 329 vmlal.u32 $A6xB,$Ni,${N3}[0] 331 vmlal.u32 $A7xB,$Ni,${N3}[1] 377 vmlal.u32 $A6xB,$Ni,${N3}[0] 379 vmlal.u32 $A7xB,$Ni,${N3}[1] 416 vmlal.u32 $A6xB,$Ni,${N3}[0] 417 vmlal.u32 $A7xB,$Ni,${N3}[1] 421 vld1.32 {$N2-$N3}, [$nptr]! 449 vmlal.u32 $A6xB,$Ni,${N3}[0] [all …]
|
/external/clang/test/CodeCompletion/ |
D | using.cpp | 2 namespace N3 { } namespace 5 class N3; 14 int N3; local
|
D | using-namespace.cpp | 2 namespace N3 { } namespace 5 class N3;
|
D | namespace-alias.cpp | 2 namespace N3 { } namespace 5 class N3;
|
D | namespace.cpp | 1 namespace N3 { namespace
|
/external/speex/libspeex/ |
D | preprocess.c | 398 int N, N3, N4, M; in speex_preprocess_state_init() local 426 N3 = 2*N - st->frame_size; in speex_preprocess_state_init() 427 N4 = st->frame_size - N3; in speex_preprocess_state_init() 470 st->inbuf = (spx_word16_t*)speex_alloc(N3*sizeof(spx_word16_t)); in speex_preprocess_state_init() 471 st->outbuf = (spx_word16_t*)speex_alloc(N3*sizeof(spx_word16_t)); in speex_preprocess_state_init() 473 conj_window(st->window, 2*N3); in speex_preprocess_state_init() 474 for (i=2*N3;i<2*st->ps_size;i++) in speex_preprocess_state_init() 479 for (i=N3-1;i>=0;i--) in speex_preprocess_state_init() 481 st->window[i+N3+N4]=st->window[i+N3]; in speex_preprocess_state_init() 482 st->window[i+N3]=1; in speex_preprocess_state_init() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | StringSwitch.h | 96 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3> 98 const char (&S2)[N2], const char (&S3)[N3], in Cases() argument 103 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4> 105 const char (&S2)[N2], const char (&S3)[N3], in Cases() argument
|
/external/clang/test/PCH/ |
D | namespaces.cpp | 27 namespace N3 { namespace 33 N3::C *cp2;
|
/external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/ |
D | 09-DynamicAlloca.ll | 8 %N3 = trunc i64 %N to i32 ; <i32> [#uses=1] 9 %vla = alloca i8, i32 %N3, align 2 ; <i8*> [#uses=1]
|
/external/clang/test/Modules/ |
D | namespaces.cpp | 26 int &ir3 = N3::f(1); in test() 35 double &dr2 = N3::f(1.0); in test()
|
/external/aac/libFDK/src/ |
D | fft.cpp | 198 #define N3 3 macro 235 l += (2*N5) + (2*N3); in fft15() 271 for(i=0,l=0,k=0; i<N3; i++, k+=10) in fft15() 276 pDst[k+2] = pSrc[l+0+(2*N3)]; in fft15() 277 pDst[k+3] = pSrc[l+1+(2*N3)]; in fft15() 278 pDst[k+4] = pSrc[l+0+(4*N3)]; in fft15() 279 pDst[k+5] = pSrc[l+1+(4*N3)]; in fft15() 280 pDst[k+6] = pSrc[l+0+(6*N3)]; in fft15() 281 pDst[k+7] = pSrc[l+1+(6*N3)]; in fft15() 282 pDst[k+8] = pSrc[l+0+(8*N3)]; in fft15() [all …]
|
/external/clang/test/ASTMerge/Inputs/ |
D | namespace1.cpp | 15 namespace N3 { namespace
|
D | namespace2.cpp | 15 namespace N3 { namespace
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelDAGToDAG.cpp | 155 SDValue N3 = Node->getOperand(3); in Select() local 159 Node = CurDAG->UpdateNodeOperands(Node, Chain, N1, R6Reg, N3); in Select()
|
/external/clang/test/Modules/Inputs/ |
D | namespaces-top.h | 9 namespace N3 {
|
D | namespaces-right.h | 22 namespace N3 {
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/ |
D | p2-template-id.cpp | 13 namespace N3 { namespace
|
/external/llvm/unittests/IR/ |
D | MDBuilderTest.cpp | 88 MDNode *N3 = MDHelper.createTBAANode("Node", R); in TEST_F() local 89 EXPECT_EQ(N0, N3); in TEST_F()
|
/external/clang/test/CXX/temp/temp.res/temp.local/ |
D | p1.cpp | 18 template <int N1, const int& N2, const int* N3> struct X1 {
|
/external/pcre/dist2/testdata/ |
D | grepoutputN | 8 jkl---------------------------- Test N3 ------------------------------
|
/external/clang/test/PCH/Inputs/ |
D | namespaces.h | 28 namespace N3 {
|