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

  /external/llvm/include/llvm/Support/
Format.h 143 uint64_t HexValue;
154 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Format.h 156 uint64_t HexValue;
167 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Format.h 156 uint64_t HexValue;
167 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Format.h 156 uint64_t HexValue;
167 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Format.h 156 uint64_t HexValue;
167 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Format.h 156 uint64_t HexValue;
167 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Format.h 156 uint64_t HexValue;
167 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Format.h 156 uint64_t HexValue;
167 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Format.h 165 uint64_t HexValue;
176 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Format.h 165 uint64_t HexValue;
176 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Format.h 165 uint64_t HexValue;
176 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Format.h 165 uint64_t HexValue;
176 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Format.h 165 uint64_t HexValue;
176 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Format.h 165 uint64_t HexValue;
176 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Format.h 165 uint64_t HexValue;
176 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Format.h 165 uint64_t HexValue;
176 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
  /external/v8/src/
utils.h 33 inline int HexValue(uc32 c) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StringDB.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StringDB.c 838 WCHAR HexValue;
915 HexValue = 0;
918 HexValue = (HexValue << 4) | (From[1] - UNICODE_0);
920 HexValue = (HexValue << 4) | (10 + From[1] - UNICODE_a);
922 HexValue = (HexValue << 4) | (10 + From[1] - UNICODE_A);
938 *To = HexValue;
    [all...]

Completed in 419 milliseconds