Searched refs:num_funcs (Results 1 – 4 of 4) sorted by relevance
736 const unsigned num_funcs = sizeof(blend_funcs)/sizeof(blend_funcs[0]); variable755 for(rgb_func = blend_funcs; rgb_func < &blend_funcs[num_funcs]; ++rgb_func) { in test_all()756 for(alpha_func = blend_funcs; alpha_func < &blend_funcs[num_funcs]; ++alpha_func) { in test_all()811 rgb_func = &blend_funcs[rand() % num_funcs]; in test_some()812 alpha_func = &blend_funcs[rand() % num_funcs]; in test_some()
266 UINT num_funcs = exports->NumberOfFunctions; in EnumExports() local274 for (UINT count = 0; count < num_funcs; count++) { in EnumExports()
267 UINT num_funcs = exports->NumberOfFunctions; in EnumExports() local275 for (UINT count = 0; count < num_funcs; count++) { in EnumExports()