Searched refs:_total (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/test/ |
D | memory_tree.test | 11 # CHECK-NEXT: "_total": {{[0-9]+}}, 14 # CHECK-NEXT: "_total": {{[0-9]+}}, 17 # CHECK-NEXT: "_total": {{[0-9]+}}, 20 # CHECK-NEXT: "_total": {{[0-9]+}}, 23 # CHECK-NEXT: "_total": {{[0-9]+}} 28 # CHECK-NEXT: "_total": {{[0-9]+}}, 31 # CHECK-NEXT: "_total": {{[0-9]+}} 35 # CHECK-NEXT: "_total": {{[0-9]+}} 39 # CHECK-NEXT: "_total": {{[0-9]+}} 43 # CHECK-NEXT: "_total": {{[0-9]+}} [all …]
|
/external/llvm-project/llvm/tools/opt-viewer/ |
D | optpmap.py | 6 _total = None variable 11 global _total 13 _total = total 22 sys.stdout.write('\r\t{} of {}'.format(_current.value, _total.value)) 39 global _total 41 _total = multiprocessing.Value('i', len(iterable)) 48 initargs=(_current, _total,),
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog.h | 19 UInt64 _total; variable 22 CProgressSync(): _stopped(false), _paused(false), _total(1), _completed(0) {} in CProgressSync() 48 _total = total; in SetProgress() 59 total = _total; in GetProgress()
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_stats.h | 334 uint64_t _total; variable 340 KMP_DEBUG_ASSERT(t == _total); in check() 353 _total = o._total; in logHistogram() 365 _total = 0; in reset() 379 _total += o._total;
|
D | kmp_stats.cpp | 197 _total++; in addSample() 209 _total++; in addSample()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_debug.c | 350 static uint64_t _total = 0; in lp_debug_draw_bins_by_coverage() local 396 _total += total; in lp_debug_draw_bins_by_coverage() 402 _total, in lp_debug_draw_bins_by_coverage() 404 (double) _total * 100.0 / (double)_possible); in lp_debug_draw_bins_by_coverage()
|
/external/tensorflow/tensorflow/stream_executor/tpu/ |
D | tpu_executor.cc | 213 int64_t _total; in DeviceMemoryUsage() local 215 &_total)) { in DeviceMemoryUsage() 217 *total = _total; in DeviceMemoryUsage()
|
/external/tensorflow/tensorflow/python/keras/ |
D | metrics.py | 2954 self._total = None 2964 self._total = self.add_weight( 2975 return self._total if self._built else None 3020 update_total_op = self._total.assign_add(values)
|