HomeSort by relevance Sort by last modified time
    Searched refs:HR (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/elfutils/backends/
s390_corenote.c 144 #define HR(n) \
152 HR (0), HR (1), HR (2), HR (3), HR (4), HR (5), HR (6), HR (7),
153 HR (8), HR (9), HR (10), HR (11), HR (12), HR (13), HR (14), HR (15
    [all...]
  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.cpp 252 ((gCenterOffsetX + panOffset) + gPreviewImageWidth[HR]) /
259 ((gCenterOffsetX + panOffset) + gPreviewImageWidth[HR]) /
364 gPreviewImageWidth[HR] = widthHR;
365 gPreviewImageHeight[HR] = heightHR;
376 gPreviewImage[HR] = ImageUtils::allocateImage(gPreviewImageWidth[HR],
377 gPreviewImageHeight[HR], 4);
378 ClearPreviewImage(HR);
381 gPreviewFBOWidth = PREVIEW_FBO_WIDTH_SCALE * gPreviewImageWidth[HR];
382 gPreviewFBOHeight = PREVIEW_FBO_HEIGHT_SCALE * gPreviewImageHeight[HR];
    [all...]
mosaic_renderer_jni.h 21 const int HR = 1; // High-resolution mode
feature_mos_jni.cpp 53 // Variables to keep track of the mosaic computation progress for both LR & HR.
280 tWidth[HR] = width;
281 tHeight[HR] = height;
289 tImage[HR][i] = ImageUtils::allocateImage(tWidth[HR], tHeight[HR],
293 AllocateTextureMemory(tWidth[HR], tHeight[HR], tWidth[LR], tHeight[LR]);
302 ImageUtils::freeImage(tImage[HR][i]);
385 // Copy into HR buffer only if this is a valid fram
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorUInt128.h 76 template <typename HL, typename LL, typename HR, typename LR>
78 bool operator == (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs)
83 template <typename HL, typename LL, typename HR, typename LR>
85 bool operator != (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs)
90 template <typename HL, typename LL, typename HR, typename LR>
92 bool operator >= (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs)
100 template <typename HL, typename LL, typename HR, typename LR>
102 bool operator < (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs)
110 template <typename HL, typename LL, typename HR, typename LR>
112 TensorUInt128<uint64_t, uint64_t> operator + (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs
    [all...]
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIASession.cpp 69 HRESULT HR;
70 if (FAILED(HR = NoRegCoCreate(msdia_dll, CLSID_DiaSource, IID_IDiaDataSource,
72 return ErrorFromHResult(HR);
94 HRESULT HR;
95 if (FAILED(HR = DiaDataSource->loadDataFromPdb(Path16Str)))
96 return ErrorFromHResult(HR);
98 if (FAILED(HR = DiaDataSource->openSession(&DiaSession)))
99 return ErrorFromHResult(HR);
119 HRESULT HR;
120 if (FAILED(HR = DiaDataSource->loadDataForExe(Path16Str, nullptr, nullptr))
    [all...]
  /external/skia/src/xps/
SkXPSDevice.cpp 190 HR(this->createId(id, GUID_ID_LEN));
570 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure));
573 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath));
593 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure));
596 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath));
599 HR(this->createXpsSolidColorBrush(color, 0xFF, &areaToFillBrush));
644 HR(this->createId(id, GUID_ID_LEN));
695 HR(this->createXpsRect(bitmapPoints, FALSE, TRUE, &centralFigure));
698 HR(this->createPath(centralFigure.get(),
713 HR(this->sideOfClamp(leftArea, leftImageViewBox
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Tag.java 45 public static final Tag HR = new TagImpl ("HR");
  /external/skia/src/utils/win/
SkHRESULT.h 17 HRESULT hr, const char* msg);
40 The HR variants will return the HRESULT when FAILED.
46 #define HR(ex) HR_GENERAL(ex, nullptr, _hr)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqconf.py 157 <HR>
199 <HR>
217 <HR>
243 <HR>
300 <HR>
305 <HR>
352 <HR>
386 <HR>
396 <HR>
521 <P><HR>
    [all...]
  /external/python/cpython2/Tools/faqwiz/
faqconf.py 157 <HR>
199 <HR>
217 <HR>
243 <HR>
300 <HR>
305 <HR>
352 <HR>
386 <HR>
396 <HR>
521 <P><HR>
    [all...]
  /external/v8/src/
counters.h     [all...]
counters.cc 64 #define HR(name, caption, min, max, num_buckets) \
66 HISTOGRAM_RANGE_LIST(HR)
67 #undef HR
178 #define HR(name, caption, min, max, num_buckets) name##_.Reset();
179 HISTOGRAM_RANGE_LIST(HR)
180 #undef HR
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 97 HR(fontFace->GetFiles(&numFiles, nullptr));
104 HR(fontFace->GetFiles(&numFiles, &fontFile));
107 HR(fontFile->GetLoader(&fontFileLoader));
111 HR(fontFile->GetReferenceKey(&refKey, &refKeySize));
257 HR(fOuter->FontToIdentity(font.get(), &fIdentity));
457 HRESULT hr = SkGetGetUserDefaultLocaleNameProc(&getUserDefaultLocaleNameProc); local
459 SK_TRACEHR(hr, "Could not get GetUserDefaultLocaleName.");
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 192 unsigned HR = getRight() ? getRight()->validateTree() : 0;
194 (void) HR;
196 assert(getHeight() == ( HL > HR ? HL : HR ) + 1
199 assert((HL > HR ? HL-HR : HR-HL) <= 2
436 unsigned hr = getHeight(R); local
437 return (hl > hr ? hl : hr) + 1
494 unsigned hr = getHeight(R); local
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableSet.h 192 unsigned HR = getRight() ? getRight()->validateTree() : 0;
194 (void) HR;
196 assert(getHeight() == ( HL > HR ? HL : HR ) + 1
199 assert((HL > HR ? HL-HR : HR-HL) <= 2
433 unsigned hr = getHeight(R); local
434 return (hl > hr ? hl : hr) + 1
492 unsigned hr = getHeight(R); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 196 unsigned HR = getRight() ? getRight()->validateTree() : 0;
198 (void) HR;
200 assert(getHeight() == ( HL > HR ? HL : HR ) + 1
203 assert((HL > HR ? HL-HR : HR-HL) <= 2
441 unsigned hr = getHeight(R); local
442 return (hl > hr ? hl : hr) + 1
499 unsigned hr = getHeight(R); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 196 unsigned HR = getRight() ? getRight()->validateTree() : 0;
198 (void) HR;
200 assert(getHeight() == ( HL > HR ? HL : HR ) + 1
203 assert((HL > HR ? HL-HR : HR-HL) <= 2
441 unsigned hr = getHeight(R); local
442 return (hl > hr ? hl : hr) + 1
499 unsigned hr = getHeight(R); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 196 unsigned HR = getRight() ? getRight()->validateTree() : 0;
198 (void) HR;
200 assert(getHeight() == ( HL > HR ? HL : HR ) + 1
203 assert((HL > HR ? HL-HR : HR-HL) <= 2
441 unsigned hr = getHeight(R); local
442 return (hl > hr ? hl : hr) + 1
499 unsigned hr = getHeight(R); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 196 unsigned HR = getRight() ? getRight()->validateTree() : 0;
198 (void) HR;
200 assert(getHeight() == ( HL > HR ? HL : HR ) + 1
203 assert((HL > HR ? HL-HR : HR-HL) <= 2
441 unsigned hr = getHeight(R); local
442 return (hl > hr ? hl : hr) + 1
499 unsigned hr = getHeight(R); local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 196 unsigned HR = getRight() ? getRight()->validateTree() : 0;
198 (void) HR;
200 assert(getHeight() == ( HL > HR ? HL : HR ) + 1
203 assert((HL > HR ? HL-HR : HR-HL) <= 2
441 unsigned hr = getHeight(R); local
442 return (hl > hr ? hl : hr) + 1
499 unsigned hr = getHeight(R); local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 196 unsigned HR = getRight() ? getRight()->validateTree() : 0;
198 (void) HR;
200 assert(getHeight() == ( HL > HR ? HL : HR ) + 1
203 assert((HL > HR ? HL-HR : HR-HL) <= 2
441 unsigned hr = getHeight(R); local
442 return (hl > hr ? hl : hr) + 1
499 unsigned hr = getHeight(R); local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 196 unsigned HR = getRight() ? getRight()->validateTree() : 0;
198 (void) HR;
200 assert(getHeight() == ( HL > HR ? HL : HR ) + 1
203 assert((HL > HR ? HL-HR : HR-HL) <= 2
441 unsigned hr = getHeight(R); local
442 return (hl > hr ? hl : hr) + 1
499 unsigned hr = getHeight(R); local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 196 unsigned HR = getRight() ? getRight()->validateTree() : 0;
198 (void) HR;
200 assert(getHeight() == ( HL > HR ? HL : HR ) + 1
203 assert((HL > HR ? HL-HR : HR-HL) <= 2
441 unsigned hr = getHeight(R); local
442 return (hl > hr ? hl : hr) + 1
499 unsigned hr = getHeight(R); local
    [all...]
  /bionic/libc/bionic/
getentropy_linux.c 72 #define HR(x, l) (SHA512_Update(&ctx, (char *)(x), (l)))
526 HR(p, 16);
531 HR(p, pgs);

Completed in 788 milliseconds

1 2 3