Searched refs:this_count (Results 1 – 9 of 9) sorted by relevance
/external/bcc/examples/usdt_sample/scripts/ |
D | lat_avg.py | 22 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/ |
D | semistatic_map.templates.h | 62 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/ |
D | debug_grpc_io_utils_test.cc | 204 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/crosvm/qcow_utils/src/ |
D | qcow_img.rs | 259 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/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_draw.c | 451 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/disk/src/ |
D | disk.rs | 172 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/ |
D | lima_draw.c | 1107 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/ |
D | basic.ll | 424 ; 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/ |
D | basic.ll | 405 ; 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
|