HomeSort by relevance Sort by last modified time
    Searched refs:Aip (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Library/DxeHstiLib/
HstiDxe.c 17 Find HSTI table in AIP protocol, and return the data.
29 @return Aip The AIP protocol having this HSTI.
41 EFI_ADAPTER_INFORMATION_PROTOCOL *Aip;
65 Aip = NULL;
72 (VOID **)&Aip
79 // Check AIP
81 Status = Aip->GetSupportedTypes (
82 Aip,
93 AipCandidate = Aip;
    [all...]
HstiDxe.h 33 EFI_ADAPTER_INFORMATION_PROTOCOL Aip;
42 Aip, \
  /external/opencv/cxcore/src/
cxjacobieigens.cpp 116 float *A3, Apq = A1[q], App, Aqq, Aip, Aiq, Vpi, Vqi;
140 Aip = A3[p];
144 A3[p] = (float) (Aip * c - Aiq * s);
145 A3[q] = (float) (Aiq * c + Aip * s);
151 Aip = A1[i];
155 A1[i] = (float) (Aip * c - Aiq * s);
156 A3[q] = (float) (Aiq * c + Aip * s);
162 Aip = A1[i];
166 A1[i] = (float) (Aip * c - Aiq * s);
167 A2[i] = (float) (Aiq * c + Aip * s)
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDriver.c 452 @retval EFI_SUCCESS Get the result whether UNDI supports IPv6 by NII or AIP protocol successfully.
453 @retval EFI_NOT_FOUND Don't know whether UNDI supports IPv6 since NII or AIP is not available.
464 EFI_ADAPTER_INFORMATION_PROTOCOL *Aip;
484 // Check whether the UNDI supports IPv6 by AIP protocol.
495 Aip = NULL;
499 (VOID *) &Aip
501 if (EFI_ERROR (Status) || Aip == NULL) {
507 Status = Aip->GetSupportedTypes (Aip, &InfoTypesBuffer, &InfoTypeBufferCount);
531 Status = Aip->GetInformation (Aip, &gEfiAdapterInfoUndiIpv6SupportGuid, &InfoBlock, &InfoBlockSize);
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
Init.c 447 UNDI32Device->Aip.GetInformation = UndiAipGetInfo;
448 UNDI32Device->Aip.SetInformation = UndiAipSetInfo;
449 UNDI32Device->Aip.GetSupportedTypes = UndiAipGetSupportedTypes;
461 &UNDI32Device->Aip,
507 &UNDI32Device->Aip,
Undi32.h 62 #define UNDI_DEV_FROM_AIP(a) CR(a, UNDI32_DEV, Aip, UNDI_DEV_SIGNATURE)
67 EFI_ADAPTER_INFORMATION_PROTOCOL Aip;
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiDriver.c 78 Check whether an iSCSI HBA adapter already installs an AIP instance with
82 @retval EFI_SUCCESS Found an AIP with matching network boot policy.
83 @retval EFI_NOT_FOUND AIP is unavailable or the network boot policy
93 EFI_ADAPTER_INFORMATION_PROTOCOL *Aip;
106 // Check any AIP instances exist in system.
129 (VOID *) &Aip
132 ASSERT (Aip != NULL);
145 Status = Aip->GetSupportedTypes (Aip, &InfoTypesBuffer, &InfoTypeBufferCount);
150 // Check whether the AIP instance has Network boot information block.
    [all...]
  /external/opencv/cvaux/src/
cveigenobjects.cpp 92 float *A3, Apq = A1[q], App, Aqq, Aip, Aiq, Vpi, Vqi;
116 Aip = A3[p];
120 A3[p] = (float) (Aip * c - Aiq * s);
121 A3[q] = (float) (Aiq * c + Aip * s);
127 Aip = A1[i];
131 A1[i] = (float) (Aip * c - Aiq * s);
132 A3[q] = (float) (Aiq * c + Aip * s);
138 Aip = A1[i];
142 A1[i] = (float) (Aip * c - Aiq * s);
143 A2[i] = (float) (Aiq * c + Aip * s)
    [all...]

Completed in 422 milliseconds