HomeSort by relevance Sort by last modified time
    Searched refs:PAGE_ALIGN (Results 1 - 7 of 7) sorted by null

  /external/linux-kselftest/tools/testing/selftests/vm/
mlock-random-test.c 23 #define PAGE_ALIGN(size, ps) (((size) + ((ps) - 1)) & ~((ps) - 1))
190 if (locked_vm_size > PAGE_ALIGN(alloc_size, page_size) + page_size) {
  /external/pcre/dist2/src/sljit/
sljitUtils.c 280 #undef PAGE_ALIGN
  /external/python/cpython2/Lib/plat-atheos/
IN.py 521 def PAGE_ALIGN(addr): return (((addr)+PAGE_SIZE-1)&PAGE_MASK)
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.c 47 #define PAGE_ALIGN(value) ALIGN_TO(value, 4096)
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostcode.c 46 #define PAGE_ALIGN(value) ALIGN_TO(value, 4096)
    [all...]
tng_hostcode.c 58 #define PAGE_ALIGN(value) ALIGN_TO(value, 4096)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 1051 milliseconds