/external/strace/ |
D | dm.c | 137 uint32_t offset_end = 0; in dm_decode_dm_target_spec() local 149 if (i && offset <= offset_end) in dm_decode_dm_target_spec() 152 offset_end = offset + target_spec_size; in dm_decode_dm_target_spec() 154 if (offset_end <= offset || offset_end > ioc->data_size) in dm_decode_dm_target_spec() 176 printstr_ex(tcp, addr + offset_end, ioc->data_size - offset_end, in dm_decode_dm_target_spec() 222 uint32_t offset_end = offset + target_deps_dev_offs; in dm_decode_dm_target_deps() local 225 if (offset_end <= offset || offset_end > ioc->data_size) in dm_decode_dm_target_deps() 231 space = (ioc->data_size - offset_end) / sizeof(dev_buf); in dm_decode_dm_target_deps() 239 print_array(tcp, addr + offset_end, s.count, &dev_buf, sizeof(dev_buf), in dm_decode_dm_target_deps() 259 uint32_t offset_end = 0; in dm_decode_dm_name_list() local [all …]
|
/external/zucchini/ |
D | address_translator.cc | 152 if ((fast->HasDanglingRva() && fast->offset_end() < slow->offset_end()) || in Initialize() 153 (slow->HasDanglingRva() && slow->offset_end() < fast->offset_end())) { in Initialize() 165 std::max(slow->offset_size, fast->offset_end() - slow->offset_begin); in Initialize() 179 if (previous->offset_end() > current->offset_begin) in Initialize() 190 offset_bound = std::max(offset_bound, unit.offset_end()); in Initialize()
|
D | address_translator.h | 69 offset_t offset_end() const { return offset_begin + offset_size; } in offset_end() function
|
/external/pytorch/aten/src/ATen/native/cuda/ |
D | SegmentReduce.cu | 115 index_t offset_end = lengths_cumsum_data[offset_idx + 1]; in segment_reduce_forward_kernel() local 118 for (index_t j = offset_start; j < offset_end; ++j) { in segment_reduce_forward_kernel() 192 index_t offset_end = lengths_cumsum_data[offset_idx + 1]; in segment_reduce_backward_kernel() local 200 for (int64_t j = offset_start; j < offset_end; ++j) { in segment_reduce_backward_kernel() 214 for (int64_t j = offset_start; j < offset_end; ++j) { in segment_reduce_backward_kernel() 224 for (int64_t j = offset_start; j < offset_end; ++j) { in segment_reduce_backward_kernel() 231 for (int64_t j = offset_start; j < offset_end; ++j) { in segment_reduce_backward_kernel() 238 for (int64_t j = offset_start; j < offset_end; ++j) { in segment_reduce_backward_kernel() 246 for (int64_t k = offset_start; k < offset_end; ++k) { in segment_reduce_backward_kernel()
|
/external/mesa3d/src/imagination/vulkan/usc/programs/ |
D | pvr_shader_factory.h | 114 const uint32_t offset_end = 3; in pvr_get_clear_attachment_program_index() local 124 idx |= util_bitpack_uint(offset, offset_start, offset_end); in pvr_get_clear_attachment_program_index()
|
/external/perfetto/src/trace_processor/sqlite/ |
D | sql_source.cc | 220 uint32_t offset_end = offset + len; in Substr() local 221 PERFETTO_CHECK(offset_end <= rewritten_sql.size()); in Substr() 224 uint32_t original_offset_end = RewrittenOffsetToOriginalOffset(offset_end); in Substr() 230 if (offset_end < rewrite.rewritten_sql_start) { in Substr() 236 if (offset_end < rewrite.rewritten_sql_end) { in Substr() 240 uint32_t bounded_end = std::min(offset_end, rewrite.rewritten_sql_end); in Substr()
|
/external/pdfium/fxjs/ |
D | cjs_util.cpp | 116 std::optional<size_t> offset_end = in printf() local 118 if (!offset_end.has_value()) { in printf() 125 unsafe_fmt_string.Substr(offset, offset_end.value() - offset)); in printf() 126 offset = offset_end.value(); in printf()
|
/external/pytorch/c10/util/ |
D | Backtrace.cpp | 163 const auto offset_end = frame_string.find(')', offset_start); 164 if (offset_end == std::string::npos) { 170 frame_string.substr(offset_start, offset_end - offset_start);
|
/external/libchrome/components/policy/core/common/ |
D | schema_internal.h | 103 int offset_end; member
|
D | schema.cc | 662 int offset_end; in ParseEnum() local 674 offset_end = static_cast<int>(int_enums_.size()); in ParseEnum() 687 offset_end = static_cast<int>(string_enums_.size()); in ParseEnum() 695 restriction_nodes_.back().enumeration_restriction.offset_end = offset_end; in ParseEnum() 1171 i < rnode->enumeration_restriction.offset_end; ++i) { in ValidateIntegerRestriction() 1182 rnode->enumeration_restriction.offset_end) { in ValidateStringRestriction() 1184 i < rnode->enumeration_restriction.offset_end; ++i) { in ValidateStringRestriction()
|
/external/stg/ |
D | elf_loader.cc | 485 const size_t offset_end = offset + sizeof(uint32_t); in GetElfSymbolCRC() local 486 Check(offset_end <= data->d_size && offset_end <= header.sh_size) in GetElfSymbolCRC()
|
/external/mesa3d/src/intel/vulkan/grl/gpu/ |
D | bvh_build_sah_experimental.cl | 1541 uint offset_end = 0; 1553 offset_end = min(offset_start + cur_blocks * blockSize, sizeRecord); 1560 …kIDs %d offset_start %d offset_end %d cur_blocks %d \n", taskID, numBlocks, splitRecordID, numBloc… 1571 const uint endID = global_record[splitRecordID].range.start + offset_end; 1599 offset_end = min(cur_blocks * blockSize, sizeRecord); 1602 …kIDs %d offset_start %d offset_end %d cur_blocks %d \n", taskID, numBlocks, splitRecordID, numBloc… 1677 uint offset_end = 0; 1689 offset_end = min(offset_start + cur_blocks * blockSize, sizeRecord); 1696 …kIDs %d offset_start %d offset_end %d cur_blocks %d \n", taskID, numBlocks, splitRecordID, numBloc… 1706 const uint endID = global_record[splitRecordID].range.start + offset_end; [all …]
|
/external/zucchini/aosp/include/components/zucchini/ |
D | address_translator.h | 69 offset_t offset_end() const { return offset_begin + offset_size; } in offset_end() function
|
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/ |
D | partition_bucket.cc | 341 const uint16_t offset_end = (reservation_size - 1) >> kSuperPageShift; in PartitionDirectMap() local 342 for (uint16_t offset = 0; offset <= offset_end; ++offset) { in PartitionDirectMap()
|
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/ |
D | partition_bucket.cc | 341 const uint16_t offset_end = (reservation_size - 1) >> kSuperPageShift; in PartitionDirectMap() local 342 for (uint16_t offset = 0; offset <= offset_end; ++offset) { in PartitionDirectMap()
|
/external/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_state.c | 3932 uint32_t offset_end; member 4072 …for (unsigned i = counter->offset_start / sizeof(uint64_t); i < counter->offset_end / sizeof(uint6… in aggregate_stream_counter() 4075 tgt->count.offset_start = tgt->count.offset_end = 0; in aggregate_stream_counter() 4087 tgt->count.offset_start = tgt->count.offset_end = 0; in crocus_stream_store_prims_written() 4090 if (tgt->count.offset_end + 16 >= 4096) { in crocus_stream_store_prims_written() 4098 tgt->count.offset_end + tgt->offset_offset, false); in crocus_stream_store_prims_written() 4099 tgt->count.offset_end += 8; in crocus_stream_store_prims_written() 4186 tgt->count.offset_start = tgt->count.offset_end; in crocus_set_stream_output_targets() 4192 tgt->count.offset_start = tgt->count.offset_end; in crocus_set_stream_output_targets()
|
/external/flac/src/libFLAC/ |
D | metadata_iterators.c | 3192 …const FLAC__off_t offset_end = append? iterator->offset[iterator->depth] + (FLAC__off_t)FLAC__STRE… in simple_iterator_copy_file_prefix_() local 3202 if(!copy_n_bytes_from_file_(iterator->file, *tempfile, offset_end, &iterator->status)) { in simple_iterator_copy_file_prefix_()
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 84922 unsigned char offset_end; member
|
/external/bcc/libbpf-tools/loongarch/ |
D | vmlinux_602.h | 118203 unsigned char offset_end; member
|
D | vmlinux.h | 118203 unsigned char offset_end; member
|
/external/bcc/libbpf-tools/riscv/ |
D | vmlinux_602.h | 146314 unsigned char offset_end; member
|
D | vmlinux.h | 146314 unsigned char offset_end; member
|