Home
last modified time | relevance | path

Searched defs:fd4 (Results 1 – 10 of 10) sorted by relevance

/external/rust/android-crates-io/crates/nix/test/sys/
Dtest_sockopt.rs331 let fd4 = socket( in test_ttl_opts() localVariable
354 let fd4 = socket( in test_multicast_ttl_opts_ipv4() localVariable
395 let fd4 = socket( in test_dontfrag_opts() localVariable
/external/libpcap/
Dfad-glifc.c82 register int fd4, fd6, fd; in pcapint_findalldevs_interfaces() local
/external/ltp/testcases/kernel/syscalls/execveat/
Dexecveat01.c34 static int fd1, fd4; variable
/external/ltp/testcases/kernel/syscalls/read/
Dread02.c39 static int fd2, fd3, fd4 = -1; variable
/external/ltp/testcases/kernel/syscalls/pwritev/
Dpwritev02.c32 static int fd4[2]; variable
/external/ltp/testcases/kernel/syscalls/preadv/
Dpreadv02.c33 static int fd4; variable
/external/ltp/testcases/kernel/syscalls/pwritev2/
Dpwritev202.c36 static int fd4[2]; variable
/external/ltp/testcases/kernel/syscalls/preadv2/
Dpreadv202.c34 static int fd4; variable
/external/perfetto/src/base/threading/
Dstream_unittest.cc266 fd3 = event_fd3.fd(), fd4 = event_fd4.fd(); in TEST_F() local
/external/clang/test/CodeGen/
Datomic-ops.c237 _Bool fd4(struct S *a, struct S *b, struct S *c) { in fd4() function