Searched defs:PAGESIZE (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
H A DOhcPeim.h46 #define PAGESIZE 4096 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_mmap.py8 PAGESIZE = mmap.PAGESIZE variable
29 f.write('\0'* PAGESIZE)
31 f.write('\0'* (PAGESIZE-3) )
33 m = mmap.mmap(f.fileno(), 2 * PAGESIZE)
39 self.assertEqual(m.find('foo'), PAGESIZE)
41 self.assertEqual(len(m), 2*PAGESIZE)
52 m[PAGESIZE +3: PAGESIZE +3+3] = 'bar'
57 self.assertEqual(m[PAGESIZE
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhcPeim.h45 #define PAGESIZE 4096 macro

Completed in 52 milliseconds