HomeSort by relevance Sort by last modified time
    Searched refs:Uint16 (Results 1 - 25 of 74) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
PciExpress30.h 38 UINT16 DownstreamPortTransmitterPreset : 4;
39 UINT16 DownstreamPortReceiverPresetHint : 3;
40 UINT16 Reserved : 1;
41 UINT16 UpstreamPortTransmitterPreset : 4;
42 UINT16 UpstreamPortReceiverPresetHint : 3;
43 UINT16 Reserved2 : 1;
45 UINT16 Uint16;
PciExpress21.h 27 UINT16 Version : 4;
28 UINT16 DevicePortType : 4;
29 UINT16 SlotImplemented : 1;
30 UINT16 InterruptMessageNumber : 5;
31 UINT16 Undefined : 1;
32 UINT16 Reserved : 1;
34 UINT16 Uint16;
67 UINT16 CorrectableError : 1;
68 UINT16 NonFatalError : 1;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
BootScriptExecute.c 100 DEBUG ((EFI_D_INFO, "EfiSmbusWriteWord - 0x%08x (0x%04x)\n", SmbusAddress, (UINTN)*(UINT16 *) Buffer));
101 SmBusWriteDataWord (SmbusAddress, *(UINT16 *) Buffer, &Status);
104 DEBUG ((EFI_D_INFO, "EfiSmbusProcessCall - 0x%08x (0x%04x)\n", SmbusAddress, (UINTN)*(UINT16 *) Buffer));
105 SmBusProcessCall (SmbusAddress, *(UINT16 *) Buffer, &Status);
230 *Out.Uint16 = IoRead16 ((UINTN) Address);
234 *Out.Uint16 = IoRead16 ((UINTN) Address);
238 *Out.Uint16 = IoRead16 ((UINTN) Address);
335 DEBUG ((EFI_D_INFO, "S3BootScriptWidthUint16 - 0x%08x (0x%04x)\n", (UINTN)Address, (UINTN)*In.Uint16));
336 IoWrite16 ((UINTN) Address, *In.Uint16);
339 DEBUG ((EFI_D_INFO, "S3BootScriptWidthFifoUint16 - 0x%08x (0x%04x)\n", (UINTN)OriginalAddress, (UINTN)*In.Uint16));
    [all...]
InternalBootScriptLib.h 61 UINT16 volatile *Uint16;
79 UINT16 TableMemoryPageNumber; // Record the page number Allocated for the table
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
MouseHid.c 104 CopyMem (&HidItem->Data.Uint16, StartPos, sizeof (UINT16));
150 return HidItem->Data.Uint16;
UsbMouseAbsolutePointer.h 95 UINT16 Uint16;
104 UINT16 Format;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/
MouseHid.c 104 CopyMem (&HidItem->Data.Uint16, StartPos, sizeof (UINT16));
150 return HidItem->Data.Uint16;
UsbMouse.h 95 UINT16 Uint16;
104 UINT16 Format;
  /external/gemmlowp/internal/
allocator.h 46 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 };
67 GEMMLOWP_REGISTER_TYPEID(std::uint16_t, Uint16)
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathFromText.c 420 // Get the second UINT16 data
422 Guid->Data2 = (UINT16) StrHexToUint64 (Str);
434 // Get the third UINT16 data
436 Guid->Data3 = (UINT16) StrHexToUint64 (Str);
500 UINT16 Data;
503 Data = (UINT16) StrHexToUintn (SplitStr (Str, L':'));
567 (UINT16) (sizeof (EFI_DEVICE_PATH_PROTOCOL) + DataLength)
634 (UINT16) sizeof (PCI_DEVICE_PATH)
663 (UINT16) sizeof (PCCARD_DEVICE_PATH)
695 (UINT16) sizeof (MEMMAP_DEVICE_PATH)
    [all...]
  /external/tensorflow/tensorflow/go/
