Home
last modified time | relevance | path

Searched refs:segsize (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/nix/test/sys/
H A Dtest_sockopt.rs119 let segsize: u32 = 873; in test_so_tcp_maxseg()
120 assert!(initial < segsize); in test_so_tcp_maxseg()
121 setsockopt(rsock, sockopt::TcpMaxSeg, &segsize).unwrap(); in test_so_tcp_maxseg()
143 assert!((segsize - 100) <= actual); in test_so_tcp_maxseg()
144 assert!(actual <= segsize); in test_so_tcp_maxseg()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dsymbolize_test.cc294 const auto segsize = info->dlpi_phdr[i].p_memsz; in FilterElfHeader() local
304 vaddr, reinterpret_cast<const char *>(vaddr) + segsize, in FilterElfHeader()
/third_party/NuttX/include/nuttx/
H A Dscsi.h755 uint8_t segsize[2]; /* 14-15: Cache segment size */ member

Completed in 7 milliseconds