Home
last modified time | relevance | path

Searched refs:NO_SIZE (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/libcxx/language.support/support.dynamic/
Dlibcpp_deallocate.sh.cpp115 #ifndef NO_SIZE
152 #if defined(NO_SIZE) && defined(NO_ALIGN) in test_libcpp_dealloc()
158 #elif defined(NO_SIZE) in test_libcpp_dealloc()
196 #if defined(NO_SIZE) && defined(NO_ALIGN) in test_allocator_and_new_match()
209 #elif defined(NO_SIZE) in test_allocator_and_new_match()
/external/e2fsprogs/lib/support/
Dplausible.h23 #define NO_SIZE 0x0010 macro
Dplausible.c190 if ((fd < 0) && (errno == ENOENT) && (flags & NO_SIZE)) { in check_plausibility()
/external/libxml2/
Dtrio.c380 NO_SIZE = -1, enumerator
1281 varsize = NO_SIZE;
/external/e2fsprogs/misc/
Dmke2fs.c1917 flags |= NO_SIZE; in PRS()