/external/chromium_org/v8/test/cctest/compiler/ |
D | test-node.cc | 39 Node* n0 = graph.NewNode(&dummy_operator); in TEST() local 48 Node* n0 = graph.NewNode(&dummy_operator); in TEST() local 59 Node* n0 = graph.NewNode(&dummy_operator); in TEST() local 83 Node* n0 = graph.NewNode(&dummy_operator); in TEST() local 109 Node* n0 = graph.NewNode(&dummy_operator); in TEST() local 120 Node* n0 = graph.NewNode(&dummy_operator); in TEST() local 134 Node* n0 = graph.NewNode(&dummy_operator); in TEST() local 160 Node* n0 = graph.NewNode(&dummy_operator); in TEST() local 182 Node* n0 = graph.NewNode(&dummy_operator); in TEST() local 235 Node* n0 = graph.NewNode(&dummy_operator); in TEST() local [all …]
|
D | test-schedule.cc | 34 Node* n0 = graph.NewNode(&dummy_operator); in TEST() local 81 Node* n0 = graph.NewNode(&dummy_operator); in TEST() local 105 Node* n0 = graph.NewNode(&dummy_operator); in TEST() local 119 Node* n0 = graph.NewNode(&dummy_operator); in TEST() local
|
D | test-node-algorithm.cc | 159 Node* n0 = graph.start_node(); in TEST() local 218 Node* n0 = graph.start_node(); in TEST() local
|
/external/openssl/crypto/bn/ |
D | bn_div.c | 145 # define bn_div_words(n0,n1,d0) \ argument 160 # define bn_div_words(n0,n1,d0) \ argument 325 BN_ULONG n0,n1,rem=0; in BN_div() local
|
D | bn_asm.c | 849 BN_ULONG c0,c1,ml,*tp,n0; in bn_mul_mont() local 941 …_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num) in bn_mul_mont() 988 BN_ULONG c0,c1,*tp,n0=*n0p; in bn_mul_mont() local 1025 …_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num) in bn_mul_mont()
|
D | bn_mont.c | 180 BN_ULONG *ap,*np,*rp,n0,v,carry; in BN_from_montgomery_word() local
|
/external/clang/test/Modules/ |
D | macros2.c | 13 int n0 = TOP_OTHER_DEF_RIGHT_UNDEF; // ok variable
|
/external/chromium_org/third_party/boringssl/src/crypto/bn/ |
D | div.c | 81 # define div_asm(n0,n1,d0) \ argument 96 # define div_asm(n0,n1,d0) \ argument 255 BN_ULONG n0, n1, rem = 0; in BN_div() local
|
D | montgomery.c | 430 BN_ULONG *ap,*np,*rp,n0,v,carry; in BN_from_montgomery_word() local
|
/external/openssl/crypto/ |
D | sparcv9cap.c | 17 …_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num) in bn_mul_mont()
|
/external/mesa3d/src/mesa/program/ |
D | prog_noise.c | 220 float n0, n1; in _mesa_noise1() local 244 float n0, n1, n2; /* Noise contributions from the three corners */ in _mesa_noise2() local 327 float n0, n1, n2, n3; /* Noise contributions from the four corners */ in _mesa_noise3() local 484 float n0, n1, n2, n3, n4; /* Noise contributions from the five corners */ in _mesa_noise4() local
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
D | prog_noise.c | 220 float n0, n1; in _mesa_noise1() local 244 float n0, n1, n2; /* Noise contributions from the three corners */ in _mesa_noise2() local 327 float n0, n1, n2, n3; /* Noise contributions from the four corners */ in _mesa_noise3() local 484 float n0, n1, n2, n3, n4; /* Noise contributions from the five corners */ in _mesa_noise4() local
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
D | vp9_prob.h | 54 static INLINE vp9_prob get_binary_prob(int n0, int n1) { in get_binary_prob()
|
D | vp9_entropy.c | 779 const int n0 = counts[i][j][k][l][ZERO_TOKEN]; in adapt_coef_probs() local
|
/external/libunwind/tests/ |
D | Gia64-test-stack.c | 58 unw_word_t ip, sp, bsp, v0, v1, v2, v3, n0, n1, n2, n3, cfm, sof, sol, r32; in do_unwind_tests() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_prob.h | 63 static INLINE vp9_prob get_binary_prob(int n0, int n1) { in get_binary_prob()
|
D | vp9_entropy.c | 751 const int n0 = counts[i][j][k][l][ZERO_TOKEN]; in adapt_coef_probs() local
|
/external/eigen/test/eigen2/ |
D | eigen2_hyperplane.cpp | 32 VectorType n0 = VectorType::Random(dim).normalized(); in hyperplane() local
|
D | eigen2_sparse_basic.cpp | 255 int n0 = ei_random<int>(1,rows-std::max(j0,j1)); in sparse_basic() local
|
/external/eigen/test/ |
D | sparse_basic.cpp | 216 Index n0 = internal::random<Index>(1,rows-(std::max)(j0,j1)); in sparse_basic() local 306 Index n0 = internal::random<Index>(1,rows-(std::max)(j0,j1)); in sparse_basic() local
|
D | geo_hyperplane.cpp | 32 VectorType n0 = VectorType::Random(dim).normalized(); in hyperplane() local
|
/external/chromium_org/v8/src/ |
D | interface.cc | 179 int n0 = n > 0 ? n : 0; in Print() local
|
/external/iputils/ninfod/ |
D | ninfod_name.c | 212 const char *s0 = s, *n0 = n; in compare_dnsname() local
|
/external/chromium_org/v8/src/compiler/ |
D | value-numbering-reducer-unittest.cc | 49 Node* n0 = graph()->NewNode(&kOp0); in TEST_F() local
|
/external/libvorbis/lib/ |
D | block.c | 745 int n0=ci->blocksizes[0]>>(hs+1); in vorbis_synthesis_blockin() local 939 int n0=ci->blocksizes[0]>>(hs+1); in vorbis_synthesis_lapout() local
|