HomeSort by relevance Sort by last modified time
    Searched refs:num_loop (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/mem/mtest07/
mallocstress.c 91 int num_loop = MAXL; /* number of loops to perform */ variable
247 /* global num_loop is how many iterations to run */
267 int err = allocate_free(num_loop, ((uintptr_t) threadnum) % 4);
308 if ((num_loop = atoi(optarg)) == 0)
310 else if (num_loop < 1) {
313 num_loop = MAXL;
331 dprt(("number of times to loop in the thread = %d\n", num_loop));
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 299 LLVMValueRef num_loop,
396 num_loop,
410 num_loop, "color");
419 num_loop, "color1");
2545 LLVMValueRef num_loop = lp_build_const_int32(gallivm, num_fs); local
    [all...]

Completed in 850 milliseconds