HomeSort by relevance Sort by last modified time
    Searched full:foffset (Results 201 - 225 of 260) sorted by null

1 2 3 4 5 6 7 891011

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCAssembler.h 420 /// obey bundling restrictions, where \p FOffset is the fragment's offset in
423 uint64_t FOffset, uint64_t FSize);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCAssembler.h 420 /// obey bundling restrictions, where \p FOffset is the fragment's offset in
423 uint64_t FOffset, uint64_t FSize);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCAssembler.h 420 /// obey bundling restrictions, where \p FOffset is the fragment's offset in
423 uint64_t FOffset, uint64_t FSize);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCAssembler.h 420 /// obey bundling restrictions, where \p FOffset is the fragment's offset in
423 uint64_t FOffset, uint64_t FSize);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 420 /// obey bundling restrictions, where \p FOffset is the fragment's offset in
423 uint64_t FOffset, uint64_t FSize);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCAssembler.h 420 /// obey bundling restrictions, where \p FOffset is the fragment's offset in
423 uint64_t FOffset, uint64_t FSize);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCAssembler.h 420 /// obey bundling restrictions, where \p FOffset is the fragment's offset in
423 uint64_t FOffset, uint64_t FSize);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCAssembler.h 420 /// obey bundling restrictions, where \p FOffset is the fragment's offset in
423 uint64_t FOffset, uint64_t FSize);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCAssembler.h 420 /// obey bundling restrictions, where \p FOffset is the fragment's offset in
423 uint64_t FOffset, uint64_t FSize);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCAssembler.h 420 /// obey bundling restrictions, where \p FOffset is the fragment's offset in
423 uint64_t FOffset, uint64_t FSize);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCAssembler.h 420 /// obey bundling restrictions, where \p FOffset is the fragment's offset in
423 uint64_t FOffset, uint64_t FSize);
  /external/dng_sdk/source/
dng_mosaic_info.cpp 55 int32 fOffset [kMaxCount];
196 fOffset [j] = rowStep * fDelta [j].v +
946 fOffsets [patRow] [patCol] = kernel.fOffset;
976 fOffsets [patRow] [patCol] = kernel.fOffset;
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.cpp 306 @param[out] fOffset
309 void CPVRTPrint3D::ApplyKerning(const PVRTuint32 cA, const PVRTuint32 cB, float& fOffset) const
314 fOffset += (float)pItem->iOffset;
    [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 581 VkDeviceSize offset = alloc.fOffset + texTop*layout.rowPitch + left*bpp;
595 SkASSERT(offset >= alloc.fOffset);
596 SkASSERT(size <= alloc.fOffset + alloc.fSize);
    [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp 606 VkDeviceSize offset = alloc.fOffset + texTop*layout.rowPitch + left*bpp;
620 SkASSERT(offset >= alloc.fOffset);
621 SkASSERT(size <= alloc.fOffset + alloc.fSize);
    [all...]
  /external/skia/src/sksl/
SkSLMetalCodeGenerator.cpp 214 fErrors.error(ref.fVariable.fOffset, "Metal backend does not support global "
744 fErrors.error(decls.fOffset, "Metal uniforms must have 'layout(set=...)'");
748 fErrors.error(decls.fOffset, "Metal backend requires all uniforms to have "
    [all...]
SkSLSPIRVCodeGenerator.cpp 391 if (fieldLayout.fOffset >= 0) {
392 if (fieldLayout.fOffset < (int) offset) {
393 fErrors.error(type.fOffset,
397 if (fieldLayout.fOffset % alignment) {
398 fErrors.error(type.fOffset,
402 offset = fieldLayout.fOffset;
    [all...]
  /external/skqp/src/sksl/
SkSLMetalCodeGenerator.cpp 214 fErrors.error(ref.fVariable.fOffset, "Metal backend does not support global "
744 fErrors.error(decls.fOffset, "Metal uniforms must have 'layout(set=...)'");
748 fErrors.error(decls.fOffset, "Metal backend requires all uniforms to have "
    [all...]
SkSLSPIRVCodeGenerator.cpp 391 if (fieldLayout.fOffset >= 0) {
392 if (fieldLayout.fOffset < (int) offset) {
393 fErrors.error(type.fOffset,
397 if (fieldLayout.fOffset % alignment) {
398 fErrors.error(type.fOffset,
402 offset = fieldLayout.fOffset;
    [all...]
  /external/pdfium/xfa/fgas/layout/
cfx_txtbreak.cpp 847 float fOffset = fFontSize * (iCharWidth - iFormWidth) / 2000.0f;
848 pCharPos->m_Origin.x += fOffset;
  /external/skia/tests/
BlurTest.cpp 369 REPORTER_ASSERT(reporter, rec.fOffset.x() == dx);
370 REPORTER_ASSERT(reporter, rec.fOffset.y() == dy);
  /external/skqp/tests/
BlurTest.cpp 368 REPORTER_ASSERT(reporter, rec.fOffset.x() == dx);
369 REPORTER_ASSERT(reporter, rec.fOffset.y() == dy);
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 632 final float fOffset = (float) offset / topHeight;
633 final int bOffset = (int) (mActionBarBottom.getHeight() * fOffset);
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 3376 ULong foffset, dev, ino; local
3823 Off64T foffset; member in struct:__anon42170
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.5.400.v20150505-1044.jar 

Completed in 1893 milliseconds

1 2 3 4 5 6 7 891011