HomeSort by relevance Sort by last modified time
    Searched defs:LUT (Results 1 - 25 of 25) sorted by null

  /external/llvm/unittests/Support/
raw_sha1_ostream_test.cpp 19 static const char *const LUT = "0123456789ABCDEF";
26 Output.push_back(LUT[c >> 4]);
27 Output.push_back(LUT[c & 15]);
  /external/llvm/include/llvm/ADT/
StringExtras.h 65 static const char *const LUT = "0123456789ABCDEF";
72 Output.push_back(LUT[c >> 4]);
73 Output.push_back(LUT[c & 15]);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringExtras.h 66 static const char *const LUT = "0123456789ABCDEF";
73 Output.push_back(LUT[c >> 4]);
74 Output.push_back(LUT[c & 15]);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringExtras.h 66 static const char *const LUT = "0123456789ABCDEF";
73 Output.push_back(LUT[c >> 4]);
74 Output.push_back(LUT[c & 15]);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
StringExtras.h 78 static const char *const LUT = "0123456789ABCDEF";
85 Output.push_back(LUT[c >> 4]);
86 Output.push_back(LUT[c & 15]);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
StringExtras.h 78 static const char *const LUT = "0123456789ABCDEF";
85 Output.push_back(LUT[c >> 4]);
86 Output.push_back(LUT[c & 15]);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringExtras.h 66 static const char *const LUT = "0123456789ABCDEF";
73 Output.push_back(LUT[c >> 4]);
74 Output.push_back(LUT[c & 15]);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
StringExtras.h 78 static const char *const LUT = "0123456789ABCDEF";
85 Output.push_back(LUT[c >> 4]);
86 Output.push_back(LUT[c & 15]);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
StringExtras.h 78 static const char *const LUT = "0123456789ABCDEF";
85 Output.push_back(LUT[c >> 4]);
86 Output.push_back(LUT[c & 15]);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
StringExtras.h 95 static const char *const LUT = "0123456789ABCDEF";
102 Output.push_back(LUT[c >> 4]);
103 Output.push_back(LUT[c & 15]);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
StringExtras.h 95 static const char *const LUT = "0123456789ABCDEF";
102 Output.push_back(LUT[c >> 4]);
103 Output.push_back(LUT[c & 15]);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
StringExtras.h 95 static const char *const LUT = "0123456789ABCDEF";
102 Output.push_back(LUT[c >> 4]);
103 Output.push_back(LUT[c & 15]);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
StringExtras.h 95 static const char *const LUT = "0123456789ABCDEF";
102 Output.push_back(LUT[c >> 4]);
103 Output.push_back(LUT[c & 15]);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
StringExtras.h 95 static const char *const LUT = "0123456789ABCDEF";
102 Output.push_back(LUT[c >> 4]);
103 Output.push_back(LUT[c & 15]);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
StringExtras.h 95 static const char *const LUT = "0123456789ABCDEF";
102 Output.push_back(LUT[c >> 4]);
103 Output.push_back(LUT[c & 15]);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
StringExtras.h 95 static const char *const LUT = "0123456789ABCDEF";
102 Output.push_back(LUT[c >> 4]);
103 Output.push_back(LUT[c & 15]);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
StringExtras.h 95 static const char *const LUT = "0123456789ABCDEF";
102 Output.push_back(LUT[c >> 4]);
103 Output.push_back(LUT[c & 15]);
  /external/pdfium/third_party/lcms/src/
cmsvirt.c 398 cmsPipeline* LUT;
429 LUT = cmsPipelineAlloc(ContextID, 4, 4);
430 if (LUT == NULL) goto Error;
440 if (!cmsPipelineInsertStage(LUT, cmsAT_BEGIN, _cmsStageAllocIdentityCurves(ContextID, nChannels)) ||
441 !cmsPipelineInsertStage(LUT, cmsAT_END, CLUT) ||
442 !cmsPipelineInsertStage(LUT, cmsAT_END, _cmsStageAllocIdentityCurves(ContextID, nChannels)))
448 if (!cmsWriteTag(hICC, cmsSigAToB0Tag, (void*) LUT)) goto Error;
452 cmsPipelineFree(LUT);
458 if (LUT != NULL)
459 cmsPipelineFree(LUT);
    [all...]
  /external/swiftshader/src/Shader/
PixelRoutine.cpp     [all...]
SamplerCore.cpp     [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp     [all...]
  /frameworks/rs/cpp/
rsCppStructs.h     [all...]
  /hardware/qcom/audio/hal/
audio_hw.c     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 695 milliseconds