Home
last modified time | relevance | path

Searched refs:num_group (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/network/stress/ns-tools/
Dns-mcast_join.c70 size_t num_group; /* Number of the groups */ variable
248 num_group = opt_ul; in parse_options()
304 num_sock = num_group; in join_group()
321 num_group = idx - j - 1; in join_group()
337 for (idx = 0; idx < num_group; idx++) { in join_group()
374 num_group--; in join_group()
393 num_group--; in join_group()
405 fprintf(stdout, "%zu groups\n", num_group); in join_group()
/external/deqp/external/openglcts/modules/gles31/
Des31cComputeShaderTests.cpp4959 const GLuint num_group[3] = { 3, 2, 1 }; in Run() local
4962 glBufferData(GL_DISPATCH_INDIRECT_BUFFER, sizeof(num_group), num_group, GL_STATIC_DRAW); in Run()
5002 const GLuint num_group[3] = { 3, 2, 1 }; in Run() local
5005 glBufferData(GL_DISPATCH_INDIRECT_BUFFER, sizeof(num_group), num_group, GL_STATIC_DRAW); in Run()
/external/deqp/external/openglcts/modules/gl/
Dgl4cComputeShaderTests.cpp5993 const GLuint num_group[3] = { 3, 2, 1 }; in Run() local
5996 glBufferData(GL_DISPATCH_INDIRECT_BUFFER, sizeof(num_group), num_group, GL_STATIC_DRAW); in Run()
6035 const GLuint num_group[3] = { 3, 2, 1 }; in Run() local
6038 glBufferData(GL_DISPATCH_INDIRECT_BUFFER, sizeof(num_group), num_group, GL_STATIC_DRAW); in Run()