/third_party/lz4/tests/ |
H A D | Makefile | 252 $(LZ4) -v --content-size $(FPREFIX) -c | $(LZ4) -d > $(FPREFIX)-dup 253 $(DIFF) $(FPREFIX) $(FPREFIX)-dup
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | command_line_interface_unittest.cc | 76 using google::protobuf::io::win32::dup; 2529 duped_stdin_ = dup(STDIN_FILENO); in SetUp()
|
/kernel/linux/linux-5.10/ipc/ |
H A D | sem.c | 1994 unsigned long dup = 0, jiffies_left = 0; in do_semtimedop() local 2031 if (dup & mask) { in do_semtimedop() 2042 dup |= mask; in do_semtimedop()
|
/kernel/linux/linux-6.6/ipc/ |
H A D | sem.c | 1994 unsigned long dup = 0; in __do_semtimedop() local 2020 if (dup & mask) { in __do_semtimedop() 2031 dup |= mask; in __do_semtimedop()
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/crypto/aes/ |
H A D | vpaes-armv8.S | 722 dup v0.4s, v0.s[3] // vpshufd $0xFF, %xmm0, %xmm0 792 dup v0.4s, v7.s[3] 831 dup v0.4s, v0.s[3] // vpshufd $0xFF, %xmm0, %xmm0
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/aes/ |
H A D | vpaes-armv8.S | 722 dup v0.4s, v0.s[3] // vpshufd $0xFF, %xmm0, %xmm0 792 dup v0.4s, v7.s[3] 831 dup v0.4s, v0.s[3] // vpshufd $0xFF, %xmm0, %xmm0
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/aes/ |
H A D | vpaes-armv8.S | 722 dup v0.4s, v0.s[3] // vpshufd $0xFF, %xmm0, %xmm0 792 dup v0.4s, v7.s[3] 831 dup v0.4s, v0.s[3] // vpshufd $0xFF, %xmm0, %xmm0
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_renderer_virtgpu.c | 368 int pending_fd = dup(sync_fd); in sim_syncobj_submit() 370 vn_log(gpu->instance, "failed to dup sync fd"); in sim_syncobj_submit() 463 fd = dup(syncobj->pending_fd); in sim_syncobj_export() 465 fd = dup(sim.signaled_fd); in sim_syncobj_export()
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/crypto/aes/ |
H A D | vpaes-armv8.S | 722 dup v0.4s, v0.s[3] // vpshufd $0xFF, %xmm0, %xmm0 792 dup v0.4s, v7.s[3] 831 dup v0.4s, v0.s[3] // vpshufd $0xFF, %xmm0, %xmm0
|
/third_party/vixl/test/aarch64/ |
H A D | test-trace-aarch64.cc | 776 __ dup(v6.V16B(), v7.B(), 7); in GenerateTestSequenceNEON() 777 __ dup(v9.V16B(), w20); in GenerateTestSequenceNEON() 778 __ dup(v12.V2D(), v13.D(), 1); in GenerateTestSequenceNEON() 779 __ dup(v9.V2D(), xzr); in GenerateTestSequenceNEON() 780 __ dup(v4.V2S(), v26.S(), 2); in GenerateTestSequenceNEON() 781 __ dup(v3.V2S(), w12); in GenerateTestSequenceNEON() 782 __ dup(v22.V4H(), v5.H(), 7); in GenerateTestSequenceNEON() 783 __ dup(v16.V4H(), w25); in GenerateTestSequenceNEON() 784 __ dup(v20.V4S(), v10.S(), 2); in GenerateTestSequenceNEON() 785 __ dup(v1 in GenerateTestSequenceNEON() [all...] |
H A D | test-cpu-features-aarch64.cc | 907 TEST_NEON(dup_0, dup(v0.V8B(), v1.B(), 11)) 908 TEST_NEON(dup_1, dup(v0.V16B(), v1.B(), 11)) 909 TEST_NEON(dup_2, dup(v0.V4H(), v1.H(), 2)) 910 TEST_NEON(dup_3, dup(v0.V8H(), v1.H(), 5)) 911 TEST_NEON(dup_4, dup(v0.V2S(), v1.S(), 3)) 912 TEST_NEON(dup_5, dup(v0.V4S(), v1.S(), 0)) 913 TEST_NEON(dup_6, dup(v0.V2D(), v1.D(), 0)) 914 TEST_NEON(dup_7, dup(b0, v1.B(), 14)) 915 TEST_NEON(dup_8, dup(h0, v1.H(), 7)) 916 TEST_NEON(dup_9, dup(s [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/ |
H A D | resolve_test.c | 461 dfd = dup(rootfd); in test_openat2_opath_tests()
|
/kernel/linux/linux-5.10/tools/testing/selftests/memfd/ |
H A D | memfd_test.c | 162 r = dup(fd); in mfd_assert_dup() 164 printf("dup(%d) failed: %m\n", fd); in mfd_assert_dup() 884 * Test sharing via dup() 960 * This is *not* like dup(), but like a real separate open(). Make sure the
|
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/ |
H A D | resolve_test.c | 461 dfd = dup(rootfd); in test_openat2_opath_tests()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | sbrdsp_neon.S | 182 dup v1.4S, v0.S[0]
|
H A D | vp9itxfm_neon.S | 264 dup v4.4h, v2.h[0] 403 dup v16.8h, v2.h[0] 493 dup v2.8h, v2.h[0] 1059 dup v2.8h, v2.h[0]
|
/third_party/lame/misc/ |
H A D | ath.c | 608 close ( dup ( fileno(stdout) ) ); in report_close()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ls.c | 328 // Read directory contents. We dup() the fd because this will close it. in listfiles() 330 } else dirtree_recurse(indir, filter, dup(dirfd), in listfiles()
|
/third_party/toybox/toys/pending/ |
H A D | strace.c | 478 SC(dup, "f"); in print_enter()
|
/third_party/toybox/toys/posix/ |
H A D | ls.c | 339 // Read directory contents. We dup() the fd because this will close it. in listfiles() 341 } else dirtree_recurse(indir, filter, dup(dirfd), in listfiles()
|
/third_party/protobuf/ruby/tests/ |
H A D | basic.rb | 18 optional :dup, :int32, 1
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-sve-aarch64.cc | 56 // Otherwise, fall back to dup + ADD_z_z/SUB_z_z. in AddSubHelper() 381 dup(zd, 0); in Cpy() 487 dup(zd, imm8, shift); in Dup() 497 dup(zd, scratch); in Dup()
|
/third_party/python/Lib/test/ |
H A D | test_collections.py | 2183 def check(dup): 2184 msg = "\ncopy: %s\nwords: %s" % (dup, words) 2185 self.assertIsNot(dup, words, msg) 2186 self.assertEqual(dup, words)
|
/kernel/linux/linux-5.10/fs/ |
H A D | file.c | 1250 SYSCALL_DEFINE1(dup, unsigned int, fildes) in SYSCALL_DEFINE1()
|
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | sys.h | 205 * int dup(int fd); 215 int dup(int fd) in dup() function
|