HomeSort by relevance Sort by last modified time
    Searched defs:output_offset (Results 1 - 17 of 17) sorted by null

  /external/mesa3d/src/gallium/auxiliary/translate/
translate.h 68 unsigned output_offset; member in struct:translate_element
translate_generic.c 62 unsigned output_offset; member in struct:translate_generic::__anon27572
595 uint8_t *dst = (uint8_t *)vert + tg->attrib[attr].output_offset;
821 tg->attrib[i].output_offset = key->element[i].output_offset;
    [all...]
  /frameworks/ml/nn/common/operations/
SimpleMath.cpp 65 const int32_t output_offset = shapeOut.offset; local
105 output_offset, output_multiplier, output_shift, \
116 output_offset, output_multiplier, output_shift, \
166 const int32_t output_offset = shapeOut.offset; local
186 output_offset, output_multiplier, output_shift, \
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_prim_assembler.c 101 unsigned output_offset = local
104 memcpy(output + output_offset, input + input_offset,
  /toolchain/binutils/binutils-2.25/gold/
merge.h 55 // + LENGTH in the input section SHNDX to OUTPUT_OFFSET in the
56 // output section. An OUTPUT_OFFSET of -1 means that the bytes are
57 // discarded. OUTPUT_OFFSET is relative to the start of the merged
61 section_size_type length, section_offset_type output_offset);
65 // is at offset OFFSET in section SHNDX. This sets *OUTPUT_OFFSET
68 // mapping is known, false otherwise. *OUTPUT_OFFSET is relative to
73 section_offset_type* output_offset);
101 section_offset_type output_offset; member in struct:gold::Object_merge_map::Input_merge_entry
183 // input section SHNDX in object OBJECT to OUTPUT_OFFSET in the
184 // output section. An OUTPUT_OFFSET of -1 means that the bytes ar
    [all...]
ehframe.cc 329 // offset of the CIE in OVIEW. OUTPUT_OFFSET is the offset of the
337 Fde::write(unsigned char* oview, section_offset_type output_offset,
393 eh_frame_hdr->record_fde(output_offset + offset, fde_encoding);
413 Cie::set_output_offset(section_offset_type output_offset,
426 length, output_offset);
435 (*p)->add_mapping(output_offset + length, merge_map);
442 return output_offset + length;
445 // Write the CIE to OVIEW starting at OFFSET. OUTPUT_OFFSET is the
454 Cie::write(unsigned char* oview, section_offset_type output_offset,
494 offset = (*p)->write<size, big_endian>(oview, output_offset, offset
1131 section_offset_type output_offset = output_start; local
1221 const off_t output_offset = this->offset() - this->output_section()->offset(); local
    [all...]
reloc.cc 769 Address output_offset = out_offsets[i]; local
803 // the output section at offset OUTPUT_OFFSET.
805 // However, if OUTPUT_OFFSET == INVALID_ADDRESS, then input data is
839 if (output_offset != invalid_address)
841 view_start = output_section_offset + output_offset;
859 gold_assert(output_offset == invalid_address
860 || output_offset + view_size <= output_section_size);
867 if (output_offset != invalid_address && !must_decompress)
878 if (output_offset == invalid_address)
906 if (output_offset != invalid_address
981 Address output_offset = out_offsets[index]; local
1506 section_offset_type output_offset; local
    [all...]
dwp.cc 500 section_offset_type output_offset; member in struct:gold::Dwp_output_file::Contribution
    [all...]
output.cc 2187 Output_section::Input_section::output_offset( function in class:gold::Output_section::Input_section
2932 section_offset_type output_offset; local
2943 section_offset_type output_offset; local
2960 Output_section::output_offset(const Relobj* object, unsigned int shndx, function in class:gold::Output_section
2973 section_offset_type output_offset; local
2984 section_offset_type output_offset; local
3006 section_offset_type output_offset; local
3018 section_offset_type output_offset; local
    [all...]
output.h 673 output_offset(const Relobj* object, unsigned int shndx, function in class:gold::Output_section_data
679 // SHNDX in OBJECT. This should return true when output_offset
712 // The child class may implement output_offset.
    [all...]
aarch64.cc 2303 AArch64_address output_offset = local
    [all...]
  /external/v8/src/
deoptimizer.h 508 static int output_offset() { return OFFSET_OF(Deoptimizer, output_); } function in class:v8::internal::Deoptimizer
577 unsigned output_offset, const char* debug_hint_string = nullptr,
580 unsigned output_offset,
583 unsigned output_offset,
    [all...]
deoptimizer.cc 856 unsigned output_offset = output_frame_size; local
858 output_offset -= kPointerSize;
860 output_offset);
875 output_offset -= kPCOnStackSize;
882 output_frame->SetCallerPc(output_offset, value);
883 DebugPrintOutputSlot(value, frame_index, output_offset, "caller's pc\n");
889 output_offset -= kFPOnStackSize;
895 output_frame->SetCallerFp(output_offset, value);
896 intptr_t fp_value = top_address + output_offset
1101 unsigned output_offset = output_frame_size; local
1249 frame_index, output_offset, "accumulator "); local
1354 unsigned output_offset = output_frame_size; member in namespace:v8::internal
1555 unsigned output_offset = output_frame_size; local
1751 unsigned output_offset = output_frame_size; local
2166 output_offset, debug_hint_string); local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldlang.h 195 bfd_vma output_offset; member in struct:__anon116371
228 bfd_vma output_offset; member in struct:__anon116372
386 bfd_vma output_offset; member in struct:__anon116374
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 1480 bfd_vma output_offset; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 1480 bfd_vma output_offset; member in struct:bfd_section
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
bfd-in2.h 1510 bfd_vma output_offset; member in struct:bfd_section
    [all...]

Completed in 219 milliseconds