HomeSort by relevance Sort by last modified time
    Searched refs:IN (Results 451 - 475 of 6016) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
ModU64x32.c 39 IN UINT64 Dividend,
40 IN UINT32 Divisor
RRotU64.c 36 IN UINT64 Operand,
37 IN UINTN Count
RShiftU64.c 35 IN UINT64 Operand,
36 IN UINTN Count
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootImpl.h 20 @param[in] Private The pointer to the driver's private data.
24 @retval EFI_NOT_STARTED The driver is in stopped state.
31 IN HTTP_BOOT_PRIVATE_DATA *Private
37 @param[in] Private The pointer to the driver's private data.
40 @retval EFI_NOT_STARTED The driver is already in stopped state.
47 IN HTTP_BOOT_PRIVATE_DATA *Private
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Mld.h 33 // DelayTime (less than 0xffffffff) is in "delaying listener" state. otherwise, it is in
58 @param[in] IpSb Points to an IP6 service binding instance.
59 @param[in] MulticastAddr The IPv6 multicast address to be searched.
66 IN IP6_SERVICE *IpSb,
67 IN EFI_IPv6_ADDRESS *MulticastAddr
74 @param[in] IpSb The IP6 service whose MLD is to be initialized.
83 IN IP6_SERVICE *IpSb
89 @param[in] IpSb The IP6 service binding instance.
90 @param[in] Interface Points to an IP6_INTERFACE structure.
    [all...]
Ip6Output.h 25 @param[in] IpSb Points to a IP6 service binding instance.
26 @param[in] Destination The IPv6 destination address.
37 IN IP6_SERVICE *IpSb,
38 IN EFI_IPv6_ADDRESS *Destination,
46 @param[in] Packet The packet that transmitted.
47 @param[in] IoStatus The result of the transmission: succeeded or failed.
48 @param[in] LinkFlag Not used when transmission. Check IP6_FRAME_CALLBACK
50 @param[in] Context The context provided by us.
67 @param[in] IpSb The IP6 service instance to transmit the packet.
68 @param[in] Interface The IP6 interface to transmit the packet. Ignored
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Include/Library/
LoadLinuxLib.h 24 @param[in] KernelSetup - The kernel setup image
25 @param[in] KernelSetupSize - The kernel setup size
35 IN VOID *KernelSetup,
36 IN UINTN KernelSetupSize
44 @param[in] KernelSetup - The kernel setup image
45 @param[in] KernelSize - The kernel size on disk.
55 IN VOID *KernelSetup,
56 IN UINTN KernelSize
65 @param[in] Kernel - The main kernel image
66 @param[in,out] KernelSetup - The kernel setup image
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
EventChannel.h 32 IN XENBUS_DEVICE *Dev,
33 IN evtchn_port_t Port
53 IN XENBUS_PROTOCOL *This,
54 IN domid_t DomainId,
69 IN XENBUS_PROTOCOL *This,
70 IN evtchn_port_t Port
84 IN XENBUS_PROTOCOL *This,
85 IN evtchn_port_t Port
GrantTable.h 32 IN XENBUS_DEVICE *Dev
40 IN XENBUS_DEVICE *Dev
55 IN XENBUS_PROTOCOL *This,
56 IN domid_t DomainId,
57 IN UINTN Frame, // MFN
58 IN BOOLEAN ReadOnly,
72 IN XENBUS_PROTOCOL *This,
73 IN grant_ref_t Ref
  /device/linaro/bootloader/edk2/SecurityPkg/RandomNumberGenerator/RngDxe/
AesCore.h 21 @param[in] Key AES symmetric key buffer.
22 @param[in] InData One block of input plaintext to be encrypted.
32 IN UINT8 *Key,
33 IN UINT8 *InData,
  /device/linaro/bootloader/edk2/ShellPkg/Include/Library/
