/aosp_15_r20/art/dex2oat/linker/ |
H A D | oat_writer.cc | 1538 size_t relative_offset, in WriteCodeMethodVisitor() 2494 size_t relative_offset = current_offset - file_offset; in WriteRodata() local 2586 size_t relative_offset = oat_header_->GetExecutableOffset(); in WriteCode() local 2620 size_t relative_offset = data_img_rel_ro_start_; in WriteDataImgRelRo() local 2643 bool OatWriter::CheckOatSize(OutputStream* out, size_t file_offset, size_t relative_offset) { in CheckOatSize() 2789 size_t OatWriter::WriteClassOffsets(OutputStream* out, size_t file_offset, size_t relative_offset) { in WriteClassOffsets() 2810 size_t OatWriter::WriteClasses(OutputStream* out, size_t file_offset, size_t relative_offset) { in WriteClasses() 2833 size_t OatWriter::WriteMaps(OutputStream* out, size_t file_offset, size_t relative_offset) { in WriteMaps() 2902 size_t relative_offset, in WriteIndexBssMappingsHelper() 3031 size_t relative_offset) { in WriteIndexBssMappings() [all …]
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_asm.c | 35 int relative_offset = (tlabel->offset - ilabel->offset) / sizeof(brw_inst); in i965_postprocess_labels() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/ |
D | suballocator.rs | 1146 let relative_offset = offset - self.region.offset; in allocate() localVariable 1762 let relative_offset = offset - self.region.offset; in allocate() localVariable 2146 let relative_offset = index * self.block_size; in allocate() localVariable 2420 let relative_offset = offset - self.region.offset; in allocate() localVariable
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/multiplex/ |
H A D | multiplex_encoded_image_packer.cc | 202 int relative_offset = in PackAndRelease() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_asm_tool.c | 143 int relative_offset = (tlabel->offset - ilabel->offset) / sizeof(elk_inst); in i965_postprocess_labels() local
|
/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/ |
H A D | loss_based_bandwidth_estimation.cc | 43 auto relative_offset = std::max(0.0, std::min(rtt_offset / rtt_range, 1.0)); in GetIncreaseFactor() local
|
/aosp_15_r20/external/pytorch/torch/_decomp/ |
H A D | decompositions_for_rng.py | 90 def set_state(self, seed, base_offset, relative_offset=0): argument
|
/aosp_15_r20/external/coreboot/util/amdfwtool/ |
H A D | amdfwread.c | 29 static uint64_t relative_offset(uint32_t header_offset, uint64_t addr, uint64_t mode) in relative_offset() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/bitreader/src/ |
D | lib.rs | 73 relative_offset: u64, field
|
/aosp_15_r20/external/coreboot/src/commonlib/ |
H A D | fsp_relocate.c | 50 static void *relative_offset(void *base, ssize_t offset) in relative_offset() function
|
/aosp_15_r20/external/compiler-rt/lib/interception/ |
H A D | interception_win.cc | 606 uptr relative_offset = *(u32*)(old_func + 1); in OverrideFunctionWithRedirectJump() local
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | binary_annotator.cpp | 561 const auto relative_offset = ReadScalar<uint32_t>(field_offset); in BuildTable() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_memory_helper.c | 142 int relative_offset; /* Offset relative to the parent */ member
|
/aosp_15_r20/external/pytorch/torch/_prims_common/ |
H A D | __init__.py | 1995 def set_new_offset(relative_offset): argument
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/ |
H A D | qbvh6.h | 752 …int relative_offset = global_child_offset - global_parent_offset; // FIXME: this limits BVH size t… in encodeOffset() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cVertexAttribBindingTests.cpp | 1905 int relative_offset; member in glcts::__anon955a63580111::VertexAttribState
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cVertexAttribBindingTests.cpp | 2446 int relative_offset; member in gl4cts::__anon46dc53470111::VertexAttribState
|
/aosp_15_r20/art/oatdump/ |
H A D | oatdump.cc | 1430 int relative_offset = (reg - (temp_threshold + max_num_special_temps)) * sizeof(uint32_t); in GetVRegOffsetFromQuickCode() local
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_x86.cc | 9168 const int32_t relative_offset = codegen_->GetMethodAddressOffset(base_method_address_); in CreateJumpTable() local
|