HomeSort by relevance Sort by last modified time
    Searched full:offsets (Results 501 - 525 of 3672) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
ctype_base.h 43 // NB: Offsets into ctype<char>::_M_table force a particular size
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/arm64-v8a/include/bits/
ctype_base.h 57 // NB: Offsets into ctype<char>::_M_table force a particular size
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
ctype_base.h 57 // NB: Offsets into ctype<char>::_M_table force a particular size
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
ctype_base.h 57 // NB: Offsets into ctype<char>::_M_table force a particular size
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
ctype_base.h 57 // NB: Offsets into ctype<char>::_M_table force a particular size
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips64/include/bits/
ctype_base.h 57 // NB: Offsets into ctype<char>::_M_table force a particular size
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
ctype_base.h 57 // NB: Offsets into ctype<char>::_M_table force a particular size
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86_64/include/bits/
ctype_base.h 57 // NB: Offsets into ctype<char>::_M_table force a particular size
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
ctype_base.h 57 // NB: Offsets into ctype<char>::_M_table force a particular size
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
ctype_base.h 57 // NB: Offsets into ctype<char>::_M_table force a particular size
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
ctype_base.h 57 // NB: Offsets into ctype<char>::_M_table force a particular size
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
ctype_base.h 57 // NB: Offsets into ctype<char>::_M_table force a particular size
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
ctype_base.h 57 // NB: Offsets into ctype<char>::_M_table force a particular size
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
ctype_base.h 57 // NB: Offsets into ctype<char>::_M_table force a particular size
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
ctype_base.h 57 // NB: Offsets into ctype<char>::_M_table force a particular size
  /external/deqp/framework/common/
tcuTexture.hpp 371 Vec4 gatherArray2DOffsets (const ConstPixelBufferAccess& src, const Sampler& sampler, float s, float t, int depth, int componentNdx, const IVec2 (&offsets)[4]);
372 Vec4 gatherArray2DOffsetsCompare (const ConstPixelBufferAccess& src, const Sampler& sampler, float ref, float s, float t, int depth, const IVec2 (&offsets)[4]);
477 Vec4 gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2 (&offsets)[4]) const;
478 Vec4 gatherOffsetsCompare(const Sampler& sampler, float ref, float s, float t, const IVec2 (&offsets)[4]) const;
512 inline Vec4 Texture2DView::gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2 (&offsets)[4]) const
514 return gatherArray2DOffsets(m_levels[0], sampler, s, t, 0, componentNdx, offsets);
517 inline Vec4 Texture2DView::gatherOffsetsCompare (const Sampler& sampler, float ref, float s, float t, const IVec2 (&offsets)[4]) const
519 return gatherArray2DOffsetsCompare(m_levels[0], sampler, ref, s, t, 0, offsets);
621 Vec4 gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2 (&offsets)[4]) const;
622 Vec4 gatherOffsetsCompare(const Sampler& sampler, float ref, float s, float t, const IVec2 (&offsets)[4]) const
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 150 if (pstr->offsets != NULL)
152 Idx *new_offsets = re_realloc (pstr->offsets, Idx, new_buf_len);
155 pstr->offsets = new_offsets;
404 if (pstr->offsets == NULL)
406 pstr->offsets = re_malloc (Idx, pstr->bufs_len);
408 if (pstr->offsets == NULL)
414 pstr->offsets[i] = i;
420 pstr->offsets[byte_idx] = src_idx;
423 pstr->offsets[byte_idx + i]
446 pstr->offsets[byte_idx + i] = src_idx + i
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv_ext.c 236 int32_t **offsets, int32_t srcIndex,
244 offsets, srcIndex,
254 offsets, srcIndex,
279 int32_t **offsets, int32_t srcIndex,
299 offsets, srcIndex,
394 &pArgs->offsets, srcIndex,
672 int32_t **offsets, int32_t srcIndex,
736 offsets, srcIndex,
748 int32_t **offsets, int32_t srcIndex,
773 offsets, srcIndex
    [all...]
  /external/icu/icu4c/source/common/
ucnv_ext.cpp 237 int32_t **offsets, int32_t srcIndex,
245 offsets, srcIndex,
255 offsets, srcIndex,
280 int32_t **offsets, int32_t srcIndex,
300 offsets, srcIndex,
395 &pArgs->offsets, srcIndex,
672 int32_t **offsets, int32_t srcIndex,
736 offsets, srcIndex,
748 int32_t **offsets, int32_t srcIndex,
773 offsets, srcIndex
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 204 /// This function finds loads of the same base and different offsets. If the
205 /// offsets are not far apart (target specific), it add MVT::Glue inputs and
217 // the same base pointer and different offsets.
219 SmallVector<int64_t, 4> Offsets;
238 Offsets.push_back(Offset1);
240 Offsets.push_back(Offset2);
252 std::sort(Offsets.begin(), Offsets.end());
257 int64_t BaseOff = Offsets[0];
260 for (unsigned i = 1, e = Offsets.size(); i != e; ++i)
    [all...]
  /frameworks/base/core/java/android/app/
WallpaperManager.java     [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
ParseContext.cpp 22 // Look at a '.' field selector string and change it into offsets
42 fields.offsets[i] = 0;
46 fields.offsets[i] = 0;
50 fields.offsets[i] = 0;
54 fields.offsets[i] = 1;
58 fields.offsets[i] = 1;
62 fields.offsets[i] = 1;
66 fields.offsets[i] = 2;
70 fields.offsets[i] = 2;
74 fields.offsets[i] = 2
    [all...]
  /art/runtime/
mem_map.h 66 // Map part of a file, taking care of non-page aligned offsets. The
75 // Map part of a file, taking care of non-page aligned offsets. The
  /dalvik/libdex/
DexClass.cpp 82 * only; it does not verify that access flags, indices, or offsets
102 * only; it does not verify that access flags, indices, or offsets
DexClass.h 88 * only; it does not verify that access flags, indices, or offsets
101 * only; it does not verify that access flags, indices, or offsets

Completed in 875 milliseconds

<<21222324252627282930>>