Home
last modified time | relevance | path

Searched refs:size_map (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/com32/gplinclude/
Dmemory.h43 void detect_memory_e820(struct e820entry *desc, int size_map, int *size_found);
/external/syslinux/com32/gpllib/
Dmemory.c86 void detect_memory_e820(struct e820entry *desc, int size_map, int *size_found) in detect_memory_e820() argument
149 } while (ireg.ebx.l && count < size_map); in detect_memory_e820()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c1419 int fd, stride, size_map; in dri2_wl_swrast_allocate_buffer() local
1423 size_map = h * stride; in dri2_wl_swrast_allocate_buffer()
1426 fd = os_create_anonymous_file(size_map); in dri2_wl_swrast_allocate_buffer()
1430 data_map = mmap(NULL, size_map, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in dri2_wl_swrast_allocate_buffer()
1437 pool = wl_shm_create_pool(dri2_dpy->wl_shm, fd, size_map); in dri2_wl_swrast_allocate_buffer()
1443 *size = size_map; in dri2_wl_swrast_allocate_buffer()