/device/google/cuttlefish_common/common/libs/thread_safe_queue/ |
D | thread_safe_queue.h | 53 void Push(T&& t) { in Push() function 60 void Push(const T& t) { in Push() function
|
/device/google/cuttlefish_common/host/frontend/vnc_server/ |
D | simulated_hw_composer.cpp | 45 stripes_.Push(std::move(s)); in GetNewStripe() 111 stripes_.Push(std::move(s)); in MakeStripes()
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/ |
D | PeiCoreEntry.S | 55 # Push the hob list pointer 69 # Push processor count to stack first, then BIST status (AP then BSP)
|
D | PeiCoreEntry.asm | 62 ; Push the hob list pointer 76 ; Push processor count to stack first, then BIST status (AP then BSP)
|
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/Ia32/ |
D | PeiCoreEntry.nasm | 60 ; Push the hob list pointer 74 ; Push processor count to stack first, then BIST status (AP then BSP)
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/ |
D | PeiCoreEntry.asm | 63 ; Push the hob list pointer 77 ; Push processor count to stack first, then BIST status (AP then BSP)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
D | DivU64x32.c | 60 push eax ; Push quoitent in stack in DivU64x32()
|
D | DivU64x32.S | 74 pushl %eax # Push quoitent in stack
|
D | DivU64x32.asm | 68 push eax ; Push quoitent in stack
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | Tcp6.h | 387 BOOLEAN Push; member
|
D | Tcp4.h | 176 BOOLEAN Push; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Tcp4/ |
D | Tcp4.h | 134 BOOLEAN Push; member
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/ |
D | HttpsSupport.c | 243 HttpInstance->Tcp4TlsTxData.Push = TRUE; in TlsCreateTxRxEvent() 287 HttpInstance->Tcp6TlsTxData.Push = TRUE; in TlsCreateTxRxEvent() 595 ((EFI_TCP4_TRANSMIT_DATA *) Data)->Push = TRUE; in TlsCommonTransmit() 629 ((EFI_TCP6_TRANSMIT_DATA *) Data)->Push = TRUE; in TlsCommonTransmit()
|
D | HttpProto.c | 440 TcpWrap->Tx4Data.Push = TRUE; in HttpCreateTcpTxEvent() 458 TcpWrap->Tx6Data.Push = TRUE; in HttpCreateTcpTxEvent()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
D | IScsiTcp4Io.c | 358 TxData->Push = TRUE; in Tcp4IoTransmit()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/ |
D | FastbootTransportTcp.c | 391 mTxData.Push = TRUE; in TcpFastbootTransportStart()
|
/device/linaro/bootloader/arm-trusted-firmware/ |
D | contributing.rst | 85 - Push your local changes to your fork of the repository.
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/Ia32/ |
D | MpFuncs.nasm | 203 push ebx ; Push NumApsExecuting
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ |
D | ExceptionHandlerAsm.asm | 109 ; Push a dummy error code on the stack
|
D | ExceptionHandlerAsm.nasm | 111 ; Push a dummy error code on the stack
|
D | ExceptionHandlerAsm.S | 128 # Push a dummy error code on the stack
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/X64/ |
D | MpFuncs.nasm | 199 push rbp ; Push BIST data at top of AP stack
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeTcpIoLib/ |
D | DxeTcpIoLib.c | 786 ((EFI_TCP4_TRANSMIT_DATA *) Data)->Push = TRUE; in TcpIoTransmit()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/ |
D | SockImpl.c | 298 if (TxData->Push) { in SockProcessTcpSndData()
|
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/ |
D | SockImpl.c | 410 if (TxData->Push) { in SockProcessTcpSndData()
|