Searched refs:mem_len (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/tests/memory_api/ |
D | memory_api.py | 40 mem_len = 0 43 mem_len = int(m.group(1)) 57 (vma_start < (mem_start + mem_len))): 61 expected_vma_count = mem_len >> vma_max_shift 62 if (mem_len % (1 << vma_max_shift)): 66 logging.info("%s %s %d %d", hex(mem_start), hex(mem_len), vma_count,
|
/external/syslinux/gpxe/src/drivers/net/ |
D | depca.c | 465 static Address mem_len, offset; 762 mem_len = (adapter == DEPCA) ? (48 << 10) : (64 << 10); 767 mem_len -= (32 << 10); 773 mem_start + mem_len, eth_ntoa ( nic->node_addr ) );
|
/external/syslinux/core/lwip/src/core/ |
D | pbuf.c | 1117 pbuf_memfind(struct pbuf* p, const void* mem, u16_t mem_len, u16_t start_offset) in pbuf_memfind() argument 1120 u16_t max = p->tot_len - mem_len; in pbuf_memfind() 1121 if (p->tot_len >= mem_len + start_offset) { in pbuf_memfind() 1123 u16_t plus = pbuf_memcmp(p, i, mem, mem_len); in pbuf_memfind()
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | pbuf.h | 147 u16_t pbuf_memfind(struct pbuf* p, const void* mem, u16_t mem_len, u16_t start_offset);
|