Home
last modified time | relevance | path

Searched refs:first_offset (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/processor/
Dstatic_map-inl.h135 uint64_t first_offset = sizeof(int32_t) * (num_nodes_ + 1) in ValidateInMemoryStructure() local
138 if (first_offset > 0xffffffffUL) { in ValidateInMemoryStructure()
142 if (offsets_[node_index] != static_cast<uint32_t>(first_offset)) { in ValidateInMemoryStructure()
/external/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_add_neon.asm57 ; 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, $reg2
[all …]
/external/flac/libFLAC/
Dmetadata_iterators.c353 off_t first_offset; /* this is the offset to the STREAMINFO block */ member
389 iterator->first_offset = iterator->offset[0] = -1; in FLAC__metadata_simple_iterator_new()
462 iterator->first_offset = iterator->offset[iterator->depth] = ftello(iterator->file); in simple_iterator_prime_input_()
554 if(iterator->offset[iterator->depth] == iterator->first_offset) in FLAC__metadata_simple_iterator_prev()
557 if(0 != fseeko(iterator->file, iterator->first_offset, SEEK_SET)) { in FLAC__metadata_simple_iterator_prev()
561 this_offset = iterator->first_offset; in FLAC__metadata_simple_iterator_prev()
907 off_t first_offset, last_offset; member
1204 chain->first_offset = (off_t)pos; in chain_read_cb_()
1330 …chain->first_offset = 0; /*@@@ wrong; will need to be set correctly to implement metadata writing … in chain_read_ogg_cb_()
1355 if(0 != seek_cb(handle, chain->first_offset, SEEK_SET)) { in chain_rewrite_metadata_in_place_cb_()
[all …]
/external/lldb/source/Expression/
DClangFunction.cpp338 uint64_t first_offset = m_member_offsets[0]; in WriteFunctionArguments() local
339 …process->WriteScalarToMemory(args_addr_ref + first_offset, fun_addr, process->GetAddressByteSize()… in WriteFunctionArguments()