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

  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
InfoStreamBuilder.h 41 Optional<PdbRaw_ImplVer> Ver;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
InfBinarySectionTest.py 114 #-------------start of VER type binary item test input------------------------#
121 VER
128 VER | Test/Test.ver | * | TRUE | OverFlow
136 VER | Test/Test.ver
144 VER | Test/Test.ver | DEBUG
152 VER | Test/Test.ver | DEBUG | TRUE
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
InfoStreamBuilder.h 54 PdbRaw_ImplVer Ver;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
InfoStreamBuilder.h 54 PdbRaw_ImplVer Ver;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
InfoStreamBuilder.h 54 PdbRaw_ImplVer Ver;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
InfoStreamBuilder.h 54 PdbRaw_ImplVer Ver;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
InfoStreamBuilder.h 54 PdbRaw_ImplVer Ver;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
InfoStreamBuilder.h 54 PdbRaw_ImplVer Ver;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
InfoStreamBuilder.h 54 PdbRaw_ImplVer Ver;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
InfoStreamBuilder.h 54 PdbRaw_ImplVer Ver;
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_components/
Ver.java 36 public class Ver extends Asn1BitString {
42 public Ver() {
69 * Creates a new Ver from encoded stream.
71 public static Ver fromPerUnaligned(byte[] encodedBytes) {
72 Ver result = new Ver();
78 * Creates a new Ver from encoded stream.
80 public static Ver fromPerAligned(byte[] encodedBytes) {
81 Ver result = new Ver();
    [all...]
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.cpp 187 decodeOCLVer(unsigned Ver) {
188 unsigned short Major = Ver / 100000;
189 unsigned char Minor = (Ver % 100000) / 1000;
190 unsigned char Rev = Ver % 1000;
208 auto Ver = getVer(0);
210 if (Ver != getVer(I))
213 return encodeOCLVer(Ver.first, Ver.second, 0);
SPIRVWriter.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVEntry.cpp 571 SPIRVWord Ver = SPIRVWORD_MAX;
572 auto Language = Module->getSourceLanguage(&Ver);
573 getEncoder(O) << Language << Ver;
579 SPIRVWord Ver = SPIRVWORD_MAX;
580 getDecoder(I) >> Lang >> Ver;
581 Module->setSourceLanguage(Lang, Ver);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
LegacyBiosMpTable.h 17 Defives data structures per Multi Processor Specification Ver 1.4.
77 UINT8 Ver;
136 UINT8 Ver;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
LegacyBiosMpTable.h 2 Defives data structures per MultiProcessor Specification Ver 1.4.
96 UINT8 Ver;
144 UINT8 Ver;
  /external/clang/lib/Driver/
ToolChains.h 691 std::string Ver;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
NetLib.h 100 UINT8 Ver : 4;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]

Completed in 2531 milliseconds