Home
last modified time | relevance | path

Searched refs:amt2 (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-stats-common.h73 static int expect_greater_equal(long long amt1, long long amt2, const char *amt1_name, const char *amt2_name) in expect_greater_equal() argument
75 if (amt1 >= amt2) { in expect_greater_equal()
78 t_error("Expected %s(value: %lld) to be >= %s(value: %lld)\n", amt1_name, amt1, amt2_name, amt2); in expect_greater_equal()
/third_party/rust/crates/libc/src/
H A Dwasi.rs455 pub fn calloc(amt: size_t, amt2: size_t) -> *mut c_void; in calloc()

Completed in 6 milliseconds