Home
last modified time | relevance | path

Searched refs:MAX_MEM (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
H A D4-1.c52 #define MAX_MEM ((1<<20)) macro
67 rl.rlim_max = MAX_MEM; in child()
68 rl.rlim_cur = MAX_MEM; in child()
/third_party/backends/sanei/
H A Dsanei_wire.c207 if (((unsigned int) len) > MAX_MEM in sanei_w_array()
208 || ((unsigned int) len * element_size) > MAX_MEM in sanei_w_array()
209 || (w->allocated_memory + len * element_size) > MAX_MEM) in sanei_w_array()
213 MAX_MEM, (unsigned long)(len * element_size), in sanei_w_array()
214 (unsigned long)(MAX_MEM + len * element_size)); in sanei_w_array()
288 if (value_size > MAX_MEM) in sanei_w_ptr()
292 MAX_MEM, (unsigned long)value_size, in sanei_w_ptr()
/third_party/backends/include/sane/
H A Dsanei_wire.h48 #define MAX_MEM (1024 * 1024) macro
/third_party/lz4/tests/
H A Dfullbench.c68 #define MAX_MEM (1920 MB) macro
141 if (requiredMem > MAX_MEM) requiredMem = MAX_MEM; in BMK_findMaxMem()

Completed in 4 milliseconds