/external/clang/test/Sema/ |
D | conversion.c | 9 void test0(char c, short s, int i, long l, long long ll) { in test0() argument 62 char test1(long long ll) { in test1() argument 63 return (long long) ll; // expected-warning {{implicit conversion loses integer precision}} in test1() 65 char test1_a(long long ll) { in test1_a() argument 66 return (long) ll; // expected-warning {{implicit conversion loses integer precision}} in test1_a() 68 char test1_b(long long ll) { in test1_b() argument 69 return (int) ll; // expected-warning {{implicit conversion loses integer precision}} in test1_b() 71 char test1_c(long long ll) { in test1_c() argument 72 return (short) ll; // expected-warning {{implicit conversion loses integer precision}} in test1_c() 74 char test1_d(long long ll) { in test1_d() argument [all …]
|
/external/wpa_supplicant_8/src/l2_packet/ |
D | l2_packet_linux.c | 130 struct sockaddr_ll ll; in l2_packet_send() local 131 os_memset(&ll, 0, sizeof(ll)); in l2_packet_send() 132 ll.sll_family = AF_PACKET; in l2_packet_send() 133 ll.sll_ifindex = l2->ifindex; in l2_packet_send() 134 ll.sll_protocol = htons(proto); in l2_packet_send() 135 ll.sll_halen = ETH_ALEN; in l2_packet_send() 136 os_memcpy(ll.sll_addr, dst_addr, ETH_ALEN); in l2_packet_send() 137 ret = sendto(l2->fd, buf, len, 0, (struct sockaddr *) &ll, in l2_packet_send() 138 sizeof(ll)); in l2_packet_send() 153 struct sockaddr_ll ll; in l2_packet_receive() local [all …]
|
/external/libffi/testsuite/libffi.call/ |
D | return_ll.c | 9 static long long return_ll(long long ll) in return_ll() argument 11 return ll; in return_ll() 20 long long ll; in main() local 23 values[0] = ≪ in main() 29 for (ll = 0LL; ll < 100LL; ll++) in main() 32 CHECK(rlonglong == ll); in main() 35 for (ll = 55555555555000LL; ll < 55555555555100LL; ll++) in main() 38 CHECK(rlonglong == ll); in main()
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | return_ll.c | 9 static long long return_ll(long long ll) in return_ll() argument 11 return ll; in return_ll() 20 long long ll; in main() local 23 values[0] = ≪ in main() 29 for (ll = 0LL; ll < 100LL; ll++) in main() 32 CHECK(rlonglong == ll); in main() 35 for (ll = 55555555555000LL; ll < 55555555555100LL; ll++) in main() 38 CHECK(rlonglong == ll); in main()
|
/external/u-boot/arch/nios2/lib/ |
D | libgcc.c | 29 DWtype ll; member 56 const DWunion uu = {.ll = u}; in __ashldi3() 73 return w.ll; in __ashldi3() 82 const DWunion uu = {.ll = u}; in __ashrdi3() 100 return w.ll; in __ashrdi3() 109 const DWunion uu = {.ll = u}; in __lshrdi3() 126 return w.ll; in __lshrdi3() 132 const DWunion au = {.ll = a}; in __cmpdi2() 133 const DWunion bu = {.ll = b}; in __cmpdi2() 149 const DWunion nn = {.ll = n}; in __udivmoddi4() [all …]
|
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
D | vmcore.ml | 3 * RUN: llvm-dis < %t.bc > %t.ll 68 (* RUN: grep "i686-apple-darwin8" < %t.ll 76 (* RUN: grep "bogus" < %t.ll 87 (* RUN: grep {const_int.*i32.*-1} < %t.ll 95 (* RUN: grep {const_sext_int.*i64.*-1} < %t.ll 102 (* RUN: grep {const_zext_int64.*i64.*4294967295} < %t.ll 109 (* RUN: grep {const_int_string.*i32.*-1} < %t.ll 116 (* RUN: grep {const_string.*"cruel\\\\00world"} < %t.ll 123 (* RUN: grep {const_stringz.*"hi\\\\00again\\\\00"} < %t.ll 130 (* RUN: grep {const_single.*2.75} < %t.ll [all …]
|
/external/compiler-rt/test/profile/ |
D | instrprof-dlopen.test | 18 RUN: %clang_profuse=%t-static.profdata -o %t-func.static.ll -S -emit-llvm %S/Inputs/instrprof-dlope… 19 RUN: %clang_profuse=%t-local.profdata -o %t-func.local.ll -S -emit-llvm %S/Inputs/instrprof-dlopen-… 20 RUN: %clang_profuse=%t-global.profdata -o %t-func.global.ll -S -emit-llvm %S/Inputs/instrprof-dlope… 21 RUN: diff %t-func.static.ll %t-func.local.ll 22 RUN: diff %t-func.static.ll %t-func.global.ll 24 RUN: %clang_profuse=%t-static.profdata -o %t-func2.static.ll -S -emit-llvm %S/Inputs/instrprof-dlop… 25 RUN: %clang_profuse=%t-local.profdata -o %t-func2.local.ll -S -emit-llvm %S/Inputs/instrprof-dlopen… 26 RUN: %clang_profuse=%t-global.profdata -o %t-func2.global.ll -S -emit-llvm %S/Inputs/instrprof-dlop… 27 RUN: diff %t-func2.static.ll %t-func2.local.ll 28 RUN: diff %t-func2.static.ll %t-func2.global.ll [all …]
|
D | instrprof-dynamic-one-shared.test | 13 RUN: %clang_profuse=%t-static.profdata -o %t-a.static.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 14 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 15 RUN: diff %t-a.static.ll %t-a.shared.ll 17 RUN: %clang_profuse=%t-static.profdata -o %t-b.static.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 18 RUN: %clang_profuse=%t-shared.profdata -o %t-b.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 19 RUN: diff %t-b.static.ll %t-b.shared.ll 21 RUN: %clang_profuse=%t-static.profdata -o %t-main.static.ll -S -emit-llvm %S/Inputs/instrprof-dynam… 22 RUN: %clang_profuse=%t-shared.profdata -o %t-main.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynam… 23 RUN: diff %t-main.static.ll %t-main.shared.ll
|
D | instrprof-dynamic-two-shared.test | 14 RUN: %clang_profuse=%t-static.profdata -o %t-a.static.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 15 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 16 RUN: diff %t-a.static.ll %t-a.shared.ll 18 RUN: %clang_profuse=%t-static.profdata -o %t-b.static.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 19 RUN: %clang_profuse=%t-shared.profdata -o %t-b.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 20 RUN: diff %t-b.static.ll %t-b.shared.ll 22 RUN: %clang_profuse=%t-static.profdata -o %t-main.static.ll -S -emit-llvm %S/Inputs/instrprof-dynam… 23 RUN: %clang_profuse=%t-shared.profdata -o %t-main.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynam… 24 RUN: diff %t-main.static.ll %t-main.shared.ll
|
/external/compiler-rt/test/profile/Linux/ |
D | instrprof-dlopen.test | 18 RUN: %clang_profuse=%t-static.profdata -o %t-func.static.ll -S -emit-llvm %S/../Inputs/instrprof-dl… 19 RUN: %clang_profuse=%t-local.profdata -o %t-func.local.ll -S -emit-llvm %S/../Inputs/instrprof-dlop… 20 RUN: %clang_profuse=%t-global.profdata -o %t-func.global.ll -S -emit-llvm %S/../Inputs/instrprof-dl… 21 RUN: diff %t-func.static.ll %t-func.local.ll 22 RUN: diff %t-func.static.ll %t-func.global.ll 24 RUN: %clang_profuse=%t-static.profdata -o %t-func2.static.ll -S -emit-llvm %S/../Inputs/instrprof-d… 25 RUN: %clang_profuse=%t-local.profdata -o %t-func2.local.ll -S -emit-llvm %S/../Inputs/instrprof-dlo… 26 RUN: %clang_profuse=%t-global.profdata -o %t-func2.global.ll -S -emit-llvm %S/../Inputs/instrprof-d… 27 RUN: diff %t-func2.static.ll %t-func2.local.ll 28 RUN: diff %t-func2.static.ll %t-func2.global.ll [all …]
|
D | instrprof-dynamic-one-shared.test | 13 RUN: %clang_profuse=%t-static.profdata -o %t-a.static.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… 14 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… 15 RUN: diff %t-a.static.ll %t-a.shared.ll 17 RUN: %clang_profuse=%t-static.profdata -o %t-b.static.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… 18 RUN: %clang_profuse=%t-shared.profdata -o %t-b.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… 19 RUN: diff %t-b.static.ll %t-b.shared.ll 21 RUN: %clang_profuse=%t-static.profdata -o %t-main.static.ll -S -emit-llvm %S/../Inputs/instrprof-dy… 22 RUN: %clang_profuse=%t-shared.profdata -o %t-main.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dy… 23 RUN: diff %t-main.static.ll %t-main.shared.ll
|
D | instrprof-dynamic-two-shared.test | 14 RUN: %clang_profuse=%t-static.profdata -o %t-a.static.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… 15 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… 16 RUN: diff %t-a.static.ll %t-a.shared.ll 18 RUN: %clang_profuse=%t-static.profdata -o %t-b.static.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… 19 RUN: %clang_profuse=%t-shared.profdata -o %t-b.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… 20 RUN: diff %t-b.static.ll %t-b.shared.ll 22 RUN: %clang_profuse=%t-static.profdata -o %t-main.static.ll -S -emit-llvm %S/../Inputs/instrprof-dy… 23 RUN: %clang_profuse=%t-shared.profdata -o %t-main.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dy… 24 RUN: diff %t-main.static.ll %t-main.shared.ll
|
/external/icu/icu4c/source/layoutex/ |
D | playout.cpp | 147 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; in pl_closeLine() local 149 delete ll; in pl_closeLine() 155 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; in pl_countLineRuns() local 157 if (ll == NULL) { in pl_countLineRuns() 161 return ll->countRuns(); in pl_countLineRuns() 167 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; in pl_getLineAscent() local 169 if (ll == NULL) { in pl_getLineAscent() 173 return ll->getAscent(); in pl_getLineAscent() 179 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; in pl_getLineDescent() local 181 if (ll == NULL) { in pl_getLineDescent() [all …]
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | crosstest.cfg | 17 # test_arith_ll.ll which contains the proper functionality. 18 #test: test_arith.cpp test_arith_frem.ll test_arith_sqrt.ll test_arith_fabs.ll 19 test: test_arith_ll.ll test_arith.cpp test_arith_sqrt.ll test_arith_fabs.ll 23 test: test_bitmanip.cpp test_bitmanip_intrin.ll 31 test: test_cast.cpp test_cast_to_u1.ll test_cast_vectors.ll 35 test: test_fcmp.pnacl.ll 43 test: test_icmp.cpp test_icmp_i1vec.ll 47 test: test_select.ll 66 test: test_vector_ops.cpp test_vector_ops_ll.ll
|
/external/u-boot/include/linux/ |
D | math64.h | 186 u64 ll; in mul_u64_u64_shr() member 197 a0.ll = a; in mul_u64_u64_shr() 198 b0.ll = b; in mul_u64_u64_shr() 200 rl.ll = mul_u32_u32(a0.l.low, b0.l.low); in mul_u64_u64_shr() 201 rm.ll = mul_u32_u32(a0.l.low, b0.l.high); in mul_u64_u64_shr() 202 rn.ll = mul_u32_u32(a0.l.high, b0.l.low); in mul_u64_u64_shr() 203 rh.ll = mul_u32_u32(a0.l.high, b0.l.high); in mul_u64_u64_shr() 219 return rl.ll; in mul_u64_u64_shr() 221 return (rl.ll >> shift) | (rh.ll << (64 - shift)); in mul_u64_u64_shr() 222 return rh.ll >> (shift & 63); in mul_u64_u64_shr() [all …]
|
/external/toybox/toys/other/ |
D | factor.c | 22 unsigned long long l, ll; in factor() local 58 for (ll=3; ;ll += 2) { in factor() 59 long lll = ll*ll; in factor() 61 if (lll>l || lll<ll) { in factor() 65 while (!(l%ll)) { in factor() 66 printf(" %llu", ll); in factor() 67 l /= ll; in factor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionImport/ |
D | funcimport_resolved.ll | 3 ; copy in funcimport_resolved1.ll with a higher threshold via the direct call 7 ; funcimport_resolved1.ll and the smaller one from funcimport_resolved2.ll, 18 ; RUN: opt -module-summary %p/Inputs/funcimport_resolved1.ll -o %t2.bc 19 ; RUN: opt -module-summary %p/Inputs/funcimport_resolved2.ll -o %t3.bc 24 ; INSTLIMDEFAULT: Is importing function {{.*}} foo from {{.*}}funcimport_resolved1.ll 25 ; INSTLIMDEFAULT: Is importing function {{.*}} linkonceodrfunc from {{.*}}funcimport_resolved1.ll 26 ; INSTLIMDEFAULT: Is importing function {{.*}} linkonceodrfunc2 from {{.*}}funcimport_resolved1.ll 27 ; INSTLIMDEFAULT: Is importing function {{.*}} f from {{.*}}funcimport_resolved1.ll 28 …INSTLIMDEFAULT-NOT: Is importing function {{.*}} linkonceodrfunc from {{.*}}funcimport_resolved2.ll 31 ; imported from funcimport_resolved1.ll when encountered via the direct call [all …]
|
/external/openssh/openbsd-compat/ |
D | strtonum.c | 37 long long ll = 0; in strtonum() local 55 ll = strtoll(numstr, &ep, 10); in strtonum() 58 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval) in strtonum() 60 else if ((ll == LLONG_MAX && errno == ERANGE) || ll > maxval) in strtonum() 67 ll = 0; in strtonum() 69 return (ll); in strtonum()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | link-flags.ll | 1 ; RUN: llvm-link -S %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -check-prefix=B -c… 2 ; RUN: llvm-link -S -only-needed %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -chec… 3 ; RUN: llvm-link -S -internalize %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -chec… 4 ; RUN: llvm-link -S -internalize -only-needed %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileC… 5 … RUN: llvm-link -S -internalize %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll %S/Inputs/linkage.d.…
|
/external/python/cpython2/Parser/ |
D | grammar.c | 110 addlabel(labellist *ll, int type, char *str) in addlabel() argument 115 for (i = 0; i < ll->ll_nlabels; i++) { in addlabel() 116 if (ll->ll_label[i].lb_type == type && in addlabel() 117 strcmp(ll->ll_label[i].lb_str, str) == 0) in addlabel() 120 ll->ll_label = (label *)PyObject_REALLOC(ll->ll_label, in addlabel() 121 sizeof(label) * (ll->ll_nlabels + 1)); in addlabel() 122 if (ll->ll_label == NULL) in addlabel() 124 lb = &ll->ll_label[ll->ll_nlabels++]; in addlabel() 128 printf("Label @ %8p, %d: %s\n", ll, ll->ll_nlabels, in addlabel() 130 return lb - ll->ll_label; in addlabel() [all …]
|
/external/python/cpython3/Parser/ |
D | grammar.c | 105 addlabel(labellist *ll, int type, const char *str) in addlabel() argument 110 for (i = 0; i < ll->ll_nlabels; i++) { in addlabel() 111 if (ll->ll_label[i].lb_type == type && in addlabel() 112 strcmp(ll->ll_label[i].lb_str, str) == 0) in addlabel() 115 ll->ll_label = (label *)PyObject_REALLOC(ll->ll_label, in addlabel() 116 sizeof(label) * (ll->ll_nlabels + 1)); in addlabel() 117 if (ll->ll_label == NULL) in addlabel() 119 lb = &ll->ll_label[ll->ll_nlabels++]; in addlabel() 123 printf("Label @ %8p, %d: %s\n", ll, ll->ll_nlabels, in addlabel() 125 return Py_SAFE_DOWNCAST(lb - ll->ll_label, intptr_t, int); in addlabel() [all …]
|
/external/llvm/test/Feature/ |
D | prefixdata.ll | 1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll 2 ; RUN: FileCheck %s < %t1.ll 3 ; RUN: llvm-as < %t1.ll | llvm-dis > %t2.ll 4 ; RUN: diff %t1.ll %t2.ll 5 ; RUN: opt -O3 -S < %t1.ll | FileCheck %s
|
D | prologuedata.ll | 1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll 2 ; RUN: FileCheck %s < %t1.ll 3 ; RUN: llvm-as < %t1.ll | llvm-dis > %t2.ll 4 ; RUN: diff %t1.ll %t2.ll 5 ; RUN: opt -O3 -S < %t1.ll | FileCheck %s
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/ |
D | prefixdata.ll | 1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll 2 ; RUN: FileCheck %s < %t1.ll 3 ; RUN: llvm-as < %t1.ll | llvm-dis > %t2.ll 4 ; RUN: diff %t1.ll %t2.ll 5 ; RUN: opt -O3 -S < %t1.ll | FileCheck %s
|
D | prologuedata.ll | 1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll 2 ; RUN: FileCheck %s < %t1.ll 3 ; RUN: llvm-as < %t1.ll | llvm-dis > %t2.ll 4 ; RUN: diff %t1.ll %t2.ll 5 ; RUN: opt -O3 -S < %t1.ll | FileCheck %s
|