Searched defs:start_max (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/com32/lib/syslinux/
H A Dzonelist.c346 addr_t start_min, addr_t start_max,
388 if (start > start_max || start >= end)
343 syslinux_memmap_find(struct syslinux_memmap *mmap, addr_t *base, size_t size, bool relocate, size_t align, addr_t start_min, addr_t start_max, addr_t end_min, addr_t end_max) argument
/external/libyuv/files/util/
H A Dssim.cc291 static int start_max(int x, int y) { function
302 const int start_x = start_max(image_width - 8 + KERNEL_X, KERNEL_X);
303 const int start_y = start_max(image_height - KERNEL_Y, KERNEL_Y);

Completed in 172 milliseconds