Home
last modified time | relevance | path

Searched refs:NumPages (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc109 const size_t NumPages = (NumBytes + PageSize - 1) / PageSize;
115 void *Addr = ::mmap(reinterpret_cast<void *>(Start), PageSize * NumPages,
138 Result.AllocatedSize = PageSize * NumPages;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp850 uint64_t NumPages = (DataSize + wasm::WasmPageSize - 1) / wasm::WasmPageSize; in writeImportSection() local
871 encodeULEB128(NumPages, W->OS); // initial in writeImportSection()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdproto.h110 bit32 *NumPages
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_cnfg.h1919 U8 NumPages; /* 0x0C */ member