/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/ |
D | cpuset_mem_hog.c | 107 struct sigaction sa1, sa2; in main() local 109 sa1.sa_handler = sighandler1; in main() 110 if (sigemptyset(&sa1.sa_mask) < 0) in main() 113 sa1.sa_flags = 0; in main() 114 if (sigaction(SIGUSR1, &sa1, NULL) < 0) in main()
|
/third_party/typescript/tests/baselines/reference/ |
D | intersectionWithIndexSignatures.js | 5 declare let sa1: { x: A & B }; 10 ta1 = sa1; 12 ta2 = sa1; 41 ta1 = sa1; 43 ta2 = sa1;
|
D | intersectionWithIndexSignatures.types | 10 declare let sa1: { x: A & B }; 11 >sa1 : { x: A & B; } 28 ta1 = sa1; 29 >ta1 = sa1 : { x: A & B; } 31 >sa1 : { x: A & B; } 38 ta2 = sa1; 39 >ta2 = sa1 : { x: A & B; } 41 >sa1 : { x: A & B; }
|
D | intersectionWithIndexSignatures.symbols | 10 declare let sa1: { x: A & B }; 11 >sa1 : Symbol(sa1, Decl(intersectionWithIndexSignatures.ts, 3, 11)) 36 ta1 = sa1; 38 >sa1 : Symbol(sa1, Decl(intersectionWithIndexSignatures.ts, 3, 11)) 44 ta2 = sa1; 46 >sa1 : Symbol(sa1, Decl(intersectionWithIndexSignatures.ts, 3, 11))
|
D | intersectionWithIndexSignatures.errors.txt | 17 declare let sa1: { x: A & B }; 22 ta1 = sa1; 24 ta2 = sa1;
|
/third_party/node/test/parallel/ |
D | test-blocklist.js | 73 const sa1 = new SocketAddress({ address: '1.1.1.1' }); constant 80 blockList.addAddress(sa1); 85 assert(blockList.check(sa1)); 121 const sa1 = new SocketAddress({ address: '1.1.1.1' }); constant 126 blockList.addRange(sa1, sa2); 159 const sa1 = new SocketAddress({ address: '1.1.1.0' }); constant 161 blockList.addSubnet(sa1, 16);
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionWithIndexSignatures.ts | 6 declare let sa1: { x: A & B }; variable 11 ta1 = sa1; 13 ta2 = sa1;
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/ |
D | cpuset_cpu_hog.c | 226 struct sigaction sa1, sa2; in initialize() local 228 sa1.sa_handler = sighandler1; in initialize() 229 if (sigemptyset(&sa1.sa_mask) < 0) in initialize() 232 sa1.sa_flags = 0; in initialize() 233 if (sigaction(SIGUSR1, &sa1, NULL) < 0) in initialize()
|
/third_party/flatbuffers/grpc/tests/ |
D | message_builder_test.cpp | 175 flatbuffers::grpc::SliceAllocator sa1; in slice_allocator_tests() local 176 uint8_t *buf = sa1.allocate(size); in slice_allocator_tests() 180 flatbuffers::grpc::SliceAllocator sa2(std::move(sa1)); in slice_allocator_tests() 189 flatbuffers::grpc::SliceAllocator sa1, sa2; in slice_allocator_tests() local 190 uint8_t *buf = sa1.allocate(2048); in slice_allocator_tests() 191 sa1 = std::move(sa2); in slice_allocator_tests()
|
/third_party/boost/libs/config/test/ |
D | boost_has_sigaction.ipp | 20 struct sigaction* sa1 = 0 ; 22 int res = sigaction(0, sa1, sa2);
|
/third_party/ffmpeg/libavfilter/ |
D | vf_xbr.c | 231 const uint32_t *sa1 = sa2 - (input->linesize[0]>>2); /* up x1 */ in xbr_filter() local 232 const uint32_t *sa0 = sa1 - (input->linesize[0]>>2); /* up x2 */ in xbr_filter() 237 sa0 = sa1; in xbr_filter() 239 sa0 = sa1 = sa2; in xbr_filter() 252 const uint32_t PB = sa1[2]; in xbr_filter() 259 const uint32_t PA = sa1[pprev]; in xbr_filter() 265 const uint32_t A0 = sa1[pprev2]; in xbr_filter() 271 const uint32_t PC = sa1[pnext]; in xbr_filter() 277 const uint32_t C4 = sa1[pnext2]; in xbr_filter() 311 sa1 += 1; in xbr_filter()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | erf.c | 151 sa1 = 1.96512716674392571292e+01, /* 0x4033A6B9, 0xBD707687 */ variable 200 S = 1.0+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*( in erfc2()
|
D | erff.c | 61 sa1 = 1.9651271820e+01, /* 0x419d35ce */ variable 110 S = 1.0f+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*( in erfc2()
|
/third_party/musl/src/math/ |
D | erf.c | 151 sa1 = 1.96512716674392571292e+01, /* 0x4033A6B9, 0xBD707687 */ variable 200 S = 1.0+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*( in erfc2()
|
D | erff.c | 61 sa1 = 1.9651271820e+01, /* 0x419d35ce */ variable 110 S = 1.0f+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*( in erfc2()
|
/third_party/flutter/skia/tests/ |
D | GrAllocatorTest.cpp | 83 GrSTAllocator<1, C> sa1; in DEF_TEST() local
|
/third_party/skia/tests/ |
D | SkTBlockListTest.cpp | 314 SkTBlockList<C, 1> sa1; in DEF_TEST() local 315 run_allocator_test(&sa1, reporter); in DEF_TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonRegisterInfo.td | 136 def SA1: Rc<2, "sa1", ["c2"]>, DwarfRegNum<[69]>; 168 def C3_2 : Rcc<2, "c3:2", [SA1, LC1], ["lc1:sa1"]>, DwarfRegNum<[69]>;
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctputil.c | 4984 sctp_cmpaddr(struct sockaddr *sa1, struct sockaddr *sa2) argument 4988 if (sa1 == NULL || sa2 == NULL) 4992 if (sa1->sa_family != sa2->sa_family) 4995 switch (sa1->sa_family) { 5002 sin6_1 = (struct sockaddr_in6 *)sa1; 5014 sin_1 = (struct sockaddr_in *)sa1; 5024 sconn_1 = (struct sockaddr_conn *)sa1;
|
/third_party/boost/libs/units/example/ |
D | systems.cpp | 289 quantity<steradian_solid_angle> sa1(1.0*steradians); in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM() local 291 std::cout << sa1 << std::endl in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | Latn_Bopo.txt | 1212 sa1 ← ㄙㄚ;
|
/third_party/icu/icu4c/source/data/translit/ |
D | Latn_Bopo.txt | 1212 sa1 ← ㄙㄚ;
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | Latn_Bopo.txt | 1211 sa1 ← ㄙㄚ;
|