Home
last modified time | relevance | path

Searched refs:POSIX_MADV_RANDOM (Results 1 - 19 of 19) sorted by relevance

/third_party/musl/libc-test/src/api/
H A Dsys_mman.c29 C(POSIX_MADV_RANDOM) in f()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmman.h67 #define POSIX_MADV_RANDOM 1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h72 #define POSIX_MADV_RANDOM 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h72 #define POSIX_MADV_RANDOM 1 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h76 #define POSIX_MADV_RANDOM 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h72 #define POSIX_MADV_RANDOM 1 macro
/third_party/musl/include/sys/
H A Dmman.h73 #define POSIX_MADV_RANDOM 1 macro
/third_party/icu/icu4c/source/common/
H A Dumapfile.cpp253 posix_madvise(data, length, POSIX_MADV_RANDOM); in uprv_mapFile()
/third_party/node/deps/icu-small/source/common/
H A Dumapfile.cpp253 posix_madvise(data, length, POSIX_MADV_RANDOM); in uprv_mapFile()
/third_party/skia/third_party/externals/icu/source/common/
H A Dumapfile.cpp253 posix_madvise(data, length, POSIX_MADV_RANDOM); in uprv_mapFile()
/third_party/rust/crates/rustix/src/backend/libc/mm/
H A Dtypes.rs311 /// `POSIX_MADV_RANDOM`
313 Random = c::POSIX_MADV_RANDOM,
315 /// `POSIX_MADV_RANDOM`
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs362 pub const POSIX_MADV_RANDOM: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs872 pub const POSIX_MADV_RANDOM: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs795 pub const POSIX_MADV_RANDOM: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2319 pub const POSIX_MADV_RANDOM: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1644 pub const POSIX_MADV_RANDOM: ::c_int = 1; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2282 pub const POSIX_MADV_RANDOM: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1603 pub const POSIX_MADV_RANDOM: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3236 pub const POSIX_MADV_RANDOM: ::c_int = 1; consts

Completed in 68 milliseconds