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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
BitField.c 774 UINT64 Value1;
780 Value1 = LShiftU64 (OrData, StartBit);
783 return Operand | (Value1 & ~Value2);
818 UINT64 Value1;
824 Value1 = LShiftU64 (~AndData, StartBit);
827 return Operand & ~(Value1 & ~Value2);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
BitField.c 806 UINT64 Value1;
819 Value1 = LShiftU64 (OrData, StartBit);
822 return Operand | (Value1 & ~Value2);
858 UINT64 Value1;
871 Value1 = LShiftU64 (~AndData, StartBit);
874 return Operand & ~(Value1 & ~Value2);
    [all...]
  /external/swiftshader/third_party/subzero/crosstest/
test_select_main.cpp 46 Ty Value1, Value2;
49 setElement(Value1, j, Values[Index() % NumValues]);
52 Ty ResultLlc = select(Cond, Value1, Value2);
53 Ty ResultSz = Subzero_::select(Cond, Value1, Value2);
61 << ", Value1=" << vectAsString<T>(Value1)
82 v4f32 Value1, Value2;
85 setElement(Value1, j, Values[Index() % NumValues]);
88 v4f32 ResultLlc = select(Cond, Value1, Value2);
89 v4f32 ResultSz = Subzero_::select(Cond, Value1, Value2)
    [all...]
test_icmp_main.cpp 76 TypeUnsigned Value1 = Values[i];
79 bool ResultSz = Funcs[f].FuncSz(Value1, Value2);
80 bool ResultLlc = Funcs[f].FuncLlc(Value1, Value2);
86 << (CHAR_BIT * sizeof(TypeUnsigned)) << "(" << Value1
101 TypeUnsigned Value1 =
106 bool ResultSz = Funcs[f].FuncSz(Value1, Value2);
107 bool ResultLlc = Funcs[f].FuncLlc(Value1, Value2);
113 << (CHAR_BIT * sizeof(TypeUnsigned)) << "(" << Value1
235 TypeUnsigned Value1, Value2;
237 setElement(Value1, j, Values[Index() % NumValues])
    [all...]
test_arith_main.cpp 39 template <class T> bool inputsMayTriggerException(T Value1, T Value2) {
45 if (Value1 == std::numeric_limits<T>::min() && Value2 == -1)
95 TypeUnsigned Value1 = Values[i];
99 inputsMayTriggerException<TypeSigned>(Value1, Value2))
104 ResultSz = Funcs[f].FuncSzUnsigned(Value1, Value2);
105 ResultLlc = Funcs[f].FuncLlcUnsigned(Value1, Value2);
107 ResultSz = Funcs[f].FuncSzSigned(Value1, Value2);
108 ResultLlc = Funcs[f].FuncLlcSigned(Value1, Value2);
115 << (CHAR_BIT * sizeof(TypeUnsigned)) << "(" << Value1
130 TypeUnsigned Value1
    [all...]
test_sync_atomic_main.cpp 78 Type Value1 = static_cast<Type>(Values[i]);
84 *AtomicLoc = Value1;
87 *AtomicLoc = Value1;
96 << static_cast<uint64>(Value1) << ", "
123 Type Value1 = static_cast<Type>(Values[i]);
129 *AtomicLoc = Value1;
131 Funcs[f].FuncSz(AtomicLoc, flip ? Value2 : Value1, Value2);
133 *AtomicLoc = Value1;
135 Funcs[f].FuncLlc(AtomicLoc, flip ? Value2 : Value1, Value2);
142 << "(" << static_cast<uint64>(Value1) << ", "
    [all...]
  /external/clang/test/SemaCXX/
switch-implicit-fallthrough.cpp 210 Value1, Value2
219 case Value1:
  /external/clang/test/Sema/
warn-unreachable.c 171 typedef enum { Value1 = 1 } MyEnum;
174 case Value1:
207 return Value1; // expected-warning {{'return' will never be executed}}
338 return Value1; // no-warning
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DataSource.c 197 UINT32 Value1;
224 &Value1,
228 && ( 255 >= Value1 )
237 RemoteAddress = Value1
249 Value1,
256 &Value1,
264 && ( 0xffff >= Value1 )
277 pRemoteAddress6->sin6_addr.__u6_addr.__u6_addr8[ 0 ] = (UINT8)( Value1 >> 8 );
278 pRemoteAddress6->sin6_addr.__u6_addr.__u6_addr8[ 1 ] = (UINT8)Value1;
300 Value1,
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960Dxe/
HiKey960Dxe.c 130 UINT16 Value1, Value0;
153 Value1 = (UINT16)MmioRead32 (HKADC_DSP_RD2_DATA);
156 Data = ((Value1 << 4) & HKADC_VALUE_HIGH) | ((Value0 >> 4) & HKADC_VALUE_LOW);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]

Completed in 1526 milliseconds