Home
last modified time | relevance | path

Searched defs:ONE_K (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/nix/test/sys/
Dtest_mman.rs30 const ONE_K: size_t = 1024; in test_mremap_grow() constant
88 const ONE_K: size_t = 1024; in test_mremap_shrink() constant
Dtest_prctl.rs132 const ONE_K: libc::size_t = 1024; in test_set_vma_anon_name() constant
/external/toybox/toys/pending/
Dfdisk.c43 #define ONE_K 1024 macro