Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_multichannel.c87 UWORD16 first_offset; in cblock_decode_huff_symbol() local
94 first_offset = 7; in cblock_decode_huff_symbol()
96 h += (read_word1) >> (32 - first_offset); in cblock_decode_huff_symbol()
101 tot_bits += first_offset; in cblock_decode_huff_symbol()
102 bit_pos += first_offset; in cblock_decode_huff_symbol()
111 read_word1 = (read_word1) << (first_offset); in cblock_decode_huff_symbol()
113 first_offset = (sign_ret_val >> 11); in cblock_decode_huff_symbol()
116 h += (read_word1) >> (32 - first_offset); in cblock_decode_huff_symbol()
/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/flac/libFLAC/
Dmetadata_iterators.c336 FLAC__off_t first_offset; /* this is the offset to the STREAMINFO block */ member
372 iterator->first_offset = iterator->offset[0] = -1; in FLAC__metadata_simple_iterator_new()
445 iterator->first_offset = iterator->offset[iterator->depth] = ftello(iterator->file); in simple_iterator_prime_input_()
537 if(iterator->offset[iterator->depth] == iterator->first_offset) in FLAC__metadata_simple_iterator_prev()
540 if(0 != fseeko(iterator->file, iterator->first_offset, SEEK_SET)) { in FLAC__metadata_simple_iterator_prev()
544 this_offset = iterator->first_offset; in FLAC__metadata_simple_iterator_prev()
897 FLAC__off_t first_offset, last_offset; member
1210 chain->first_offset = (FLAC__off_t)pos; in chain_read_cb_()
1336 …chain->first_offset = 0; /*@@@ wrong; will need to be set correctly to implement metadata writing … in chain_read_ogg_cb_()
1361 if(0 != seek_cb(handle, chain->first_offset, SEEK_SET)) { in chain_rewrite_metadata_in_place_cb_()
[all …]
/external/protobuf/src/google/protobuf/
Drepeated_field.h1169 size_type first_offset = first - cbegin();
1171 Truncate(std::copy(last, cend(), begin() + first_offset) - cbegin());
1173 return begin() + first_offset;
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp8602 const GLuint first_offset = 0; in test() local
8633 memcpy(ptr + first_offset, &first[0], first.size()); in test()
8660 first_offset); in test()
10483 const GLuint first_offset = 0; /* vec4 at 0 */ in test() local
10484 …const GLuint second_offset = Utils::Type::GetActualOffset(first_offset + vec4_stride, block_align)… in test()
10507 false /* normalized */, 0 /* n_array_elements */, vec4_stride, first_offset /* offset */); in test()
10574 const GLuint first_offset = 0; in test() local
10605 memcpy(ptr + first_offset, &first[0], first.size()); in test()
10632 first_offset); in test()
12247 const GLuint first_offset = 0; /* vec4 at 0 */ in test() local
[all …]