HomeSort by relevance Sort by last modified time
    Searched defs:mmap_length (Results 1 - 5 of 5) sorted by null

  /hardware/intel/bootstub/
mb.h 87 u32 mmap_length; member in struct:__anon42038
  /external/syslinux/com32/mboot/
mb_info.h 138 uint32_t mmap_length; member in struct:multiboot_info
  /external/syslinux/gpxe/src/arch/i386/include/
multiboot.h 115 uint32_t mmap_length; member in struct:multiboot_info
  /build/make/tools/ijar/
zip.cc 994 size_t mmap_length = std::min(estimated_size + sysconf(_SC_PAGESIZE), local
997 void *zipdata_out = mmap(NULL, mmap_length, PROT_WRITE
    [all...]
  /external/python/cpython2/Modules/
mmapmodule.c 732 mmap_length(mmap_object *self) function
996 (lenfunc)mmap_length, /*sq_length*/
1006 (lenfunc)mmap_length,
    [all...]

Completed in 538 milliseconds