tensor.go 58 Uint16 DataType = C.TF_UINT16
230 {reflect.TypeOf(uint16(0)), C.TF_UINT16},
312 case reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Float32, reflect.Float64, reflect.Complex64, reflect.Complex128:
330 case reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Float32, reflect.Float64, reflect.Complex64, reflect.Complex128:
359 case reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Float32, reflect.Float64, reflect.Complex64, reflect.Complex128:
371 case reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Float32, reflect.Float64, reflect.Complex64, reflect.Complex128:
481 case Float, Double, Int32, Uint8, Int16, Int8, Complex, Int64, Bool, Quint8, Qint32, Bfloat16, Qint16, Quint16, Uint16, Complex128, Half:
495 *(*uint16)(unsafe.Pointer(&buf[0])) = uint16(0xABCD)
  /external/syzkaller/pkg/serializer/
serializer.go 55 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
175 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
  /external/flatbuffers/tests/MyGame/Example/
Stat.lua 40 return self.view:Get(flatbuffers.N.Uint16, o + self.view.pos)
  /external/grpc-grpc/tools/http2_interop/
settings.go 18 type SettingsIdentifier uint16
48 return fmt.Sprintf("SETTINGS_UNKNOWN(%d)", uint16(si))
81 Identifier: SettingsIdentifier(binary.BigEndian.Uint16(raw[i : i+2])),
91 binary.BigEndian.PutUint16(raw[i*6:i*6+2], uint16(p.Identifier))
  /external/v8/src/wasm/
value-type.h 36 V(I32, 16U, Uint16, 1) \
41 V(I64, 16U, Uint16, 1) \
function-body-decoder-impl.h 67 V(I32AtomicLoad16U, Uint16) \
69 V(I64AtomicLoad16U, Uint16) \
73 V(I32AtomicAdd16U, Uint16) \
76 V(I64AtomicAdd16U, Uint16) \
81 V(I32AtomicSub16U, Uint16) \
83 V(I64AtomicSub16U, Uint16) \
88 V(I32AtomicAnd16U, Uint16) \
90 V(I64AtomicAnd16U, Uint16) \
95 V(I32AtomicOr16U, Uint16) \
97 V(I64AtomicOr16U, Uint16) \
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpVlan.c 53 IN UINT16 VlanId,
128 OUT UINT16 *VlanId
133 UINT16 ProtocolType;
148 ProtocolType = NTOHS (*(UINT16 *) (Packet + ProtocolOffset));
156 VlanTag.Uint16 = NTOHS (*(UINT16 *) (Packet + ProtocolOffset + sizeof (ProtocolType)));
189 OUT UINT16 *ProtocolType,
195 UINT16 *Tpid;
196 UINT16 *EtherType;
207 Tpid = (UINT16 *) (*Packet + SnpMode->MediaHeaderSize - sizeof (*ProtocolType));
    [all...]
  /art/compiler/optimizing/
data_type_test.cc 52 CHECK_NAME(Uint16);
78 // Bool Uint8 Int8 Uint16 Int16 Int32 Int64
82 { /* Uint16 N/A */ false, false, true, false, true, false },
  /external/v8/src/builtins/
builtins-sharedarraybuffer-gen.cc 177 Return(SmiFromInt32(AtomicLoad(MachineType::Uint16(), backing_store,
301 Return(SmiFromInt32(AtomicExchange(MachineType::Uint16(), backing_store,
383 MachineType::Uint16(), backing_store, WordShl(index_word, 1),
476 Return(SmiFromInt32((this->*function)(MachineType::Uint16(), backing_store,
  /external/flatbuffers/lua/flatbuffers/
builder.lua 15 local Uint16 = N.Uint16
322 function mt:PrependUint16Slot(...) self:PrependSlot(Uint16, ...) end
351 function mt:PrependUint16(x) self:Prepend(Uint16, x) end
numTypes.lua 75 name = "uint16",
175 m.Uint16 = uint16_mt
  /external/v8/src/
machine-type.h 116 constexpr static MachineType Uint16() {
208 return isSigned ? MachineType::Int16() : MachineType::Uint16();
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/value/
sort.go 49 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
format.go 58 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
225 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
  /external/deqp/framework/opengl/
gluDrawUtil.hpp 262 DECLARE_VA_CTOR(Uint16, deUint16, VTX_COMP_UNSIGNED_INT16, VTX_COMP_CONVERT_NONE);

Completed in 1206 milliseconds

1 2 3