/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
D | l2_packet_linux.c | 136 struct sockaddr_ll ll; in l2_packet_send() local 137 os_memset(&ll, 0, sizeof(ll)); in l2_packet_send() 138 ll.sll_family = AF_PACKET; in l2_packet_send() 139 ll.sll_ifindex = l2->ifindex; in l2_packet_send() 140 ll.sll_protocol = htons(proto); in l2_packet_send() 141 ll.sll_halen = ETH_ALEN; in l2_packet_send() 142 os_memcpy(ll.sll_addr, dst_addr, ETH_ALEN); in l2_packet_send() 143 ret = sendto(l2->fd, buf, len, 0, (struct sockaddr *) &ll, in l2_packet_send() 144 sizeof(ll)); in l2_packet_send() 159 struct sockaddr_ll ll; in l2_packet_receive() local [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/ |
D | l2_packet_linux.c | 136 struct sockaddr_ll ll; in l2_packet_send() local 137 os_memset(&ll, 0, sizeof(ll)); in l2_packet_send() 138 ll.sll_family = AF_PACKET; in l2_packet_send() 139 ll.sll_ifindex = l2->ifindex; in l2_packet_send() 140 ll.sll_protocol = htons(proto); in l2_packet_send() 141 ll.sll_halen = ETH_ALEN; in l2_packet_send() 142 os_memcpy(ll.sll_addr, dst_addr, ETH_ALEN); in l2_packet_send() 143 ret = sendto(l2->fd, buf, len, 0, (struct sockaddr *) &ll, in l2_packet_send() 144 sizeof(ll)); in l2_packet_send() 159 struct sockaddr_ll ll; in l2_packet_receive() local [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | wcstoll.c | 33 long long ll; in wcstoll_0100() local 35 TEST(ll, wcstoll(L"2147483647", 0, 0), 2147483647LL, "expect signed %lld != %lld"); in wcstoll_0100() 45 long long ll; in wcstoll_0200() local 47 TEST(ll, wcstoll(L"10", 0, 0), 10LL, "expect signed %lld != %lld"); in wcstoll_0200() 57 long long ll; in wcstoll_0300() local 59 TEST(ll, wcstoll(L"z", 0, 36), 35LL, "%lld != %lld"); in wcstoll_0300() 69 long long ll; in wcstoll_0400() local 71 TEST(ll, wcstoll(L"00010010001101000101011001111000", 0, 2), 0x12345678, "%lld != %lld"); in wcstoll_0400() 82 long long ll; in wcstoll_0500() local 85 TEST(ll, wcstoll(s = L"0xz", &c, 16), 0, "%lld != %lld"); in wcstoll_0500() [all …]
|
/third_party/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()
|
/third_party/openssl/crypto/sm3/ |
D | sm3_local.h | 25 unsigned long ll; \ 26 ll=(c)->A; (void)HOST_l2c(ll, (s)); \ 27 ll=(c)->B; (void)HOST_l2c(ll, (s)); \ 28 ll=(c)->C; (void)HOST_l2c(ll, (s)); \ 29 ll=(c)->D; (void)HOST_l2c(ll, (s)); \ 30 ll=(c)->E; (void)HOST_l2c(ll, (s)); \ 31 ll=(c)->F; (void)HOST_l2c(ll, (s)); \ 32 ll=(c)->G; (void)HOST_l2c(ll, (s)); \ 33 ll=(c)->H; (void)HOST_l2c(ll, (s)); \
|
/third_party/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 …]
|
/third_party/skia/third_party/externals/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
|
/third_party/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()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | builtin-overflow.c | 4 static int test(int i, long l, long long ll, enum e e, bool b, void *p) in test() argument 13 rc += __builtin_add_overflow(ll, i, &i); in test() 14 rc += __builtin_add_overflow(i, ll, &i); in test() 15 rc += __builtin_add_overflow(i, i, &ll); in test() 21 rc += __builtin_add_overflow_p(ll, i, i); in test() 22 rc += __builtin_add_overflow_p(i, ll, i); in test() 23 rc += __builtin_add_overflow_p(i, i, ll); in test() 29 rc += __builtin_sub_overflow(ll, i, &i); in test() 30 rc += __builtin_sub_overflow(i, ll, &i); in test() 31 rc += __builtin_sub_overflow(i, i, &ll); in test() [all …]
|
/third_party/openssl/crypto/des/ |
D | ecb_enc.c | 40 DES_LONG ll[2]; in DES_ecb_encrypt() local 45 ll[0] = l; in DES_ecb_encrypt() 47 ll[1] = l; in DES_ecb_encrypt() 48 DES_encrypt1(ll, ks, enc); in DES_ecb_encrypt() 49 l = ll[0]; in DES_ecb_encrypt() 51 l = ll[1]; in DES_ecb_encrypt() 53 l = ll[0] = ll[1] = 0; in DES_ecb_encrypt()
|
D | ecb3_enc.c | 23 DES_LONG ll[2]; in DES_ecb3_encrypt() local 29 ll[0] = l0; in DES_ecb3_encrypt() 30 ll[1] = l1; in DES_ecb3_encrypt() 32 DES_encrypt3(ll, ks1, ks2, ks3); in DES_ecb3_encrypt() 34 DES_decrypt3(ll, ks1, ks2, ks3); in DES_ecb3_encrypt() 35 l0 = ll[0]; in DES_ecb3_encrypt() 36 l1 = ll[1]; in DES_ecb3_encrypt()
|
/third_party/openssl/crypto/ripemd/ |
D | rmd_local.h | 36 unsigned long ll; \ 37 ll=(c)->A; (void)HOST_l2c(ll,(s)); \ 38 ll=(c)->B; (void)HOST_l2c(ll,(s)); \ 39 ll=(c)->C; (void)HOST_l2c(ll,(s)); \ 40 ll=(c)->D; (void)HOST_l2c(ll,(s)); \ 41 ll=(c)->E; (void)HOST_l2c(ll,(s)); \
|
/third_party/typescript/tests/baselines/reference/ |
D | lift.symbols | 8 public ll:number; // to be shadowed 9 >ll : Symbol(B.ll, Decl(lift.ts, 2, 5)) 29 var ll=x*w; 30 >ll : Symbol(ll, Decl(lift.ts, 10, 11)) 41 public liftxylocllz () { return x+z+this.y+this.ll; } 46 >this.ll : Symbol(B.ll, Decl(lift.ts, 2, 5)) 48 >ll : Symbol(B.ll, Decl(lift.ts, 2, 5))
|
D | lift.types | 8 public ll:number; // to be shadowed 9 >ll : number 32 var ll=x*w; 33 >ll : number 49 public liftxylocllz () { return x+z+this.y+this.ll; } 51 >x+z+this.y+this.ll : any 59 >this.ll : number 61 >ll : number
|
D | lift.js | 5 public ll:number; // to be shadowed 12 var ll=x*w; 16 public liftxylocllz () { return x+z+this.y+this.ll; } 47 var ll = x * w; 51 C.prototype.liftxylocllz = function () { return x + z + this.y + this.ll; };
|
/third_party/openssl/crypto/md4/ |
D | md4_local.h | 26 unsigned long ll; \ 27 ll=(c)->A; (void)HOST_l2c(ll,(s)); \ 28 ll=(c)->B; (void)HOST_l2c(ll,(s)); \ 29 ll=(c)->C; (void)HOST_l2c(ll,(s)); \ 30 ll=(c)->D; (void)HOST_l2c(ll,(s)); \
|
/third_party/openssl/crypto/md5/ |
D | md5_local.h | 37 unsigned long ll; \ 38 ll=(c)->A; (void)HOST_l2c(ll,(s)); \ 39 ll=(c)->B; (void)HOST_l2c(ll,(s)); \ 40 ll=(c)->C; (void)HOST_l2c(ll,(s)); \ 41 ll=(c)->D; (void)HOST_l2c(ll,(s)); \
|
/third_party/rust/crates/num-traits/ |
D | BUILD.gn | 35 "probe0.ll", 36 "probe1.ll", 37 "probe2.ll", 38 "probe3.ll", 39 "probe4.ll", 40 "probe5.ll", 41 "probe6.ll", 42 "probe7.ll",
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/discards-in-control-flow/ |
D | 0-opt.spvasm | 10 OpName %ll "ll" 13 OpDecorate %ll RelaxedPrecision 40 %ll = OpVariable %_ptr_Function_int Function 51 OpStore %ll %int_0 65 %6 = OpLoad %int %ll 74 %7 = OpLoad %int %ll 76 OpStore %ll %8
|
D | 0-opt.wgsl | 6 var ll : i32; 11 ll = 0; 17 let x_6 : i32 = ll; 23 let x_7 : i32 = ll; 24 ll = (x_7 + 1);
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | ps.c | 425 long *ll = 0; in shared_match_process() local 432 ll = mm->ptr; in shared_match_process() 433 for (j = 0; j<mm->len; j++) if (ll[j] == slot[match[i].len]) return 1; in shared_match_process() 437 return ll ? 0 : -1; in shared_match_process() 463 long long *slot = tb->slot, ll = (sl >= 0) ? slot[sl&(XX-1)] : 0; in string_field() local 469 if (which==PS_PRI) ll = 39-ll; in string_field() 471 else if (which==PS_SZ) ll >>= 12; in string_field() 472 else if (which==PS_RSS) ll <<= 2; in string_field() 473 else if (which==PS_VSZ) ll >>= 10; in string_field() 474 else if (which==PS_PR && ll<-9) fmt="RT"; in string_field() [all …]
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/struct-controlled-loop/ |
D | 0-opt.wgsl | 16 var ll : S; 18 ll = S(0, vec3<bool>(true, true, true)); 20 let x_12 : S = ll; 29 let x_13 : S = ll; 30 let x_50 : S = ll; 34 ll = x_51;
|
D | 0-opt.spvasm | 11 OpName %ll "ll" 59 %ll = OpVariable %_ptr_Function_S Function 61 OpStore %ll %23 67 %12 = OpLoad %S %ll 79 %13 = OpLoad %S %ll 82 %50 = OpLoad %S %ll 84 OpStore %ll %51
|
/third_party/ntfs-3g/libntfs-3g/ |
D | mft.c | 444 mrec->lsn = const_cpu_to_sle64(0ll); in ntfs_mft_record_layout() 550 s64 pass_end, ll, data_pos, pass_start, ofs, bit; in ntfs_mft_bitmap_find_free_rec() local 566 ll = mftbmp_na->initialized_size << 3; in ntfs_mft_bitmap_find_free_rec() 567 if (pass_end > ll) in ntfs_mft_bitmap_find_free_rec() 568 pass_end = ll; in ntfs_mft_bitmap_find_free_rec() 606 ll = ((pass_end + 7) >> 3) - ofs; in ntfs_mft_bitmap_find_free_rec() 607 if (size > ll) in ntfs_mft_bitmap_find_free_rec() 608 size = ll; in ntfs_mft_bitmap_find_free_rec() 609 ll = ntfs_attr_pread(mftbmp_na, ofs, size, buf); in ntfs_mft_bitmap_find_free_rec() 610 if (ll < 0) { in ntfs_mft_bitmap_find_free_rec() [all …]
|
/third_party/toybox/toys/posix/ |
D | ps.c | 468 long *ll = 0; in shared_match_process() local 475 ll = mm->ptr; in shared_match_process() 476 for (j = 0; j<mm->len; j++) if (ll[j] == slot[match[i].len]) return 1; in shared_match_process() 480 return ll ? 0 : -1; in shared_match_process() 506 long long *slot = tb->slot, ll = (sl >= 0) ? slot[sl&(XX-1)] : 0; in string_field() local 512 if (which==PS_PRI) ll = 39-ll; in string_field() 514 else if (which==PS_SZ) ll >>= 12; in string_field() 515 else if (which==PS_RSS) ll <<= 2; in string_field() 516 else if (which==PS_VSZ) ll >>= 10; in string_field() 517 else if (which==PS_PR && ll<-9) fmt="RT"; in string_field() [all …]
|