/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_java.cc | 77 CHECK_LT(heap_begin, heap_begin + heap_size); in __tsan_java_init() 164 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_mutex_lock() 175 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_mutex_unlock() 185 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_mutex_read_lock() 196 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_mutex_read_unlock() 206 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_mutex_lock_rec() 218 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_mutex_unlock_rec() 228 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_acquire() 238 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_release() 248 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_release_store()
|
D | tsan_debugging.cc | 86 CHECK_LT(idx, rep->stacks.Size()); in __tsan_get_report_stack() 97 CHECK_LT(idx, rep->mops.Size()); in __tsan_get_report_mop() 114 CHECK_LT(idx, rep->locs.Size()); in __tsan_get_report_loc() 131 CHECK_LT(idx, rep->mutexes.Size()); in __tsan_get_report_mutex() 145 CHECK_LT(idx, rep->threads.Size()); in __tsan_get_report_thread() 159 CHECK_LT(idx, rep->unique_tids.Size()); in __tsan_get_report_unique_tid()
|
D | tsan_mutexset.cc | 75 CHECK_LT(i, size_); in RemovePos() 85 CHECK_LT(i, size_); in Get()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_java.cpp | 76 CHECK_LT(heap_begin, heap_begin + heap_size); in __tsan_java_init() 180 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_mutex_lock() 191 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_mutex_unlock() 201 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_mutex_read_lock() 212 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_mutex_read_unlock() 222 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_mutex_lock_rec() 234 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_mutex_unlock_rec() 244 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_acquire() 254 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_release() 264 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_release_store()
|
D | tsan_debugging.cpp | 101 CHECK_LT(idx, rep->stacks.Size()); in __tsan_get_report_stack() 112 CHECK_LT(idx, rep->mops.Size()); in __tsan_get_report_mop() 129 CHECK_LT(idx, rep->locs.Size()); in __tsan_get_report_loc() 146 CHECK_LT(idx, rep->locs.Size()); in __tsan_get_report_loc_object_type() 156 CHECK_LT(idx, rep->mutexes.Size()); in __tsan_get_report_mutex() 170 CHECK_LT(idx, rep->threads.Size()); in __tsan_get_report_thread() 184 CHECK_LT(idx, rep->unique_tids.Size()); in __tsan_get_report_unique_tid()
|
D | tsan_external.cpp | 62 CHECK_LT(tag, atomic_load(&used_tags, memory_order_relaxed)); in ExternalAccess() 78 CHECK_LT(new_tag, kExternalTagMax); in __tsan_external_register_tag() 89 CHECK_LT((uptr)tag, kExternalTagMax); in __tsan_external_register_header() 100 CHECK_LT(tag, atomic_load(&used_tags, memory_order_relaxed)); in __tsan_external_assign_tag()
|
D | tsan_mutexset.cpp | 74 CHECK_LT(i, size_); in RemovePos() 84 CHECK_LT(i, size_); in Get()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator_bytemap.h | 26 CHECK_LT(idx, kSize); in set() 31 CHECK_LT(idx, kSize); 69 CHECK_LT(idx, kSize1 * kSize2); in set() 76 CHECK_LT(idx, kSize1 * kSize2); 85 CHECK_LT(idx, kSize1); in Get()
|
D | sanitizer_thread_registry.cpp | 159 CHECK_LT(tid, max_threads_); in CreateThread() 216 CHECK_LT(tid, n_contexts_); in SetThreadName() 238 CHECK_LT(tid, n_contexts_); in DetachThread() 259 CHECK_LT(tid, n_contexts_); in JoinThread() 285 CHECK_LT(tid, n_contexts_); in FinishThread() 309 CHECK_LT(tid, n_contexts_); in StartThread() 342 CHECK_LT(tid, n_contexts_); in SetThreadUserId()
|
D | sanitizer_allocator_secondary.h | 22 inline void EnsureSpace(uptr n) { CHECK_LT(n, kMaxNumChunks); } in EnsureSpace() 42 CHECK_LT(n, kMaxNumChunks); in EnsureSpace() 116 CHECK_LT(size_log, ARRAY_SIZE(stats.by_size_log)); in Allocate() 140 CHECK_LT(idx, n_chunks_); in Deallocate() 200 CHECK_LT(nearest_chunk, h->map_beg + h->map_size); in GetBlockBegin()
|
D | sanitizer_allocator_local_cache.h | 35 CHECK_LT(class_id, kNumClasses); in Allocate() 50 CHECK_LT(class_id, kNumClasses); in Deallocate() 154 CHECK_LT(class_id, kNumClasses); in Allocate() 169 CHECK_LT(class_id, kNumClasses); in Deallocate()
|
D | sanitizer_libignore.cpp | 83 CHECK_LT(idx, ARRAY_SIZE(ignored_code_ranges_)); in OnLibraryLoaded() 112 CHECK_LT(idx, ARRAY_SIZE(instrumented_code_ranges_)); in OnLibraryLoaded()
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | draw_bounding_box_op.cc | 152 CHECK_LT(min_box_row_clamp, height); in Compute() 153 CHECK_LT(max_box_row_clamp, height); in Compute() 156 CHECK_LT(min_box_col_clamp, width); in Compute() 157 CHECK_LT(max_box_col_clamp, width); in Compute() 162 CHECK_LT(min_box_row, height); in Compute() 164 CHECK_LT(min_box_col, width); in Compute()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.cc | 145 CHECK_LT(tid, max_threads_); in CreateThread() 202 CHECK_LT(tid, n_contexts_); in SetThreadName() 223 CHECK_LT(tid, n_contexts_); in DetachThread() 241 CHECK_LT(tid, n_contexts_); in JoinThread() 258 CHECK_LT(tid, n_contexts_); in FinishThread() 272 CHECK_LT(tid, n_contexts_); in StartThread()
|
D | sanitizer_allocator.h | 187 CHECK_LT(c, kNumClasses); in Validate() 190 CHECK_LT(Size(c-1), s); in Validate() 355 CHECK_LT(class_id, kNumClasses); in AllocateBatch() 523 CHECK_LT(class_id, kNumClasses); in GetRegionInfo() 608 CHECK_LT(idx, kSize); in set() 613 CHECK_LT(idx, kSize); 648 CHECK_LT(idx, kSize1 * kSize2); in set() 655 CHECK_LT(idx, kSize1 * kSize2); 663 CHECK_LT(idx, kSize1); in Get() 753 CHECK_LT(class_id, kNumClasses); in AllocateBatch() [all …]
|
/external/tensorflow/tensorflow/core/platform/ |
D | net_test.cc | 27 CHECK_LT(port0, 65536); in TEST() 29 CHECK_LT(port1, 65536); in TEST()
|
D | logging_test.cc | 46 CHECK_LT(2, 3); in TEST() 79 ASSERT_DEATH(CHECK_LT(3, 2), "3 < 2"); in TEST()
|
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | tpu_program_group.cc | 177 CHECK_LT(index, hlo_metadatas_ptrs_.size()); in hlo_metadata() 206 CHECK_LT(index, tpu_programs_.size()); in may_modify_variables() 219 CHECK_LT(index, tpu_programs_.size()); in tpu_program() 234 CHECK_LT(index, executable_infos_.size()); in executable_info() 241 CHECK_LT(index, host_transfer_infos_.size()); in host_transfer_info() 353 CHECK_LT(index, tpu_programs_.size()); in SerializeExecutable() 363 CHECK_LT(index, tpu_programs_.size()); in SerializeCompilerMetadata()
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/ |
D | test.h | 34 #define ASSERT_LT CHECK_LT 45 #define EXPECT_LT CHECK_LT
|
/external/compiler-rt/lib/esan/ |
D | esan_circular_buffer.h | 49 CHECK_LT(Idx, Count); 54 CHECK_LT(Idx, Count);
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | buffer_allocations.cc | 63 CHECK_LT(buffer_index, buffers_.size()); in GetDeviceAddress() 70 CHECK_LT(buffer_index, buffers_.size()); in GetMutableDeviceAddress()
|
/external/tensorflow/tensorflow/stream_executor/ |
D | tf_allocator_adapter.h | 84 CHECK_LT(device_ordinal, per_device_allocators_.size()); in Allocate() 90 CHECK_LT(device_ordinal, per_device_allocators_.size()); in Deallocate()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | tile_functor_gpu.h | 54 CHECK_LT(in_nelem, kint32max) << "Tensor too large to transpose on GPU"; in TileSimple() 56 CHECK_LT(out_nelem, kint32max) << "Tensor too large to transpose on GPU"; in TileSimple()
|
/external/tensorflow/tensorflow/cc/framework/ |
D | ops.cc | 26 CHECK_LT(i, node_->num_inputs()); in input() 43 CHECK_LT(i, node_->num_outputs()); in output()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_poisoning.cpp | 110 CHECK_LT(beg.offset, end.offset); in __asan_poison_memory_region() 124 CHECK_LT(beg.chunk, end.chunk); in __asan_poison_memory_region() 150 CHECK_LT(beg.offset, end.offset); in __asan_unpoison_memory_region() 160 CHECK_LT(beg.chunk, end.chunk); in __asan_unpoison_memory_region() 187 CHECK_LT(beg, end); in __asan_region_is_poisoned()
|