Home
last modified time | relevance | path

Searched refs:range_end (Results 1 – 25 of 75) sorted by relevance

123

/external/image_io/src/base/
Ddata_line_map.cc37 size_t range_end = range.GetEnd(); in FindDataLines() local
40 while (line_begin < range_end) { in FindDataLines()
41 line_end = std::min(range_end, segment.Find(line_begin, '\n')); in FindDataLines()
45 if (line_end < range_end && in FindDataLines()
55 line_end == range_end || segment.GetValidatedByte(line_end).value != '\n'; in FindDataLines()
/external/perfetto/src/protozero/filtering/
Dfilter_bytecode_parser.cc140 const uint32_t range_end = field_id + range_len; // STL-style, excl. in LoadInternal() local
148 for (; id < range_end && id < kDirectlyIndexLimit; ++id) in LoadInternal()
150 PERFETTO_DCHECK(id >= kDirectlyIndexLimit || id == range_end); in LoadInternal()
151 if (id < range_end) in LoadInternal()
152 add_range(id, range_end, kSimpleField); in LoadInternal()
216 const uint32_t range_end = *(word++); in Query() local
218 if (field_id >= range_start && field_id < range_end) { in Query()
/external/pthreadpool/src/
Dgcd.c113 const size_t range_end = range_start + range_length; in pthreadpool_parallelize() local
115 pthreadpool_store_relaxed_size_t(&thread->range_end, range_end); in pthreadpool_parallelize()
119 range_start = range_end; in pthreadpool_parallelize()
Dfastpath.c52 const size_t index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_1d_fastpath()
97 const size_t index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_1d_with_uarch_fastpath()
138 const size_t tile_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_1d_tile_1d_fastpath()
184 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_2d_fastpath()
233 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_2d_tile_1d_fastpath()
285 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_2d_tile_2d_fastpath()
347 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_2d_tile_2d_with_uarch_fastpath()
401 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_3d_fastpath()
457 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_3d_tile_1d_fastpath()
517 const size_t linear_index = pthreadpool_decrement_fetch_relaxed_size_t(&other_thread->range_end); in pthreadpool_thread_parallelize_3d_tile_2d_fastpath()
[all …]
Dpthreads.c341 const size_t range_end = range_start + range_length; in pthreadpool_parallelize() local
343 pthreadpool_store_relaxed_size_t(&thread->range_end, range_end); in pthreadpool_parallelize()
347 range_start = range_end; in pthreadpool_parallelize()
Dwindows.c229 const size_t range_end = range_start + range_length; in pthreadpool_parallelize() local
231 pthreadpool_store_relaxed_size_t(&thread->range_end, range_end); in pthreadpool_parallelize()
235 range_start = range_end; in pthreadpool_parallelize()
/external/google-breakpad/src/client/windows/unittests/
Ddump_analysis.cc140 uintptr_t range_end = range_start + descr.Memory.DataSize; in HasMemoryImpl() local
143 address + structuresize < range_end) { in HasMemoryImpl()
166 uintptr_t range_end = range_start + static_cast<size_t>(descr.DataSize); in HasMemoryImpl() local
169 address + structuresize < range_end) { in HasMemoryImpl()
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ext4/ext4_writepages/
Dformat14 field:loff_t range_end; offset:48; size:8; signed:1;
20range_end %lld sync_mode %d for_kupdate %d range_cyclic %d writeback_index %lu", ((unsigned int) (…
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/ext4/ext4_da_writepages/
Dformat14 field:loff_t range_end; offset:48; size:8; signed:1;
20range_end %lld sync_mode %d for_kupdate %d range_cyclic %d writeback_index %lu", ((unsigned int) (…
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/ext4/ext4_da_writepages/
Dformat14 field:loff_t range_end; offset:32; size:8; signed:1;
20range_end %lld sync_mode %d for_kupdate %d range_cyclic %d writeback_index %lu", ((unsigned int) (…
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/ext4/ext4_da_writepages/
Dformat15 field:loff_t range_end; offset:40; size:8; signed:1;
21range_end %lld sync_mode %dfor_kupdate %d range_cyclic %d writeback_index %lu", ((unsigned int) ((…
/external/llvm-project/lldb/include/lldb/Utility/
DVMRange.h75 lldb::addr_t range_end = range.GetEndAddress(); in Contains() local
76 return (GetBaseAddress() <= range_end) && (range_end <= GetEndAddress()); in Contains()
/external/freetype/src/base/
Dftgasp.c38 TT_GaspRange range_end = range + ttface->gasp.numRanges; in FT_Get_Gasp() local
44 if ( range >= range_end ) in FT_Get_Gasp()
/external/libchrome/ipc/
Dipc_message.cc139 const char* range_end, in FindNext() argument
147 range_start, range_end, &pickle_size)) in FindNext()
151 static_cast<size_t>(range_end - range_start) >= pickle_size; in FindNext()
/external/e2fsprogs/lib/ext2fs/
Dfallocate.c676 blk64_t range_start, range_end = 0, end, next; in extent_fallocate() local
744 range_end = end; in extent_fallocate()
748 range_end = right_extent.e_lblk - 1; in extent_fallocate()
753 goal_distance > (range_end - right_extent.e_lblk)) in extent_fallocate()
758 range_start, range_end); in extent_fallocate()
760 if (range_start <= range_end) { in extent_fallocate()
761 count = range_end - range_start + 1; in extent_fallocate()
769 if (range_end == end) in extent_fallocate()
780 } while (range_end < end); in extent_fallocate()
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dresource_ops.cc123 int32 range_end; in Compute() local
124 tree_ensemble_resource->GetLastLayerNodesRange(&range_start, &range_end); in Compute()
129 output_last_layer_nodes_range_t->vec<int32>()(1) = std::max(1, range_end); in Compute()
/external/e2fsprogs/contrib/android/
Dbase_fs.c43 blk64_t range_start, range_end; in basefs_readline() local
74 range_end = block ? atoll(block) : range_start; in basefs_readline()
75 add_blocks_to_range(&entry->blocks, range_start, range_end); in basefs_readline()
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/writeback/wbc_writepage/
Dformat18 field:long range_end; offset:72; size:4; signed:1;
20 …kupdate, REC->for_background, REC->for_reclaim, REC->range_cyclic, REC->range_start, REC->range_end
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/writeback/wbc_writepage/
Dformat18 field:long range_end; offset:88; size:8; signed:1;
20 …kupdate, REC->for_background, REC->for_reclaim, REC->range_cyclic, REC->range_start, REC->range_end
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/writeback/wbc_writepage/
Dformat19 field:long range_end; offset:76; size:4; signed:1;
21 …kupdate, REC->for_background, REC->for_reclaim, REC->range_cyclic, REC->range_start, REC->range_end
/external/libtextclassifier/native/utils/utf8/
Dunilib-common.cc481 const char32 range_end = *find_it; in GetOverlappingRangeIndex() local
482 const char32 range_start = range_end - (range_length - 1); in GetOverlappingRangeIndex()
483 if (c < range_start || range_end < c) { in GetOverlappingRangeIndex()
502 const char32 range_end = *find_it; in GetOverlappingRangeIndex() local
503 if (c < range_start || range_end < c) { in GetOverlappingRangeIndex()
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dgraph_analyzer.cc141 auto range_end = node->links().end(); in ExtendSubgraphAllOrNone() local
143 for (auto nbit = node->links().begin(); nbit != range_end; ++nbit) { in ExtendSubgraphAllOrNone()
234 auto range_end = node->links().end(); in HasInvalidMultiInputs() local
235 for (auto nbit = node->links().begin(); nbit != range_end; ++nbit) { in HasInvalidMultiInputs()
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/writeback/wbc_writepage/
Dformat18 field:long range_end; offset:88; size:8; signed:1;
21 …background, REC->for_reclaim, REC->range_cyclic, REC->range_start, REC->range_end, __get_str(cgrou…
/external/brotli/c/enc/
Dbackward_references_inc.h113 size_t range_end = BROTLI_MIN(size_t, position + sr.len, store_end); in EXPORT_FN() local
115 range_start = BROTLI_MIN(size_t, range_end, BROTLI_MAX(size_t, in EXPORT_FN()
119 range_end); in EXPORT_FN()
/external/llvm-project/lldb/source/Symbol/
DLineEntry.cpp205 Address range_end(complete_line_range.GetBaseAddress()); in GetSameLineContiguousAddressRange() local
206 range_end.Slide(complete_line_range.GetByteSize()); in GetSameLineContiguousAddressRange()
207 range_end.CalculateSymbolContext(&next_line_sc, symbol_context_scope); in GetSameLineContiguousAddressRange()

123