/device/linaro/bootloader/edk2/MdeModulePkg/Library/FrameBufferBltLib/ |
FrameBufferBltLib.c | 46 Initialize the bit mask in frame buffer configure.
48 @param Configure The frame buffer configure.
53 IN FRAME_BUFFER_CONFIGURE *Configure,
66 Configure->PixelShl[Loop] = HighBitSet32 (Masks[Loop]) - 23 + (Loop * 8);
67 if (Configure->PixelShl[Loop] < 0) {
68 Configure->PixelShr[Loop] = -Configure->PixelShl[Loop];
69 Configure->PixelShl[Loop] = 0;
71 Configure->PixelShr[Loop] = 0; [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/ |
FrameBufferBltLib.h | 23 // Opaque structure for the frame buffer configure.
34 @param[in,out] Configure The created configuration information.
38 @retval RETURN_BUFFER_TOO_SMALL The Configure is to too small. The required
48 IN OUT FRAME_BUFFER_CONFIGURE *Configure,
55 @param[in] Configure Pointer to a configuration which was successfully
82 IN FRAME_BUFFER_CONFIGURE *Configure,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
Ip4NvData.h | 38 /// IP4_CONFIG2_IFR_NVDATA contains the IP4 configure
42 UINT8 Configure; ///< NIC configure status
|
Ip4Config2.vfr | 32 checkbox varid = IP4_CONFIG2_IFR_NVDATA.Configure,
39 suppressif ideqval IP4_CONFIG2_IFR_NVDATA.Configure == 0x00;
49 suppressif ideqval IP4_CONFIG2_IFR_NVDATA.DhcpEnable == 0x01 OR ideqval IP4_CONFIG2_IFR_NVDATA.Configure == 0x00;
|
/external/toolchain-utils/crosperf/ |
crosperf_test.py | 43 FileUtils.Configure(True)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/ |
PxeBcSupport.c | 38 This function initialize(or configure) the Udp4Write instance.
93 Udp4->Configure (Udp4, NULL);
95 Status = Udp4->Configure (Udp4, &Udp4CfgData);
105 Udp4->Configure (Udp4, NULL);
|
PxeBcMtftp.c | 131 Status = Mtftp4->Configure (Mtftp4, Config);
210 Mtftp4->Configure (Mtftp4, NULL);
255 Status = Mtftp4->Configure (Mtftp4, Config);
293 Mtftp4->Configure (Mtftp4, NULL);
338 Status = Mtftp4->Configure (Mtftp4, Config);
367 Mtftp4->Configure (Mtftp4, NULL);
412 Status = Mtftp4->Configure (Mtftp4, Config);
450 Mtftp4->Configure (Mtftp4, NULL);
|
PxeBcImpl.c | 342 // Configure the udp4 instance to let it receive data
344 Status = Private->Udp4Read->Configure (
354 // Configure block size for TFTP as a default value to handle all link layers.
427 Status = Private->Ip4->Configure (Private->Ip4, &Private->Ip4ConfigData);
441 Private->Ip4->Configure (Private->Ip4, NULL);
505 Private->Ip4->Configure (Private->Ip4, NULL);
525 Private->Udp4Write->Configure (Private->Udp4Write, NULL);
527 Private->Udp4Read->Configure (Private->Udp4Read, NULL);
530 Private->Dhcp4->Configure (Private->Dhcp4, NULL);
609 Private->Udp4Read->Configure (Private->Udp4Read, NULL); [all...] |
/external/webrtc/webrtc/modules/audio_processing/ |
processing_component.h | 48 virtual int Configure();
|
processing_component.cc | 93 return Configure(); 96 int ProcessingComponent::Configure() {
|
echo_cancellation_impl.cc | 245 return Configure(); 259 return Configure(); 283 return Configure(); 346 return Configure(); 451 Configure();
|
gain_control_impl.cc | 327 return Configure(); 342 return Configure(); 353 return Configure();
|
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
PxeBcImpl.c | 85 // Configure udp6 instance to receive data.
87 Status = Private->Udp6Read->Configure (
96 // Configure block size for TFTP as a default value to handle all link layers.
138 // Configure udp4 instance to receive data.
140 Status = Private->Udp4Read->Configure (
149 // Configure block size for TFTP as a default value to handle all link layers.
253 Private->Udp6Read->Configure (Private->Udp6Read, NULL);
254 Private->Ip6->Configure (Private->Ip6, NULL);
264 Private->Udp4Read->Configure (Private->Udp4Read, NULL);
265 Private->Ip4->Configure (Private->Ip4, NULL); [all...] |
PxeBcMtftp.c | 146 Status = Mtftp6->Configure (Mtftp6, Config);
225 Mtftp6->Configure (Mtftp6, NULL);
270 Status = Mtftp6->Configure (Mtftp6, Config);
308 Mtftp6->Configure (Mtftp6, NULL);
353 Status = Mtftp6->Configure (Mtftp6, Config);
383 Mtftp6->Configure (Mtftp6, NULL);
428 Status = Mtftp6->Configure (Mtftp6, Config);
466 Mtftp6->Configure (Mtftp6, NULL);
592 Status = Mtftp4->Configure (Mtftp4, Config);
671 Mtftp4->Configure (Mtftp4, NULL); [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/ |
EbcSimpleDebugger.h | 91 This interface allows you to configure the EBC debug support
101 @retval EFI_SUCCESS Configure EBC debug.
119 EBC_DEBUGGER_CONFIGURE Configure;
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/ |
process_files.sh | 3 # This script runs the OpenSSL Configure script, then processes the 19 ./Configure UEFI \ 93 # Configure. For now, until the git repository is fixed to store things
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/ |
HttpDns.c | 112 // Configure DNS4 instance for the DNS server address and protocol.
124 Status = Dns4->Configure (
194 Dns4->Configure (Dns4, NULL);
314 // Configure DNS6 instance for the DNS server address and protocol.
322 Status = Dns6->Configure (
391 Dns6->Configure (Dns6, NULL);
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/ |
FastbootTransportTcp.c | 139 // PCB from the list of live connections. Subsequent attempts to Configure()
141 // Calling Configure with NULL is a workaround for this issue.
142 Status = mTcpConnection->Configure (mTcpConnection, NULL);
295 Set up TCP Fastboot transport: Configure the network device via DHCP then
415 // Configure the TCP instance
418 Status = mTcpListener->Configure (mTcpListener, &TcpConfigData);
429 Status = mTcpListener->Configure (mTcpListener, &TcpConfigData);
431 DEBUG ((EFI_D_ERROR, "TCP Configure: %r\n", Status));
495 // PCB from the list of live connections. Subsequent attempts to Configure()
497 // Calling Configure with NULL is a workaround for this issue. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeIpIoLib/ |
DxeIpIoLib.c | [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
IScsiTcp4Io.c | 42 @retval Others Failed to create the TCP socket or configure it.
129 // Configure the TCP4 protocol.
131 Status = Tcp4->Configure (Tcp4, &Tcp4ConfigData);
212 Tcp4->Configure (Tcp4, NULL);
246 Tcp4->Configure (Tcp4, NULL);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/ |
Arp.h | 123 EFI_ARP_CONFIGURE Configure;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ManagedNetwork/ |
ManagedNetwork.h | 152 EFI_MANAGED_NETWORK_CONFIGURE Configure;
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
Arp.h | 178 the one given by Configure() if the entry to be
372 EFI_ARP_CONFIGURE Configure;
|
Dns4.h | 43 /// Configure() was called for this instance. When used with
44 /// Configure() this is the count of caller-supplied servers. If the
51 /// if DnsServerListCountis 0. For Configure(), this will be NULL when there are
57 /// freed by the caller. When used with Configure(), the buffer
251 /// parameter configured through Dns.Configure() interface.
257 /// Dns.Configure() interface.
304 Configure this DNS instance.
306 This function is used to configure DNS mode data for this DNS instance.
324 @retval EFI_ALREADY_STARTED Second call to Configure() with DnsConfigData. To
325 reconfigure the instance the caller must call Configure()
[all...] |
Dns6.h | 64 /// Configure() was called for this instance. When used with
65 /// Configure() this is the count of caller-supplied servers. If the
72 /// entries or NULL if DnsServerListCount is 0. For Configure(),
78 /// freed by the caller. When used with Configure(), the buffer
237 /// The parameter configured through DNSv6.Configure() interface. Retry number if no
242 /// The parameter configured through DNSv6.Configure() interface. Minimum interval of
293 Configure this DNS instance.
295 The Configure() function is used to set and change the configuration data for this
311 @retval EFI_ALREADY_STARTED Second call to Configure() with DnsConfigData. To
312 reconfigure the instance the caller must call Configure() with [all...] |