Searched refs:num_fuzz_objects (Results 1 – 3 of 3) sorted by relevance
284 var num_fuzz_objects = 10000; // The higher, the more thorough :)294 for (var i = 0; i < num_fuzz_objects; i++) {325 for (var i = 0; i < num_fuzz_objects; i++) {
221 $num_fuzz_objects = 1000;230 for ($i = 0; $i < $num_fuzz_objects; $i++) {278 for ($i = 0; $i < $num_fuzz_objects; $i++) {
696 const int num_fuzz_objects = 10000; // The higher, the more thorough :) in FuzzTest1() local702 flatbuffers::uoffset_t objects[num_fuzz_objects]; in FuzzTest1()706 for (int i = 0; i < num_fuzz_objects; i++) { in FuzzTest1()736 for (int i = 0; i < num_fuzz_objects; i++) { in FuzzTest1()