Home
last modified time | relevance | path

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

/external/bcc/examples/usdt_sample/scripts/
Dlat_avg.py22 this_count = int(args.count) variable
29 if this_count < 1:
31 this_count = 1 variable
99 bpf_text = bpf_text.replace("SAMPLE_COUNT", str(this_count))
/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/mesa3d/src/gallium/drivers/vc4/
Dvc4_draw.c451 uint32_t this_count = count; in vc4_draw_vbo() local
459 u_split_draw(info, max_verts, &this_count, &step); in vc4_draw_vbo()
463 array.length = this_count; in vc4_draw_vbo()
/external/crosvm/qcow_utils/src/
Dqcow_img.rs259 let this_count = if let Some(count) = count { in dd() localVariable
264 let nread = src_file.read(&mut buf[..this_count]).map_err(|_| ())?; in dd()
/external/crosvm/disk/src/
Ddisk.rs172 let this_count = min(CHUNK_SIZE as u64, size - read_count) as usize; in convert_copy() localVariable
174 .read(&mut buf[..this_count]) in convert_copy()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c1107 unsigned this_count = count; in lima_draw_vbo_count() local
1110 u_split_draw(info, max_verts, &this_count, &step); in lima_draw_vbo_count()
1113 local_info.count = this_count; in lima_draw_vbo_count()
/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/llvm-project/llvm/test/Transforms/Scalarizer/
Dbasic.ll405 ; CHECK: %this_count = phi i32 [ %count, %entry ], [ %next_count, %loop ]
416 %this_count = phi i32 [ %count, %entry ], [ %next_count, %loop ]
419 %next_count = sub i32 %this_count, 1