HomeSort by relevance Sort by last modified time
    Searched defs:Hex (Results 51 - 75 of 174) sorted by null

1 23 4 5 6 7

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
StringExtras.h 54 /// If \p C is not a valid hex digit, -1U is returned.
135 uint8_t Hex = hexFromNibbles(Input[0], Input[1]);
136 Output.push_back(Hex);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Format.h 168 bool Hex;
176 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
188 assert(Width <= 18 && "hex width must be <= 18");
201 assert(Width <= 16 && "hex width must be <= 16");
222 uint8_t ByteGroupSize; // How many hex bytes are grouped without spaces
223 bool Upper; // Show offset and hex bytes as upper case.
224 bool ASCII; // Show the ASCII bytes for the hex bytes to the right.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
StringExtras.h 54 /// If \p C is not a valid hex digit, -1U is returned.
135 uint8_t Hex = hexFromNibbles(Input[0], Input[1]);
136 Output.push_back(Hex);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Format.h 168 bool Hex;
176 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
188 assert(Width <= 18 && "hex width must be <= 18");
201 assert(Width <= 16 && "hex width must be <= 16");
222 uint8_t ByteGroupSize; // How many hex bytes are grouped without spaces
223 bool Upper; // Show offset and hex bytes as upper case.
224 bool ASCII; // Show the ASCII bytes for the hex bytes to the right.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
StringExtras.h 54 /// If \p C is not a valid hex digit, -1U is returned.
135 uint8_t Hex = hexFromNibbles(Input[0], Input[1]);
136 Output.push_back(Hex);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Format.h 168 bool Hex;
176 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
188 assert(Width <= 18 && "hex width must be <= 18");
201 assert(Width <= 16 && "hex width must be <= 16");
222 uint8_t ByteGroupSize; // How many hex bytes are grouped without spaces
223 bool Upper; // Show offset and hex bytes as upper case.
224 bool ASCII; // Show the ASCII bytes for the hex bytes to the right.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
StringExtras.h 54 /// If \p C is not a valid hex digit, -1U is returned.
135 uint8_t Hex = hexFromNibbles(Input[0], Input[1]);
136 Output.push_back(Hex);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Format.h 168 bool Hex;
176 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
188 assert(Width <= 18 && "hex width must be <= 18");
201 assert(Width <= 16 && "hex width must be <= 16");
222 uint8_t ByteGroupSize; // How many hex bytes are grouped without spaces
223 bool Upper; // Show offset and hex bytes as upper case.
224 bool ASCII; // Show the ASCII bytes for the hex bytes to the right.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
StringExtras.h 54 /// If \p C is not a valid hex digit, -1U is returned.
135 uint8_t Hex = hexFromNibbles(Input[0], Input[1]);
136 Output.push_back(Hex);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Format.h 168 bool Hex;
176 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
188 assert(Width <= 18 && "hex width must be <= 18");
201 assert(Width <= 16 && "hex width must be <= 16");
222 uint8_t ByteGroupSize; // How many hex bytes are grouped without spaces
223 bool Upper; // Show offset and hex bytes as upper case.
224 bool ASCII; // Show the ASCII bytes for the hex bytes to the right.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
StringExtras.h 54 /// If \p C is not a valid hex digit, -1U is returned.
135 uint8_t Hex = hexFromNibbles(Input[0], Input[1]);
136 Output.push_back(Hex);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Format.h 168 bool Hex;
176 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
188 assert(Width <= 18 && "hex width must be <= 18");
201 assert(Width <= 16 && "hex width must be <= 16");
222 uint8_t ByteGroupSize; // How many hex bytes are grouped without spaces
223 bool Upper; // Show offset and hex bytes as upper case.
224 bool ASCII; // Show the ASCII bytes for the hex bytes to the right.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
StringExtras.h 54 /// If \p C is not a valid hex digit, -1U is returned.
135 uint8_t Hex = hexFromNibbles(Input[0], Input[1]);
136 Output.push_back(Hex);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Format.h 168 bool Hex;
176 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
188 assert(Width <= 18 && "hex width must be <= 18");
201 assert(Width <= 16 && "hex width must be <= 16");
222 uint8_t ByteGroupSize; // How many hex bytes are grouped without spaces
223 bool Upper; // Show offset and hex bytes as upper case.
224 bool ASCII; // Show the ASCII bytes for the hex bytes to the right.
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 60 * {@code >= 8 (if used);} the number of bytes of hex output to use
508 left.write(Hex.dump(data, start, end - start, start, hexCols, 6));
516 left.write(Hex.dump(data, leftAt, cursor - leftAt, leftAt,
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 64 * {@code >= 8 (if used);} the number of bytes of hex output to use
524 left.write(Hex.dump(data, start, end - start, start, hexCols, 6));
532 left.write(Hex.dump(data, leftAt, cursor - leftAt, leftAt,
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 677 bool Hex, Octal;
742 Info.Hex = Info.Octal = false;
744 Info.Hex = true;
858 // Not easy to do int -> float with hex/octal and uncommon anyway.
859 if (!LitIsFloat && CallIsFloating && (LitInfo.Hex || LitInfo.Octal))
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/h264/
AvcConfigurationBox.java 19 import com.coremedia.iso.Hex;
355 result.add(Hex.encodeHex(parameterSet));
363 result.add(Hex.encodeHex(parameterSet));
371 result.add(Hex.encodeHex(parameterSet));
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 272 // It allows hex sequences \xhh, or generally \xhhhhh with an
273 // arbitrary number of hex digits, but all of them together must
278 // hex digits, upper or lower case) or \Uhhhhhhhh (exactly eight
279 // hex digits, upper or lower case) to specify a Unicode code
336 // Like CEscape() but uses hex (\x) escapes instead of octals.
447 // hex rather than decimal. FastTimeToBuffer() puts the output
450 // FastHex64ToBuffer() puts a 64-bit unsigned value in hex-format,
453 // FastHex32ToBuffer() puts a 32-bit unsigned value in hex-format,
591 struct Hex {
595 explicit Hex(Int v, PadSpec s = NO_PAD
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
UefiShellCommandLib.c 34 STATIC CONST CHAR8 Hex[] = {
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cExplicitUniformLocationTest.cpp 155 Hex,
221 else if (numSys == Loc::Hex)
223 str << std::hex << "0x"; member in class:glcts::__anon17547::std
241 else if (numSys == Loc::Hex)
243 str << std::hex << "0x"; member in class:glcts::__anon17547::std
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
AudioSpecificConfig.java 18 import com.coremedia.iso.Hex;
728 sb.append("{configBytes=").append(Hex.encodeHex(configBytes));
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
print.c 973 X - fixed 8 byte value in hex
974 x - hex value
1195 STATIC CHAR8 Hex[] = {'0','1','2','3','4','5','6','7',
1217 *(p1++) = Hex[v & 0xf];
1339 Val[Index*3+0] = Hex[c>>4];
1340 Val[Index*3+1] = Hex[c&0xF];
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.c     [all...]
  /external/clang/lib/AST/
Expr.cpp 872 static const char Hex[] = "0123456789ABCDEF";
    [all...]

Completed in 902 milliseconds

1 23 4 5 6 7