Lines Matching defs:ONE_MEG
145 #define ONE_MEG (1024 * 1024)
161 ret = dmabuf_heap_alloc(heap_fd, ONE_MEG, 0, &dmabuf_fd);
169 ONE_MEG,
182 memset(p, 1, ONE_MEG / 2);
183 memset((char *)p + ONE_MEG / 2, 0, ONE_MEG / 2);
201 memset(p, 0xff, ONE_MEG);
210 munmap(p, ONE_MEG);
296 ret = dmabuf_heap_alloc_older(heap_fd, ONE_MEG, 0, &dmabuf_fd);
305 ret = dmabuf_heap_alloc_newer(heap_fd, ONE_MEG, 0, &dmabuf_fd);
331 ret = dmabuf_heap_alloc(0, ONE_MEG, 0x111111, &dmabuf_fd);
338 ret = dmabuf_heap_alloc(heap_fd, ONE_MEG, 0x111111, &dmabuf_fd);
345 ret = dmabuf_heap_alloc_fdflags(heap_fd, ONE_MEG,