Home
last modified time | relevance | path

Searched refs:rsize_t (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/Headers/
Dc11.c26 rsize_t x = 0;
40 rsize_t x2 = RSIZE_MAX;
Darm64-apple-ios-types.cpp76 static_assert(is_same<long unsigned int, ::rsize_t>::value, "::rsize_t is wrong");
Dx86_64-apple-macosx-types.cpp76 static_assert(is_same<long unsigned int, ::rsize_t>::value, "::rsize_t is wrong");
Dthumbv7-apple-ios-types.cpp76 static_assert(is_same<long unsigned int, ::rsize_t>::value, "::rsize_t is wrong");
/external/clang/lib/Headers/
Dstddef.h76 typedef __SIZE_TYPE__ rsize_t; typedef
/external/rust/crates/libc/src/unix/nto/
Dmod.rs20 pub type rsize_t = c_ulong; typedef