/external/strace/tests/ |
D | sigaction.awk | 30 n1[1][1] = n2[1][1] = "SIG_IGN" 31 n1[1][2] = n2[1][2] = "\\[HUP INT\\]" 33 n2[1][3] = "SA_RESTART" 35 n2[1][4] = "" 37 n1[2][1] = n2[2][1] = "0x[0-9a-f]+" 38 n1[2][2] = n2[2][2] = "\\[QUIT TERM\\]" 40 n2[2][3] = "SA_SIGINFO" 42 n2[2][4] = "" 44 n1[3][1] = n2[3][1] = "SIG_DFL" 45 n1[3][2] = n2[3][2] = "\\[\\]" [all …]
|
/external/strace/tests-mx32/ |
D | sigaction.awk | 30 n1[1][1] = n2[1][1] = "SIG_IGN" 31 n1[1][2] = n2[1][2] = "\\[HUP INT\\]" 33 n2[1][3] = "SA_RESTART" 35 n2[1][4] = "" 37 n1[2][1] = n2[2][1] = "0x[0-9a-f]+" 38 n1[2][2] = n2[2][2] = "\\[QUIT TERM\\]" 40 n2[2][3] = "SA_SIGINFO" 42 n2[2][4] = "" 44 n1[3][1] = n2[3][1] = "SIG_DFL" 45 n1[3][2] = n2[3][2] = "\\[\\]" [all …]
|
/external/strace/tests-m32/ |
D | sigaction.awk | 30 n1[1][1] = n2[1][1] = "SIG_IGN" 31 n1[1][2] = n2[1][2] = "\\[HUP INT\\]" 33 n2[1][3] = "SA_RESTART" 35 n2[1][4] = "" 37 n1[2][1] = n2[2][1] = "0x[0-9a-f]+" 38 n1[2][2] = n2[2][2] = "\\[QUIT TERM\\]" 40 n2[2][3] = "SA_SIGINFO" 42 n2[2][4] = "" 44 n1[3][1] = n2[3][1] = "SIG_DFL" 45 n1[3][2] = n2[3][2] = "\\[\\]" [all …]
|
/external/boringssl/src/crypto/bn/ |
D | mul.c | 296 static void bn_mul_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2, in bn_mul_recursive() argument 298 int n = n2 / 2, c1, c2; in bn_mul_recursive() 306 if (n2 == 8 && dna == 0 && dnb == 0) { in bn_mul_recursive() 312 if (n2 < BN_MUL_RECURSIVE_SIZE_NORMAL) { in bn_mul_recursive() 313 bn_mul_normal(r, a, n2 + dna, b, n2 + dnb); in bn_mul_recursive() 315 OPENSSL_memset(&r[2 * n2 + dna + dnb], 0, in bn_mul_recursive() 360 bn_mul_comba4(&(t[n2]), t, &(t[n])); in bn_mul_recursive() 362 OPENSSL_memset(&(t[n2]), 0, 8 * sizeof(BN_ULONG)); in bn_mul_recursive() 366 bn_mul_comba4(&(r[n2]), &(a[n]), &(b[n])); in bn_mul_recursive() 370 bn_mul_comba8(&(t[n2]), t, &(t[n])); in bn_mul_recursive() [all …]
|
/external/syslinux/gpxe/src/drivers/net/ |
D | wlan_compat.h | 271 #define WLAN_LOG_ERROR2(x,n1,n2) printk(KERN_ERR "%s: " x , __FUNCTION__ , (n1), (n2)); argument 272 #define WLAN_LOG_ERROR3(x,n1,n2,n3) printk(KERN_ERR "%s: " x , __FUNCTION__, (n1), (n2), (n3)); argument 273 …#define WLAN_LOG_ERROR4(x,n1,n2,n3,n4) printk(KERN_ERR "%s: " x , __FUNCTION__, (n1), (n2), (n3), … argument 277 #define WLAN_LOG_WARNING2(x,n1,n2) printk(KERN_WARNING "%s: " x , __FUNCTION__, (n1), (n2)); argument 278 …#define WLAN_LOG_WARNING3(x,n1,n2,n3) printk(KERN_WARNING "%s: " x , __FUNCTION__, (n1), (n2), (n3… argument 279 …#define WLAN_LOG_WARNING4(x,n1,n2,n3,n4) printk(KERN_WARNING "%s: " x , __FUNCTION__ , (n1), (n2),… argument 283 #define WLAN_LOG_NOTICE2(x,n1,n2) printk(KERN_NOTICE "%s: " x , __FUNCTION__, (n1), (n2)); argument 284 #define WLAN_LOG_NOTICE3(x,n1,n2,n3) printk(KERN_NOTICE "%s: " x , __FUNCTION__, (n1), (n2), (n3)); argument 285 …#define WLAN_LOG_NOTICE4(x,n1,n2,n3,n4) printk(KERN_NOTICE "%s: " x , __FUNCTION__, (n1), (n2), (n… argument 289 #define WLAN_LOG_INFO2(x,n1,n2) printk(KERN_INFO x, (n1), (n2)); argument [all …]
|
/external/selinux/libsepol/src/ |
D | ebitmap.c | 20 ebitmap_node_t *n1, *n2, *new, *prev; in ebitmap_or() local 25 n2 = e2->node; in ebitmap_or() 27 while (n1 || n2) { in ebitmap_or() 34 if (n1 && n2 && n1->startbit == n2->startbit) { in ebitmap_or() 36 new->map = n1->map | n2->map; in ebitmap_or() 38 n2 = n2->next; in ebitmap_or() 39 } else if (!n2 || (n1 && n1->startbit < n2->startbit)) { in ebitmap_or() 44 new->startbit = n2->startbit; in ebitmap_or() 45 new->map = n2->map; in ebitmap_or() 46 n2 = n2->next; in ebitmap_or() [all …]
|
/external/libcxx/test/std/localization/locales/locale/locale.operators/ |
D | eq.pass.cpp | 26 std::locale n2(LOCALE_en_US_UTF_8); in main() local 34 assert(cloc != n2); in main() 42 assert(copy != n2); in main() 50 assert(n1 == n2); in main() 55 assert(n2 != cloc); in main() 56 assert(n2 != copy); in main() 57 assert(n2 == n1); in main() 58 assert(n2 == n2); in main() 59 assert(n2 != noname1); in main() 60 assert(n2 != nonamec); in main() [all …]
|
/external/icu/icu4c/source/common/ |
D | unorm.cpp | 51 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode); in unorm_quickCheck() local 52 return unorm2_quickCheck((const UNormalizer2 *)n2, src, srcLength, pErrorCode); in unorm_quickCheck() 59 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode); in unorm_quickCheckWithOptions() local 61 FilteredNormalizer2 fn2(*n2, *uniset_getUnicode32Instance(*pErrorCode)); in unorm_quickCheckWithOptions() 66 return unorm2_quickCheck((const UNormalizer2 *)n2, src, srcLength, pErrorCode); in unorm_quickCheckWithOptions() 74 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode); in unorm_isNormalized() local 75 return unorm2_isNormalized((const UNormalizer2 *)n2, src, srcLength, pErrorCode); in unorm_isNormalized() 82 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode); in unorm_isNormalizedWithOptions() local 84 FilteredNormalizer2 fn2(*n2, *uniset_getUnicode32Instance(*pErrorCode)); in unorm_isNormalizedWithOptions() 89 return unorm2_isNormalized((const UNormalizer2 *)n2, src, srcLength, pErrorCode); in unorm_isNormalizedWithOptions() [all …]
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph_tests/ |
D | test_object_graph.py | 51 n2 = Node("n2") 61 graph.addNode(n2) 71 self.assertTrue(graph.findNode(n2) is n2) 74 self.assertTrue(graph.findNode("n2") is n2) 111 n2 = graph.createNode(ArgNode, "n2", 1) 115 graph.createReference(n1, n2, "n1-n2") 135 graph.removeReference(n1, n2) 143 graph.createReference(n1, n2, "foo") 152 n2 = graph.createNode(ArgNode, "n2", 2) 162 graph.createReference(n1, n2) [all …]
|
/external/v8/src/compiler/ |
D | graph.h | 70 Node* NewNode(const Operator* op, Node* n1, Node* n2) { in NON_EXPORTED_BASE() 71 Node* nodes[] = {n1, n2}; in NON_EXPORTED_BASE() 74 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3) { in NON_EXPORTED_BASE() 75 Node* nodes[] = {n1, n2, n3}; in NON_EXPORTED_BASE() 78 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3, Node* n4) { in NON_EXPORTED_BASE() 79 Node* nodes[] = {n1, n2, n3, n4}; in NON_EXPORTED_BASE() 82 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3, Node* n4, in NON_EXPORTED_BASE() 84 Node* nodes[] = {n1, n2, n3, n4, n5}; in NON_EXPORTED_BASE() 87 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3, Node* n4, in NON_EXPORTED_BASE() 89 Node* nodes[] = {n1, n2, n3, n4, n5, n6}; in NON_EXPORTED_BASE() [all …]
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | equals_unittest.cc | 67 NamedRegionPtr n2(n1.Clone()); in TEST_F() local 68 EXPECT_TRUE(n1.Equals(n2)); in TEST_F() 70 n2->rects = base::nullopt; in TEST_F() 71 EXPECT_FALSE(n1.Equals(n2)); in TEST_F() 72 n2->rects.emplace(); in TEST_F() 73 EXPECT_FALSE(n1.Equals(n2)); in TEST_F() 75 n2->rects->push_back(CreateRect()); in TEST_F() 76 n2->rects->push_back(CreateRect()); in TEST_F() 77 EXPECT_FALSE(n1.Equals(n2)); in TEST_F() 79 n2->rects->resize(1); in TEST_F() [all …]
|
/external/icu/icu4c/source/samples/uciter8/ |
D | uciter8.c | 50 UCharIterator *iter2, const char *n2) { in compareIterators() argument 58 log_err("%s->getIndex(length)=%d != %d=%s->getIndex(length)\n", n1, length, pos2, n2); in compareIterators() 73 log_err("%s->move(from 0 to middle %d)=%d does not move to the middle\n", n2, middle, pos2); in compareIterators() 81 … log_err("%s->current()=U+%04x != U+%04x=%s->current() at middle=%d\n", n1, c1, c2, n2, middle); in compareIterators() 90 …xt()=U+%04x != U+%04x=%s->next() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(ite… in compareIterators() 100 …=U+%04x != U+%04x=%s->previous() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(ite… in compareIterators() 118 log_err("%s->move(start) failed\n", n2); in compareIterators() 122 log_err("%s->hasNext() at the start returns FALSE\n", n2); in compareIterators() 130 …log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d\n", n1, c1, c2, n2, iter1->getIndex(iter1, U… in compareIterators() 140 log_err("%s->hasNext() at the end returns TRUE\n", n2); in compareIterators() [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/ |
D | TTestImpl.java | 898 protected double df(double v1, double v2, double n1, double n2) { in df() argument 899 return (((v1 / n1) + (v2 / n2)) * ((v1 / n1) + (v2 / n2))) / in df() 901 (n2 * n2 * (n2 - 1d))); in df() 931 double n2) { in t() argument 932 return (m1 - m2) / FastMath.sqrt((v1 / n1) + (v2 / n2)); in t() 948 double v2, double n1, double n2) { in homoscedasticT() argument 949 double pooledVariance = ((n1 - 1) * v1 + (n2 -1) * v2 ) / (n1 + n2 - 2); in homoscedasticT() 950 return (m1 - m2) / FastMath.sqrt(pooledVariance * (1d / n1 + 1d / n2)); in homoscedasticT() 986 double n1, double n2) in tTest() argument 988 double t = FastMath.abs(t(m1, m2, v1, v2, n1, n2)); in tTest() [all …]
|
/external/llvm/test/Analysis/DependenceAnalysis/ |
D | SymbolicRDIV.ll | 10 ;; for (long int j = 0; j < n2; j++) 13 define void @symbolicrdiv0(i32* %A, i32* %B, i64 %n1, i64 %n2) nounwind uwtable ssp { 33 %cmp21 = icmp eq i64 %n2, 0 60 %exitcond7 = icmp ne i64 %inc10, %n2 72 ;; A[2*i + 5*n2] = i; 73 ;; for (long int j = 0; j < n2; j++) 74 ;; *B++ = A[3*j + 2*n2]; 76 define void @symbolicrdiv1(i32* %A, i32* %B, i64 %n1, i64 %n2) nounwind uwtable ssp { 96 %cmp31 = icmp eq i64 %n2, 0 106 %mul1 = mul i64 %n2, 5 [all …]
|
/external/libvorbis/lib/ |
D | mdct.c | 57 int n2=n>>1; in mdct_init() local 68 T[n2+i*2]=FLOAT_CONV(cos((M_PI/(2*n))*(2*i+1))); in mdct_init() 69 T[n2+i*2+1]=FLOAT_CONV(sin((M_PI/(2*n))*(2*i+1))); in mdct_init() 399 int n2=n>>1; in mdct_backward() local 404 DATA_TYPE *iX = in+n2-7; in mdct_backward() 405 DATA_TYPE *oX = out+n2+n4; in mdct_backward() 418 iX = in+n2-8; in mdct_backward() 419 oX = out+n2+n4; in mdct_backward() 432 mdct_butterflies(init,out+n2,n2); in mdct_backward() 438 DATA_TYPE *oX1=out+n2+n4; in mdct_backward() [all …]
|
/external/chromium-trace/catapult/telemetry/telemetry/util/ |
D | color_histogram.py | 28 n2 = sum_func(hist2) 29 if (n1 == 0 or n2 == 0) and default_color is None: 34 if n2 == 0: 36 n2 = 1 39 remainder = np.multiply(hist1, n2) - np.multiply(hist2, n1) 46 remainder += value1 * n2 - value2 * n1 51 return abs(float(total) / n1 / n2)
|
/external/mesa3d/src/mesa/program/ |
D | register_allocate.c | 296 ra_add_node_adjacency(struct ra_graph *g, unsigned int n1, unsigned int n2) in ra_add_node_adjacency() argument 298 g->nodes[n1].adjacency[n2] = GL_TRUE; in ra_add_node_adjacency() 299 g->nodes[n1].adjacency_list[g->nodes[n1].adjacency_count] = n2; in ra_add_node_adjacency() 336 unsigned int n1, unsigned int n2) in ra_add_node_interference() argument 338 if (!g->nodes[n1].adjacency[n2]) { in ra_add_node_interference() 339 ra_add_node_adjacency(g, n1, n2); in ra_add_node_interference() 340 ra_add_node_adjacency(g, n2, n1); in ra_add_node_interference() 351 unsigned int n2 = g->nodes[n].adjacency_list[j]; in pq_test() local 352 unsigned int n2_class = g->nodes[n2].class; in pq_test() 354 if (n != n2 && !g->nodes[n2].in_stack) { in pq_test() [all …]
|
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
D | NumberFormatTest.java | 185 Number n1, n2; in TestICUEquivalent() local 197 n1 = n2 = null; in TestICUEquivalent() 205 n2 = icunf.parse(s2); in TestICUEquivalent() 213 } else if (!pe1 && !pe2 && !n1.equals(n2)) { in TestICUEquivalent() 215 … + methodName[0] + ") in locale " + loc + " - JDK:" + n1 + " ICU:" + n2); in TestICUEquivalent() 232 n1 = n2 = null; in TestICUEquivalent() 240 n2 = icunf.parse(s2); in TestICUEquivalent() 248 } else if (!pe1 && !pe2 && !n1.equals(n2)) { in TestICUEquivalent() 250 … + methodName[0] + ") in locale " + loc + " - JDK:" + n1 + " ICU:" + n2); in TestICUEquivalent() 267 n1 = n2 = null; in TestICUEquivalent() [all …]
|
/external/guava/guava-tests/benchmark/com/google/common/math/ |
D | BigIntegerMathBenchmark.java | 70 private static BigInteger oldSlowFactorial(int n1, int n2) { in oldSlowFactorial() argument 71 assert n1 <= n2; in oldSlowFactorial() 72 if (IntMath.log2(n2, CEILING) * (n2 - n1) < Long.SIZE - 1) { in oldSlowFactorial() 75 for (int i = n1 + 1; i <= n2; i++) { in oldSlowFactorial() 85 int mid = (n1 + n2) >>> 1; in oldSlowFactorial() 86 return oldSlowFactorial(n1, mid).multiply(oldSlowFactorial(mid, n2)); in oldSlowFactorial()
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | ntp_time.h | 55 inline bool operator==(const NtpTime& n1, const NtpTime& n2) { 56 return n1.seconds() == n2.seconds() && n1.fractions() == n2.fractions(); 58 inline bool operator!=(const NtpTime& n1, const NtpTime& n2) { 59 return !(n1 == n2);
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
D | XNodeSet.java | 754 abstract boolean compareNumbers(double n1, double n2); in compareNumbers() argument 787 boolean compareNumbers(double n1, double n2) in compareNumbers() argument 789 return n1 < n2; in compareNumbers() 823 boolean compareNumbers(double n1, double n2) in compareNumbers() argument 825 return n1 <= n2; in compareNumbers() 859 boolean compareNumbers(double n1, double n2) in compareNumbers() argument 861 return n1 > n2; in compareNumbers() 895 boolean compareNumbers(double n1, double n2) in compareNumbers() argument 897 return n1 >= n2; in compareNumbers() 930 boolean compareNumbers(double n1, double n2) in compareNumbers() argument [all …]
|
/external/aac/libSYS/include/ |
D | genericStds.h | 172 #define C_ALLOC_MEM2(name,type,n1,n2) \ argument 173 …type * Get ## name (int n) { FDK_ASSERT((n) < (n2)); return ((type*)FDKcalloc(n1, sizeof(type))); … 175 UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((n1) * sizeof(type)) * (n2); } 184 #define C_AALLOC_MEM2(name,type,n1,n2) \ argument 185 …type * Get ## name (int n) { FDK_ASSERT((n) < (n2)); return ((type*)FDKaalloc((n1)*sizeof(type), A… 187 …void) { return ALGN_SIZE_EXTRES((n1) * sizeof(type) + ALIGNMENT_DEFAULT + sizeof(void *)) * (n2); } 196 #define C_ALLOC_MEM2_L(name,type,n1,n2,s) \ argument 197 …type * Get ## name (int n) { FDK_ASSERT((n) < (n2)); return (type*)FDKcalloc_L(n1, sizeof(type), s… 199 UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((n1) * sizeof(type)) * (n2); } 208 #define C_AALLOC_MEM2_L(name,type,n1,n2,s) \ argument [all …]
|
/external/dtc/tests/ |
D | references.c | 79 int n1, n2, n3, n4, n5; in main() local 88 n2 = fdt_path_offset(fdt, "/node2"); in main() 89 if (n2 < 0) in main() 90 FAIL("fdt_path_offset(/node2): %s", fdt_strerror(n2)); in main() 102 h2 = fdt_get_phandle(fdt, n2); in main() 121 check_ref(fdt, n2, h1); in main()
|
D | path-references.c | 69 int n1, n2; in main() local 77 n2 = fdt_path_offset(fdt, "/node2"); in main() 78 if (n2 < 0) in main() 79 FAIL("fdt_path_offset(/node2): %s", fdt_strerror(n2)); in main() 82 check_ref(fdt, n2, "/node1"); in main()
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | NodeSorter.java | 127 NodeCompareElem n1, NodeCompareElem n2, int kIndex, XPathContext support) in compare() argument 141 n2Num = ((Double) n2.m_key1Value).doubleValue(); in compare() 146 n2Num = ((Double) n2.m_key2Value).doubleValue(); in compare() 161 XObject r2 = k.m_selectPat.execute(m_execContext, n2.m_node, in compare() 174 result = compare(n1, n2, kIndex + 1, support); in compare() 204 n2String = (CollationKey) n2.m_key1Value; in compare() 209 n2String = (CollationKey) n2.m_key2Value; in compare() 224 XObject r2 = k.m_selectPat.execute(m_execContext, n2.m_node, in compare() 260 result = compare(n1, n2, kIndex + 1, support); in compare() 272 result = dtm.isNodeAfter(n1.m_node, n2.m_node) ? -1 : 1; in compare()
|