Home
last modified time | relevance | path

Searched defs:EndPage (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/scudo/standalone/tests/
H A Drelease_test.cpp257 const scudo::uptr EndPage = (CurrentBlock + BlockSize - 1) / PageSize; in testReleaseFreeMemoryToOS() local
287 const scudo::uptr EndPage = in testReleaseFreeMemoryToOS() local
/aosp_15_r20/external/libcups/filter/
H A Drastertohp.c351 EndPage(void) in EndPage() function
H A Drastertolabel.c437 EndPage(ppd_file_t *ppd, /* I - PPD file */ in EndPage() function
H A Drastertoepson.c325 EndPage( in EndPage() function
/aosp_15_r20/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
DgenPCLm.cpp1612 int PCLmGenerator::EndPage(void **pOutBuffer, int *iOutBufferSize) { in EndPage() function in PCLmGenerator
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs88832 pub fn EndPage(hdc: HDC) -> ::std::os::raw::c_int; in EndPage() function