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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
Math64.c 94 INTN TestValue;
99 TestValue = (((-1) << (sizeof (-1) * 8 - 1)) >> (sizeof (-1) * 8 - 1));
100 if (TestValue == -1) {
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
Math64.c 84 INTN TestValue;
89 TestValue = (INTN)((INT64)(1ULL << 63) >> 63);
90 if (TestValue == -1) {
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DataMov.cpp 462 #define TestValue(C, Dest, IsTrue, Src0, Value0, Src1, Value1) \
470 TestValue(o, Dest, 1u, Src0, 0x80000000u, Src1, 0x1u); \
471 TestValue(o, Dest, 0u, Src0, 0x1u, Src1, 0x10000000u); \
472 TestValue(no, Dest, 1u, Src0, 0x1u, Src1, 0x10000000u); \
473 TestValue(no, Dest, 0u, Src0, 0x80000000u, Src1, 0x1u); \
474 TestValue(b, Dest, 1u, Src0, 0x1, Src1, 0x80000000u); \
475 TestValue(b, Dest, 0u, Src0, 0x80000000u, Src1, 0x1u); \
476 TestValue(ae, Dest, 1u, Src0, 0x80000000u, Src1, 0x1u); \
477 TestValue(ae, Dest, 0u, Src0, 0x1u, Src1, 0x80000000u); \
478 TestValue(e, Dest, 1u, Src0, 0x1u, Src1, 0x1u);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciEnumeratorSupport.c     [all...]

Completed in 476 milliseconds