Searched refs:batch_size (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dforeach-3.m62 unsigned long i, batch_size;
69 batch_size = length - state->state;
72 if (batch_size < 0)
73 batch_size = 0;
75 if (batch_size > len)
76 batch_size = len;
79 for (i = 0; i < batch_size; i++)
82 state->state += batch_size;
85 return batch_size;
H A Dforeach-4.m64 unsigned long i, batch_size;
68 batch_size = length - state->state;
71 if (batch_size < 0)
72 batch_size = 0;
74 if (batch_size > len)
75 batch_size = len;
78 for (i = 0; i < batch_size; i++)
81 state->state += batch_size;
85 return batch_size;
H A Dforeach-5.m62 unsigned long i, batch_size;
66 batch_size = length - state->state;
69 if (batch_size < 0)
70 batch_size = 0;
72 if (batch_size > len)
73 batch_size = len;
76 for (i = 0; i < batch_size; i++)
79 state->state += batch_size;
83 return batch_size;
H A Dforeach-2.m64 unsigned long i, batch_size;
68 batch_size = length - state->state;
71 if (batch_size < 0)
72 batch_size = 0;
74 if (batch_size > len)
75 batch_size = len;
78 for (i = 0; i < batch_size; i++)
81 state->state += batch_size;
85 return batch_size;
/haiku-buildtools/gcc/libcilkrts/runtime/
H A Dframe_malloc.h97 size_t batch_size; member in struct:__cilkrts_frame_cache
H A Dframe_malloc.c189 g->frame_malloc.batch_size = 8000;
190 g->frame_malloc.potential_limit = 4 * g->frame_malloc.batch_size;
285 } while (bytes_allocated < g->frame_malloc.batch_size);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr65240.h4890 double batch_size; member in struct:__anon1059

Completed in 110 milliseconds