Home
last modified time | relevance | path

Searched refs:CHECK_LT (Results 1 – 25 of 210) sorted by relevance

123456789

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_java.cc77 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()
Dtsan_debugging.cc86 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()
Dtsan_mutexset.cc75 CHECK_LT(i, size_); in RemovePos()
85 CHECK_LT(i, size_); in Get()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interface_java.cpp76 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()
Dtsan_debugging.cpp101 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()
Dtsan_external.cpp62 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()
Dtsan_mutexset.cpp74 CHECK_LT(i, size_); in RemovePos()
84 CHECK_LT(i, size_); in Get()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_bytemap.h26 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()
Dsanitizer_thread_registry.cpp159 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()
Dsanitizer_allocator_secondary.h22 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()
Dsanitizer_allocator_local_cache.h35 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()
Dsanitizer_libignore.cpp83 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/
Ddraw_bounding_box_op.cc152 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/
Dsanitizer_thread_registry.cc145 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()
Dsanitizer_allocator.h187 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/
Dnet_test.cc27 CHECK_LT(port0, 65536); in TEST()
29 CHECK_LT(port1, 65536); in TEST()
Dlogging_test.cc46 CHECK_LT(2, 3); in TEST()
79 ASSERT_DEATH(CHECK_LT(3, 2), "3 < 2"); in TEST()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_program_group.cc177 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/
Dtest.h34 #define ASSERT_LT CHECK_LT
45 #define EXPECT_LT CHECK_LT
/external/compiler-rt/lib/esan/
Desan_circular_buffer.h49 CHECK_LT(Idx, Count);
54 CHECK_LT(Idx, Count);
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_allocations.cc63 CHECK_LT(buffer_index, buffers_.size()); in GetDeviceAddress()
70 CHECK_LT(buffer_index, buffers_.size()); in GetMutableDeviceAddress()
/external/tensorflow/tensorflow/stream_executor/
Dtf_allocator_adapter.h84 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/
Dtile_functor_gpu.h54 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/
Dops.cc26 CHECK_LT(i, node_->num_inputs()); in input()
43 CHECK_LT(i, node_->num_outputs()); in output()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_poisoning.cpp110 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()

123456789