ShellCEntryLib.h 25 @param[in] Argc The number of parameters.
26 @param[in] Argv The array of pointers to parameters.
35 IN UINTN Argc,
36 IN CHAR16 **Argv
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DpInternal.h 6 Dp application. In addition to global data, function declarations for
47 Calculate an event's duration in timer ticks.
50 calculate the duration of the event in timer ticks. Information for
58 The calculated duration, in ticks, is the absolute difference between
68 IN OUT MEASUREMENT_RECORD *Measurement
77 @param[in] Measurement A pointer to the Measurement record to test.
84 IN MEASUREMENT_RECORD *Measurement
95 @param[in] PdbFileName Pdb file name.
101 IN CHAR8 *PdbFileName,
115 @param[in] Handle
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
Misc.h 30 IN EFI_EDITOR_LINE *Src
44 IN EFI_EDITOR_LINE *Src
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EditTitleBar.h 21 @param[in] Prompt The prompt to print in the title bar.
53 @param[in] FileName The open file's name (or NULL).
54 @param[in] FileType The type fo the file.
55 @param[in] ReadOnly TRUE if the file is read only. FALSE otherwise.
56 @param[in] Modified TRUE if the file was modified. FALSE otherwise.
57 @param[in] LastCol The last printable column.
58 @param[in] LastRow The last printable row.
59 @param[in] Offset The offset into the file. (only for mem/disk)
60 @param[in] Size The file's size. (only for mem/disk)
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuIo2Dxe/
CpuIo2Dxe.h 52 @param[in] This A pointer to the EFI_CPU_IO2_PROTOCOL instance.
53 @param[in] Width Signifies the width of the I/O or Memory operation.
54 @param[in] Address The base address of the I/O operation.
55 @param[in] Count The number of I/O operations to perform. The number of
71 IN EFI_CPU_IO2_PROTOCOL *This,
72 IN EFI_CPU_IO_PROTOCOL_WIDTH Width,
73 IN UINT64 Address,
74 IN UINTN Count,
101 @param[in] This A pointer to the EFI_CPU_IO2_PROTOCOL instance.
102 @param[in] Width Signifies the width of the I/O or Memory operation.
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuIo2Smm/
CpuIo2Smm.h 37 @param[in] This The EFI_SMM_CPU_IO2_PROTOCOL instance.
38 @param[in] Width Signifies the width of the I/O operations.
39 @param[in] Address The base address of the I/O operations. The caller is
41 @param[in] Count The number of I/O operations to perform.
56 IN CONST EFI_SMM_CPU_IO2_PROTOCOL *This,
57 IN EFI_SMM_IO_WIDTH Width,
58 IN UINT64 Address,
59 IN UINTN Count,
70 @param[in] This The EFI_SMM_CPU_IO2_PROTOCOL instance.
71 @param[in] Width Signifies the width of the I/O operations.
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
I2cSlave.h 41 @param[in] Context The value passed to the slave enable routine.
42 @param[in] NumberOfBytes Number of data bytes received
43 @param[in] Data Buffer containing the received data bytes
52 IN VOID *Context,
53 IN UINTN NumberOfBytes,
54 IN CONST UINT8 *Data
61 @param[in] Context The value passed to the slave enable routine.
67 IN VOID *Context,
68 IN UINTN BytesSent,
69 IN EFI_STATUS Status
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/Observable/
Observable.h 84 IN EFI_GUID ReferenceGuid,
85 IN OBS_CALLBACK CallbackInterface
100 IN EFI_GUID ReferenceGuid,
101 IN OBS_CALLBACK CallbackInterface
117 IN EFI_GUID ReferenceGuid,
118 IN OUT VOID* Data
133 IN EFI_GUID ReferenceGuid
138 * Remove an observable so that it can no longer be subscribed to. In addition, unsubscribe any functions
148 IN EFI_GUID ReferenceGuid
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SaveMemoryConfig/
SaveMemoryConfig.h 51 IN EFI_HANDLE ImageHandle,
52 IN EFI_SYSTEM_TABLE *SystemTable
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Wpce791/
LpcIsaAcpi.h 55 IN EFI_ISA_ACPI_PROTOCOL *This,
62 IN EFI_ISA_ACPI_PROTOCOL *This,
63 IN EFI_ISA_ACPI_DEVICE_ID *Device,
64 IN BOOLEAN OnOff
70 IN EFI_ISA_ACPI_PROTOCOL *This,
71 IN EFI_ISA_ACPI_DEVICE_ID *Device,
78 IN EFI_ISA_ACPI_PROTOCOL *This,
79 IN EFI_ISA_ACPI_DEVICE_ID *Device,
86 IN EFI_ISA_ACPI_PROTOCOL *This,
87 IN EFI_ISA_ACPI_DEVICE_ID *Device,
    [all...]
  /external/mesa3d/src/gallium/tests/graw/fragment-shader/
frag-lrp.sh 3 DCL IN[0], COLOR, LINEAR
8 ABS TEMP[0], IN[0]
9 LRP OUT[0], TEMP[0], IN[0].xxxx, IN[0].yyyy
  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-abs.sh 3 DCL IN[0]
4 DCL IN[1]
11 ADD TEMP[0], IN[0], IMM[0]
13 MOV OUT[1], IN[1]
vert-add.sh 3 DCL IN[0]
4 DCL IN[1]
10 ADD OUT[0], IN[0], IMM[0]
11 MOV OUT[1], IN[1]
vert-cb-2d.sh 3 DCL IN[0]
4 DCL IN[1]
9 MOV OUT[0], IN[0]
10 MAD OUT[1], IN[1], CONST[1][2], CONST[1][1]
vert-mad.sh 3 DCL IN[0]
4 DCL IN[1]
11 MAD OUT[0], IN[0], IMM[0], IMM[1]
12 MOV OUT[1], IN[1]

Completed in 591 milliseconds

<<11121314151617181920>>