Searched refs:NumPages (Results 1 – 4 of 4) sorted by relevance
109 const size_t NumPages = (NumBytes + PageSize - 1) / PageSize;115 void *Addr = ::mmap(reinterpret_cast<void *>(Start), PageSize * NumPages,138 Result.AllocatedSize = PageSize * NumPages;
850 uint64_t NumPages = (DataSize + wasm::WasmPageSize - 1) / wasm::WasmPageSize; in writeImportSection() local871 encodeULEB128(NumPages, W->OS); // initial in writeImportSection()
110 bit32 *NumPages
1919 U8 NumPages; /* 0x0C */ member