Home
last modified time | relevance | path

Searched refs:this_count (Results 1 – 6 of 6) sorted by relevance

/external/bcc/examples/usdt_sample/scripts/
Dlat_avg.py21 this_count = int(args.count) variable
28 if this_count < 1:
30 this_count = 1 variable
98 bpf_text = bpf_text.replace("SAMPLE_COUNT", str(this_count))
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_draw.c447 uint32_t this_count = count; in vc4_draw_vbo() local
458 this_count = step = max_verts; in vc4_draw_vbo()
461 this_count = step = max_verts - (max_verts % 2); in vc4_draw_vbo()
464 this_count = max_verts; in vc4_draw_vbo()
468 this_count = max_verts; in vc4_draw_vbo()
475 this_count = step = max_verts - (max_verts % 3); in vc4_draw_vbo()
478 this_count = max_verts; in vc4_draw_vbo()
484 this_count = step = max_verts; in vc4_draw_vbo()
490 array.length = this_count; in vc4_draw_vbo()
/external/google-fruit/include/fruit/impl/data_structures/
Dsemistatic_map.templates.h62 Unsigned& this_count = count[hash((*itr).first)]; in SemistaticMap() local
63 ++this_count; in SemistaticMap()
64 if (this_count == beta) { in SemistaticMap()
/external/tensorflow/tensorflow/core/debug/
Ddebug_grpc_io_utils_test.cc204 int this_count; in TEST_F() local
207 this_count = tensor_count++; in TEST_F()
214 strings::StrCat("synchronized_node_", this_count), 0, in TEST_F()
216 tensors[this_count], wall_time, urls); in TEST_F()
221 if (this_count == kSends - 1 && !all_done.HasBeenNotified()) { in TEST_F()
/external/llvm/test/Transforms/Scalarizer/
Dbasic.ll424 ; CHECK: %this_count = phi i32 [ %count, %entry ], [ %next_count, %loop ]
435 %this_count = phi i32 [ %count, %entry ], [ %next_count, %loop ]
438 %next_count = sub i32 %this_count, 1
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Scalarizer/
Dbasic.ll424 ; CHECK: %this_count = phi i32 [ %count, %entry ], [ %next_count, %loop ]
435 %this_count = phi i32 [ %count, %entry ], [ %next_count, %loop ]
438 %next_count = sub i32 %this_count, 1