Home
last modified time | relevance | path

Searched defs:pageSize (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/
H A Dos.d296 const pageSize = sysconf(_SC_PAGESIZE); in version() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Daligned_block_list.d592 enum pageSize = 4096; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/safestack/
H A Dsafestack.cc77 static unsigned pageSize; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dmemory.d178 immutable size_t pageSize; variable
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapsearch.c259 static ber_int_t pageSize = 0; variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d3888 enum pageSize = 1 << Prefix[level].bitSize; in addValue() local
3966 enum pageSize = 1 << Prefix[level].bitSize; in spillToNextPageImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h2164 uint8_t pageSize; /* log2(page size in bytes); 0 => infinite */ member