HomeSort by relevance Sort by last modified time
    Searched refs:first_offset (Results 1 - 5 of 5) sorted by null

  /external/google-breakpad/src/processor/
static_map-inl.h 135 uint64_t first_offset = sizeof(int32_t) * (num_nodes_ + 1) local
138 if (first_offset > 0xffffffffUL) {
142 if (offsets_[node_index] != static_cast<uint32_t>(first_offset)) {
  /external/libvpx/libvpx/vpx_dsp/arm/
idct32x32_add_neon.asm 57 ; q13 = transposed_buffer[first_offset]
62 LOAD_FROM_TRANSPOSED $prev_offset, $first_offset, $second_offset
64 add r0, #($first_offset - $prev_offset )*8*2
66 add r0, #($second_offset - $first_offset)*8*2
72 ; reg1 = output[first_offset]
78 LOAD_FROM_OUTPUT $prev_offset, $first_offset, $second_offset, $reg1, $reg2
80 add r1, #($first_offset - $prev_offset )*32*2
82 add r1, #($second_offset - $first_offset)*32*2
88 ; output[first_offset] = reg1
94 STORE_IN_OUTPUT $prev_offset, $first_offset, $second_offset, $reg1, $reg
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 57 ; q13 = transposed_buffer[first_offset]
62 LOAD_FROM_TRANSPOSED $prev_offset, $first_offset, $second_offset
64 add r0, #($first_offset - $prev_offset )*8*2
66 add r0, #($second_offset - $first_offset)*8*2
72 ; reg1 = output[first_offset]
78 LOAD_FROM_OUTPUT $prev_offset, $first_offset, $second_offset, $reg1, $reg2
80 add r1, #($first_offset - $prev_offset )*32*2
82 add r1, #($second_offset - $first_offset)*32*2
88 ; output[first_offset] = reg1
94 STORE_IN_OUTPUT $prev_offset, $first_offset, $second_offset, $reg1, $reg
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
fileread.cc 646 off_t first_offset = rm[start].file_offset; local
647 off_t last_offset = first_offset;
678 if (::lseek(this->descriptor_, base + first_offset, SEEK_SET) < 0)
690 got, want, static_cast<long long>(base + first_offset));
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field.h 1169 size_type first_offset = first - cbegin(); local
    [all...]

Completed in 215 milliseconds