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

  /external/libnl/include/linux-private/linux/
if_bad.h 138 unsigned long mem_end; member in struct:ifmap
if_link.h 76 __u64 mem_end; member in struct:rtnl_link_ifmap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if.h 115 unsigned long int mem_end; member in struct:ifmap
  /art/runtime/
mem_map.cc 1093 uint8_t* const mem_end = mem_begin + length; local
    [all...]
  /external/libpcap/
pcap-dos.h 147 DWORD mem_end; /* shared mem end */ member in struct:device
  /bionic/libc/kernel/uapi/linux/
if.h 120 unsigned long mem_end; member in struct:ifmap
if_link.h 77 __u64 mem_end; member in struct:rtnl_link_ifmap
  /external/iproute2/include/uapi/linux/
if.h 194 unsigned long mem_end; member in struct:ifmap
if_link.h 81 __u64 mem_end; member in struct:rtnl_link_ifmap
  /external/kernel-headers/original/uapi/linux/
if.h 196 unsigned long mem_end; member in struct:ifmap
if_link.h 81 __u64 mem_end; member in struct:rtnl_link_ifmap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if.h 139 unsigned long mem_end; member in struct:ifmap
if_link.h 76 __u64 mem_end; member in struct:rtnl_link_ifmap
  /external/mesa3d/src/intel/tools/
aubinator.c 948 uint32_t *mem_end; member in struct:aub_file
1133 size_t old_size = (file->mem_end - file->map) * 4;
1140 file->mem_end = file->map + (new_size / 4);
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
eepro.c 295 static unsigned int mem_start, mem_end = RCV_DEFAULT_RAM / 1024; variable
603 if ((mem_end & 0x3F) < 3 || (mem_end & 0x3F) > 29)
604 mem_end = RCV_UPPER_LIMIT << 8;
606 mem_end = mem_end * 1024 + (RCV_LOWER_LIMIT << 8);
607 rcv_ram = mem_end - (RCV_LOWER_LIMIT << 8);
609 printf(", Rx mem %dK, if %s\n", (mem_end - mem_start) >> 10,
  /external/valgrind/include/vki/
vki-linux.h 784 unsigned long mem_end; member in struct:vki_ifmap
    [all...]

Completed in 350 milliseconds