HomeSort by relevance Sort by last modified time
    Searched refs:TestValue (Results 1 - 23 of 23) 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...]
  /external/flatbuffers/tests/
test.cpp     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalAhciMode.c 149 @param TestValue The test Value of memory.
162 IN UINT32 TestValue,
174 if (Value == TestValue) {
194 @param TestValue The test Value of memory.
206 IN UINT32 TestValue,
227 if (Value == TestValue) {
248 @param[in] TestValue The test Value of memory.
261 IN UINT32 TestValue,
274 if (Value == TestValue) {
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
SdMmcPciHci.h 278 @param[in] TestValue The test value of memory.
296 IN UINT64 TestValue,
SdMmcPciHci.c 313 @param[in] TestValue The test value of memory.
328 IN UINT64 TestValue
345 if (Value == TestValue) {
364 @param[in] TestValue The test value of memory.
382 IN UINT64 TestValue,
402 TestValue
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
SdMmcPciHci.h 278 @param[in] TestValue The test value of memory.
296 IN UINT64 TestValue,
SdMmcPciHci.c 313 @param[in] TestValue The test value of memory.
328 IN UINT64 TestValue
345 if (Value == TestValue) {
364 @param[in] TestValue The test value of memory.
382 IN UINT64 TestValue,
402 TestValue
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AhciMode.c 142 @param TestValue The test value of memory.
155 IN UINT32 TestValue,
177 if (Value == TestValue) {
198 @param TestValue The test value of memory.
210 IN UINT32 TestValue,
238 if (Value == TestValue) {
259 @param[in] TestValue The test value of memory.
273 IN UINT32 TestValue,
286 if (Value == TestValue) {
    [all...]
  /external/libmojo/mojo/common/
common_custom_types_unittest.cc 118 class TestValueImpl : public TestValue {
123 // TestValue implementation:
141 mojo::Binding<TestValue> binding_;
  /external/protobuf/python/google/protobuf/internal/
json_format_test.py 391 message = json_format_proto3_pb2.TestValue()
403 parsed_message = json_format_proto3_pb2.TestValue()
  /prebuilts/go/darwin-x86/src/sync/atomic/
value_test.go 16 func TestValue(t *testing.T) {
  /prebuilts/go/linux-x86/src/sync/atomic/
value_test.go 16 func TestValue(t *testing.T) {
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DwMmcHci.h 415 @param[in] TestValue The test value of memory.
433 IN UINT64 TestValue,
DwMmcHci.c 293 @param[in] TestValue The test value of memory.
308 IN UINT64 TestValue
325 if (Value == TestValue) {
344 @param[in] TestValue The test value of memory.
362 IN UINT64 TestValue,
382 TestValue
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
statusor_test.cc 158 TEST(StatusOr, TestValue) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcHci.c 197 @param[in] TestValue The test value of memory.
210 IN UINT64 TestValue
227 if (Value == TestValue) {
241 @param[in] TestValue The test value of memory.
257 IN UINT64 TestValue,
275 TestValue
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdHci.c 197 @param[in] TestValue The test value of memory.
210 IN UINT64 TestValue
227 if (Value == TestValue) {
241 @param[in] TestValue The test value of memory.
257 IN UINT64 TestValue,
275 TestValue
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
statusor_test.cc 297 TEST(StatusOr, TestValue) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsHci.c 21 @param TestValue The test value of memory.
33 IN UINT32 TestValue,
55 if (Value == TestValue) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThruHci.c 85 @param[in] TestValue The test value of memory.
98 IN UINT32 TestValue,
126 if (Value == TestValue) {
    [all...]

Completed in 1095 milliseconds