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

  /external/libxaac/decoder/
ixheaacd_multichannel.c 87 UWORD16 first_offset; local
94 first_offset = 7;
96 h += (read_word1) >> (32 - first_offset);
101 tot_bits += first_offset;
102 bit_pos += first_offset;
111 read_word1 = (read_word1) << (first_offset);
113 first_offset = (sign_ret_val >> 11);
116 h += (read_word1) >> (32 - first_offset);
  /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)) {
  /frameworks/native/libs/vr/libdvrcommon/tests/
pose_test.cpp 100 const auto first_offset = vec3_t(FT(-3.0), FT(2.0), FT(-1.0)); local
105 const Pose_t first_pose(first_rotation, first_offset);
  /toolchain/binutils/binutils-2.27/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));
  /external/flac/libFLAC/
metadata_iterators.c 336 FLAC__off_t first_offset; /* this is the offset to the STREAMINFO block */ member in struct:FLAC__Metadata_SimpleIterator
372 iterator->first_offset = iterator->offset[0] = -1;
445 iterator->first_offset = iterator->offset[iterator->depth] = ftello(iterator->file);
537 if(iterator->offset[iterator->depth] == iterator->first_offset)
540 if(0 != fseeko(iterator->file, iterator->first_offset, SEEK_SET)) {
544 this_offset = iterator->first_offset;
897 FLAC__off_t first_offset, last_offset; member in struct:FLAC__Metadata_Chain
    [all...]
  /external/protobuf/src/google/protobuf/
repeated_field.h 1169 size_type first_offset = first - cbegin(); local
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field.h 1169 size_type first_offset = first - cbegin(); local
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.cpp 8512 const GLuint first_offset = 0; local
10393 const GLuint first_offset = 0; \/* vec4 at 0 *\/ local
10484 const GLuint first_offset = 0; local
12157 const GLuint first_offset = 0; \/* vec4 at 0 *\/ local
    [all...]

Completed in 575 milliseconds