Home
last modified time | relevance | path

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

1234567

/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/tensorflow/tensorflow/contrib/tensor_forest/hybrid/core/ops/
Dstochastic_hard_routing_function_op.cc164 CHECK_LT(i, num_data); in Compute()
165 CHECK_LT(j + 1, tree_depth_); in Compute()
166 CHECK_LT(left_child, num_nodes); in Compute()
172 CHECK_LT(i, num_data); in Compute()
173 CHECK_LT(j + 1, tree_depth_); in Compute()
174 CHECK_LT(right_child, num_nodes); in Compute()
Dstochastic_hard_routing_gradient_op.cc184 CHECK_LT(node, num_nodes); in Compute()
198 CHECK_LT(node, num_nodes); in Compute()
211 CHECK_LT(node, num_nodes); in Compute()
214 CHECK_LT(node, num_nodes); in Compute()
/external/tensorflow/tensorflow/core/kernels/
Ddraw_bounding_box_op.cc127 CHECK_LT(min_box_row_clamp, height); in Compute()
128 CHECK_LT(max_box_row_clamp, height); in Compute()
131 CHECK_LT(min_box_col_clamp, width); in Compute()
132 CHECK_LT(max_box_col_clamp, width); in Compute()
137 CHECK_LT(min_box_row, height); in Compute()
139 CHECK_LT(min_box_col, width); in Compute()
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()
Drange_sampler.cc93 CHECK_LT(num_tries, kint32max); in SampleBatchGetExpectedCountAvoid()
179 CHECK_LT(range, kint32max); in ThreadUnsafeUnigramSampler()
202 CHECK_LT(range, kint32max); in UnigramSampler()
/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 …]
Dsanitizer_bvgraph.h155 CHECK_LT(idx1, size()); in check()
156 CHECK_LT(idx2, size()); in check()
Dsanitizer_flag_parser.cc32 CHECK_LT(n_unknown_flags_, kMaxUnknownFlags); in Add()
160 CHECK_LT(n_flags_, kMaxFlags); in RegisterHandler()
/external/tensorflow/tensorflow/core/platform/
Dnet_test.cc27 CHECK_LT(port0, 65536); in TEST()
29 CHECK_LT(port1, 65536); in TEST()
Dlogging_test.cc40 CHECK_LT(2, 3); in TEST()
73 ASSERT_DEATH(CHECK_LT(3, 2), "3 < 2"); in TEST()
/external/v8/src/snapshot/
Dsnapshot-common.cc509 CHECK_LT(kNumberOfContextsOffset, data->raw_size); in ExtractNumContexts()
561 CHECK_LT(context_offset, static_cast<uint32_t>(data->raw_size)); in ExtractContextOffset()
566 CHECK_LT(kRehashabilityOffset, static_cast<uint32_t>(data->raw_size)); in ExtractRehashability()
573 CHECK_LT(startup_offset, data->raw_size); in ExtractStartupData()
575 CHECK_LT(builtin_offset, data->raw_size); in ExtractStartupData()
587 CHECK_LT(from_offset, data->raw_size); in ExtractBuiltinData()
590 CHECK_LT(to_offset, data->raw_size); in ExtractBuiltinData()
602 CHECK_LT(index, num_contexts); in ExtractContextData()
610 CHECK_LT(next_context_offset, data->raw_size); in ExtractContextData()
622 CHECK_LT(kVersionStringOffset + kVersionStringLength, in CheckVersion()
/external/v8/src/runtime/
Druntime-atomics.cc258 CHECK_LT(index, NumberToSize(sta->length())); in RUNTIME_FUNCTION()
286 CHECK_LT(index, NumberToSize(sta->length())); in RUNTIME_FUNCTION()
315 CHECK_LT(index, NumberToSize(sta->length())); in RUNTIME_FUNCTION()
344 CHECK_LT(index, NumberToSize(sta->length())); in RUNTIME_FUNCTION()
373 CHECK_LT(index, NumberToSize(sta->length())); in RUNTIME_FUNCTION()
402 CHECK_LT(index, NumberToSize(sta->length())); in RUNTIME_FUNCTION()
431 CHECK_LT(index, NumberToSize(sta->length())); in RUNTIME_FUNCTION()
/external/compiler-rt/lib/esan/
Desan_circular_buffer.h49 CHECK_LT(Idx, Count);
54 CHECK_LT(Idx, Count);
/external/v8/src/heap/
Dheap-controller.cc121 CHECK_LT(1.0, factor); in CalculateAllocationLimit()
122 CHECK_LT(0, curr_size); in CalculateAllocationLimit()
/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/libchrome/base/process/
Dinternal_aix.cc118 CHECK_LT(static_cast<size_t>(field_num), proc_stats.size()); in GetProcStatsFieldAsInt64()
127 CHECK_LT(static_cast<size_t>(field_num), proc_stats.size()); in GetProcStatsFieldAsSizeT()
/external/v8/src/objects/
Dmap-inl.h203 CHECK_LT(static_cast<unsigned>(id), 256); in set_visitor_id()
223 CHECK_LT(static_cast<unsigned>(value), 256); in set_instance_size()
234 CHECK_LT(static_cast<unsigned>(value), 256); in set_inobject_properties_start_or_constructor_function_index()
349 CHECK_LT(static_cast<unsigned>(value), JSObject::kFieldsAdded); in SetOutOfObjectUnusedPropertyFields()
399 CHECK_LT(static_cast<unsigned>(unused_in_property_array), in AccountAddedOutOfObjectPropertyField()
427 CHECK_LT(static_cast<int>(elements_kind), kElementsKindCount); in set_elements_kind()
/external/v8/src/asmjs/
Dasm-scanner.cc259 CHECK_LT(global_count_, kMaxIdentifierCount); in ConsumeIdentifier()
263 CHECK_LT(local_names_.size(), kMaxIdentifierCount); in ConsumeIdentifier()
267 CHECK_LT(global_count_, kMaxIdentifierCount); in ConsumeIdentifier()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_allocations.cc156 CHECK_LT(buffer_index, buffers_.size()); in GetDeviceAddress()
173 CHECK_LT(buffer_index, buffers_.size()); in SetBuffer()
/external/tensorflow/tensorflow/contrib/coder/kernels/
Drange_coder.cc201 CHECK_LT(delay_, static_cast<uint64>(1) << 62); in Encode()
343 CHECK_LT(pv, cdf.data() + cdf.size()); in Decode()
/external/tensorflow/tensorflow/core/platform/default/
Dlogging.h283 #define CHECK_LT(val1, val2) CHECK_OP(Check_LT, <, val1, val2) macro
296 #define DCHECK_LT(val1, val2) CHECK_LT(val1, val2)
327 #define QCHECK_LT(x, y) CHECK_LT(x, y)

1234567