/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/tensorflow/tensorflow/contrib/tensor_forest/hybrid/core/ops/ |
D | stochastic_hard_routing_function_op.cc | 164 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()
|
D | stochastic_hard_routing_gradient_op.cc | 184 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/ |
D | draw_bounding_box_op.cc | 127 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()
|
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()
|
D | range_sampler.cc | 93 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/ |
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 …]
|
D | sanitizer_bvgraph.h | 155 CHECK_LT(idx1, size()); in check() 156 CHECK_LT(idx2, size()); in check()
|
D | sanitizer_flag_parser.cc | 32 CHECK_LT(n_unknown_flags_, kMaxUnknownFlags); in Add() 160 CHECK_LT(n_flags_, kMaxFlags); in RegisterHandler()
|
/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 | 40 CHECK_LT(2, 3); in TEST() 73 ASSERT_DEATH(CHECK_LT(3, 2), "3 < 2"); in TEST()
|
/external/v8/src/snapshot/ |
D | snapshot-common.cc | 509 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/ |
D | runtime-atomics.cc | 258 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/ |
D | esan_circular_buffer.h | 49 CHECK_LT(Idx, Count); 54 CHECK_LT(Idx, Count);
|
/external/v8/src/heap/ |
D | heap-controller.cc | 121 CHECK_LT(1.0, factor); in CalculateAllocationLimit() 122 CHECK_LT(0, curr_size); in CalculateAllocationLimit()
|
/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/libchrome/base/process/ |
D | internal_aix.cc | 118 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/ |
D | map-inl.h | 203 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/ |
D | asm-scanner.cc | 259 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/ |
D | buffer_allocations.cc | 156 CHECK_LT(buffer_index, buffers_.size()); in GetDeviceAddress() 173 CHECK_LT(buffer_index, buffers_.size()); in SetBuffer()
|
/external/tensorflow/tensorflow/contrib/coder/kernels/ |
D | range_coder.cc | 201 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/ |
D | logging.h | 283 #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)
|