Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 25 of 2337) sorted by relevance

12345678910>>...94

/external/clang/test/Sema/
Dconversion.c9 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/
Dl2_packet_linux.c130 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/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dreturn_ll.c9 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/libffi/testsuite/libffi.call/
Dreturn_ll.c9 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] = &ll; 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/compiler-rt/test/profile/
Dinstrprof-dlopen.test18 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 …]
Dinstrprof-dynamic-one-shared.test13 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
Dinstrprof-dynamic-two-shared.test14 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/
Dinstrprof-dlopen.test18 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 …]
Dinstrprof-dynamic-one-shared.test13 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
Dinstrprof-dynamic-two-shared.test14 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/toybox/toys/other/
Dfactor.c28 unsigned long long l, ll, lll; in factor() local
55 for (ll = 2;; ll += 1+(ll!=2)) { in factor()
56 lll = ll*ll; in factor()
57 if (lll>l || lll<ll) { in factor()
58 if (l>1 || ll==2) printf(pat1, l); in factor()
61 for (ii = 0; !(l%ll); ii++) { in factor()
62 if (!ii || !FLAG(h)) printf(pat1, ll); in factor()
63 l /= ll; in factor()
/external/icu/icu4c/source/layoutex/
Dplayout.cpp147 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/
Dcrosstest.cfg17 # 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/sg3_utils/src/
Dsg_unmap.c129 int64_t ll; in build_lba_arr() local
151 ll = sg_get_llnum(lcp); in build_lba_arr()
152 if (-1 != ll) { in build_lba_arr()
153 lba_arr[k] = (uint64_t)ll; in build_lba_arr()
188 int64_t ll; in build_num_arr() local
209 ll = sg_get_llnum(lcp); in build_num_arr()
210 if (-1 != ll) { in build_num_arr()
211 if (ll > UINT32_MAX) { in build_num_arr()
216 num_arr[k] = (uint32_t)ll; in build_num_arr()
253 int64_t ll; in build_joint_arr() local
[all …]
/external/llvm/test/Feature/
Dprefixdata.ll1 ; 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
Dprologuedata.ll1 ; 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
Dsmallest.ll1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
3 ; RUN: diff %t1.ll %t2.ll
/external/python/cpython2/Parser/
Dgrammar.c110 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/llvm/test/Linker/
Dlink-flags.ll1 ; 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…
/external/toolchain-utils/compiler_wrapper/
Denv_test.go53 for _, ll := range logLines {
54 if ll == "ABC=xyz" {
75 for _, ll := range logLines {
76 if ll == "PATH=xyz" {
97 for _, ll := range logLines {
98 if strings.HasPrefix(ll, "PATH=") {
99 t.Errorf("path env was not removed: %s", ll)
125 for _, ll := range logLines {
126 if ll == "ABC=xyz" {
144 for _, ll := range logLines {
[all …]
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
Dtoupper_1.pass.cpp30 std::locale ll(l, new F(LOCALE_en_US_UTF_8)); in main() local
31 const F& f = std::use_facet<F>(ll); in main()
47 std::locale ll(l, new F("C")); in main() local
48 const F& f = std::use_facet<F>(ll); in main()
64 std::locale ll(l, new F(LOCALE_en_US_UTF_8)); in main() local
65 const F& f = std::use_facet<F>(ll); in main()
81 std::locale ll(l, new F("C")); in main() local
82 const F& f = std::use_facet<F>(ll); in main()
Dtolower_1.pass.cpp29 std::locale ll(l, new F(LOCALE_en_US_UTF_8)); in main() local
30 const F& f = std::use_facet<F>(ll); in main()
45 std::locale ll(l, new F("C")); in main() local
46 const F& f = std::use_facet<F>(ll); in main()
62 std::locale ll(l, new F(LOCALE_en_US_UTF_8)); in main() local
63 const F& f = std::use_facet<F>(ll); in main()
79 std::locale ll(l, new F("C")); in main() local
80 const F& f = std::use_facet<F>(ll); in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
Dtolower_1.pass.cpp30 std::locale ll(l, new F(LOCALE_en_US_UTF_8)); in main() local
31 const F& f = std::use_facet<F>(ll); in main()
46 std::locale ll(l, new F("C")); in main() local
47 const F& f = std::use_facet<F>(ll); in main()
64 std::locale ll(l, new F(LOCALE_en_US_UTF_8)); in main() local
65 const F& f = std::use_facet<F>(ll); in main()
81 std::locale ll(l, new F("C")); in main() local
82 const F& f = std::use_facet<F>(ll); in main()
/external/clang/test/CodeGen/
Dbuiltins-nvptx.c195 long long *llp, long long ll) { in nvvm_atom() argument
201 __nvvm_atom_add_gen_ll(&sll, ll); in nvvm_atom()
208 __nvvm_atom_sub_gen_ll(&sll, ll); in nvvm_atom()
215 __nvvm_atom_and_gen_ll(&sll, ll); in nvvm_atom()
222 __nvvm_atom_or_gen_ll(&sll, ll); in nvvm_atom()
229 __nvvm_atom_xor_gen_ll(&sll, ll); in nvvm_atom()
236 __nvvm_atom_xchg_gen_ll(&sll, ll); in nvvm_atom()
247 __nvvm_atom_max_gen_ll(&sll, ll); in nvvm_atom()
249 __nvvm_atom_max_gen_ull((unsigned long long *)&sll, ll); in nvvm_atom()
260 __nvvm_atom_min_gen_ll(&sll, ll); in nvvm_atom()
[all …]
/external/curl/tests/
Dtestcurl.pl475 my $ll = $_;
476 print $ll;
477 print LOG $ll;
577 my $ll = $_;
578 print $ll if(($ll !~ /^ *#/) && ($ll !~ /^ *$/));
600 my $ll = $_;
601 print $ll if(($ll !~ /^ *#/) && ($ll !~ /^ *$/));
611 my $ll = $_;
612 print $ll if(($ll =~ /^ *# *define *CARES_/) && ($ll !~ /__CARES_BUILD_H/));

12345678910>>...94