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

1 2 3 4 5 6

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_swizzle.h 35 unsigned char Phase[4];
  /prebuilts/go/darwin-x86/src/math/cmplx/
phase.go 9 // Phase returns the phase (also called the argument) of x.
11 func Phase(x complex128) float64 { return math.Atan2(imag(x), real(x)) }
polar.go 7 // Polar returns the absolute value r and phase ? of x,
9 // The phase is in the range [-Pi, Pi].
11 return Abs(x), Phase(x)
  /prebuilts/go/linux-x86/src/math/cmplx/
phase.go 9 // Phase returns the phase (also called the argument) of x.
11 func Phase(x complex128) float64 { return math.Atan2(imag(x), real(x)) }
polar.go 7 // Polar returns the absolute value r and phase ? of x,
9 // The phase is in the range [-Pi, Pi].
11 return Abs(x), Phase(x)
  /external/swiftshader/third_party/LLVM/utils/release/
test-release.sh 184 Phase="$1"
221 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
226 Phase="$1"
239 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log
244 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log
249 Phase="$1"
255 2>&1 | tee $LogDir/llvm.check-Phase$Phase-$Flavor.lo
    [all...]
  /external/llvm/utils/release/
test-release.sh 57 echo " -no-compare-files Don't test that phase 2 and 3 files are identical."
250 Phase="$1"
253 echo "[${Flavor} Phase${Phase}] ${Msg}" | tee -a $LogDir/deferred_errors.log
332 Phase="$1"
369 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
373 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
380 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.lo
    [all...]
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
FspNotifyS3.c 71 NotifyPhaseParams.Phase = EnumInitPhaseAfterPciEnumeration;
75 NotifyPhaseParams.Phase = EnumInitPhaseReadyToBoot;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciHostBridgeSupport.c 26 IN EFI_PCI_CONTROLLER_RESOURCE_ALLOCATION_PHASE Phase
38 Phase -- The Phase during resource allocation
67 if (Phase == EfiPciBeforeResourceCollection) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/PciPlatform/
PciPlatform.h 62 IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE Phase,
72 twice for every Phase-once before the PCI Host Bridge Resource Allocation Protocol
83 Phase - The phase of the PCI bus enumeration.
84 ChipsetPhase - Defines the execution phase of the PCI chipset driver.
100 IN EFI_PCI_CONTROLLER_RESOURCE_ALLOCATION_PHASE Phase,
123 Phase - The phase of the PCI controller enumeration.
124 ChipsetPhase - Defines the execution phase of the PCI chipset driver.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PciPlatform.h 157 /// The phase that indicates the entry point to the PCI Bus Notify phase. This
163 /// The phase that indicates the entry point to the PCI Bus Notify phase. This
169 /// The phase that indicates the exit point to the Chipset Notify phase before
170 /// returning to the PCI Bus Driver Notify phase. This platform hook is called after
176 /// The phase that indicates the exit point to the Chipset Notify phase before
177 /// returning to the PCI Bus Driver Notify phase. This platform hook is called after
    [all...]
SmmPowerButtonDispatch2.h 47 EFI_POWER_BUTTON_PHASE Phase;
66 the power button SMI phase for which the dispatch function should be invoked.
SmmStandbyButtonDispatch2.h 48 EFI_STANDBY_BUTTON_PHASE Phase;
SmmSxDispatch2.h 42 /// Sleep state phase: entry or exit
55 EFI_SLEEP_PHASE Phase;
75 function which Sx state type and phase the caller
79 must check the Type and Phase field of the Dispatch
87 Sx Type/Phase.
89 @retval EFI_INVALID_PARAMETER RegisterContext is invalid. Type & Phase are not
PciHostBridgeResourceAllocation.h 81 /// This enum is used to specify the phase of the PCI enumaeration process.
93 /// The bus allocation phase is about to begin. No specific action
100 /// The bus allocation and bus programming phase is complete. No specific
107 /// The resource allocation phase is about to begin.No specific action is
132 /// The resource allocation phase is completed. No specific action is required
167 These are the notifications from the PCI bus driver that it is about to enter a certain phase of the PCI
172 @param[in] Phase The phase during enumeration.
175 @retval EFI_INVALID_PARAMETER The Phase is invalid.
176 @retval EFI_NOT_READY This phase cannot be entered at this time. For example, this error
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PciPlatform/
PciPlatform.h 63 IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE Phase,
75 IN EFI_PCI_CONTROLLER_RESOURCE_ALLOCATION_PHASE Phase,
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciPlatform/
PciPlatform.c 40 IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE Phase,
45 if (Phase == EfiPciHostBridgeEndResourceAllocation) {
61 IN EFI_PCI_CONTROLLER_RESOURCE_ALLOCATION_PHASE Phase,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmPowerButtonDispatch/
SmmPowerButtonDispatch.h 43 // - DXE/BDS Phase
44 // - OS Install Phase
52 EFI_POWER_BUTTON_PHASE Phase;
102 function the Power Button SMI phase for which the dispatch
114 phase is not within valid range.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmStandbyButtonDispatch/
SmmStandbyButtonDispatch.h 43 // - DXE/BDS Phase
44 // - OS Install Phase
52 EFI_STANDBY_BUTTON_PHASE Phase;
102 function the Standby Button SMI phase for which the dispatch
114 phase is not within valid range.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmSxDispatch/
SmmSxDispatch.h 59 EFI_SLEEP_PHASE Phase;
80 The Type and Phase fields are filled in
86 and Phase field of the Dispatch context and act
114 function which Sx state type and phase the caller
118 must check the Type and Phase field of the Dispatch
127 Sx Type/Phase.
131 EFI_INVALID_PARAMETER - DispatchContext is invalid. Type & Phase are not
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
SmmPowerButtonDispatch.h 38 // - DXE/BDS Phase
39 // - OS Install Phase
47 EFI_POWER_BUTTON_PHASE Phase;
78 function the Power Button SMI phase for which
89 phase is not within valid range.
SmmStandbyButtonDispatch.h 49 EFI_STANDBY_BUTTON_PHASE Phase;
80 Button SMI phase for which to invoke the dispatch
91 phase is not within valid range.
SmmSxDispatch.h 39 EFI_SLEEP_PHASE Phase;
50 The Type and Phase fields are filled in by the Sx dispatch driver
54 Phase field of EFI_SMM_SX_DISPATCH_CONTEXT, and act accordingly.
74 function which Sx state type and phase the caller
78 must check the Type and Phase field of the Dispatch
86 Sx Type/Phase.
90 @retval EFI_INVALID_PARAMETER DispatchContext is invalid. Type & Phase are not
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/PciHostBridgeResourceAllocation/
PciHostBridgeResourceAllocation.h 77 // The bus allocation phase is about to begin. No specific action
82 // The bus allocation and bus programming phase is complete. No specific
87 // The resource allocation phase is about to begin.No specific action is
104 // The resource allocation phase is completed. No specific action is required
136 IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE Phase
141 Enter a certain phase of the PCI enumeration process
145 Phase -- The phase during enumeration
150 EFI_NOT_READY - This phase cannot be entered at this time
329 IN EFI_PCI_CONTROLLER_RESOURCE_ALLOCATION_PHASE Phase
    [all...]
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspNotifyDxe/
FspNotifyDxe.c 74 NotifyPhaseParams.Phase = EnumInitPhaseAfterPciEnumeration;
106 NotifyPhaseParams.Phase = EnumInitPhaseReadyToBoot;

Completed in 460 milliseconds

1 2 3 4 5 6