Searched refs:pEnd (Results 1 - 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
H A DNumericInt.c186 const char *pEnd; local
192 pEnd = nptr;
232 pEnd = nptr;
249 pEnd = ++nptr;
257 *endptr = (char *)pEnd;
275 const char *pEnd; local
280 pEnd = nptr;
315 pEnd = nptr;
326 pEnd = ++nptr;
331 *endptr = (char *)pEnd;
350 const char *pEnd; local
439 const char *pEnd; local
[all...]
/device/linaro/bootloader/edk2/StdLib/SocketDxe/
H A DDriverBinding.c73 CONST ESL_SOCKET_BINDING * pEnd; local
87 pEnd = &pSocketBinding[ cEslSocketBindingEntries ];
88 while ( pEnd > pSocketBinding ) {
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
H A DUseEfiSocketLib.c189 CONST ESL_SOCKET_BINDING * pEnd; local
207 pEnd = &pSocketBinding[ cEslSocketBindingEntries ];
208 while ( pEnd > pSocketBinding ) {
292 CONST ESL_SOCKET_BINDING * pEnd; local
308 pEnd = &pSocketBinding[ cEslSocketBindingEntries ];
309 while ( pEnd > pSocketBinding ) {
H A DService.c47 CONST ESL_SOCKET_BINDING * pEnd; local
68 pEnd = &pSocketBinding[ cEslSocketBindingEntries ];
69 while ( pEnd > pSocketBinding ) {
269 CONST ESL_SOCKET_BINDING * pEnd; local
283 pEnd = &cEslSocketBinding[0];
284 pSocketBinding = &pEnd[ cEslSocketBindingEntries ];
285 while ( pEnd < pSocketBinding ) {
H A DSocket.c2411 ESL_IO_MGMT * pEnd; local
2429 pEnd = &pIo [ TokenCount ];
2430 while ( pEnd > pIo ) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
H A DDhcpOptions.c42 EFI_HANDLE * pEnd; local
104 pEnd = &pHandle [ HandleCount ];
105 while ( pEnd > pHandle ) {
H A DConfigurationTable.c299 EFI_CONFIGURATION_TABLE * pEnd; local
332 pEnd = &pTable[ gST->NumberOfTableEntries ];
333 while ( pEnd > pTable ) {
H A DHTTP.c479 @param [in] pEnd End of buffer address
487 IN UINT8 * pEnd
494 while ( pEnd > pData ) {
535 UINT8 * pEnd; local
556 pEnd = &pData[ pPort->RequestLength ];
558 pWebPage = HttpReplaceSpace ( pVerb, pEnd );
559 if ( pEnd <= pWebPage ) {
562 pVersion = HttpReplaceSpace ( pWebPage, pEnd );
563 if ( pEnd <= pVersion ) {
883 CONST UINT8 * pEnd; local
1654 CONST UINT64 * pEnd; local
[all...]
H A DACPI.c217 CONST UINT32 * pEnd; local
248 pEnd = &pEntry[(( pRsdt->Length - sizeof ( *pRsdt )) >> 2 ) + 1 ];
249 while ( pEnd > pEntry ) {
296 CONST CHAR8 * pEnd; local
331 pEnd = &pChar[ Length ];
332 while ( pEnd > pData ) {
355 while ( pEnd > pData ) {
363 if ( pEnd > pData ) {
411 CONST UINT8 * pEnd; local
447 pEnd
784 CONST TABLE_SIGNATURE * pEnd; local
2136 CONST UINT32 * pEnd; local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/
H A DSetSockOpt.c83 UINT8 * pEnd; local
109 pEnd = &Value.u8[ LengthInBytes ];
110 while ( pEnd > Value.u8 ) {
251 CONST OPTIONS * pEnd; local
264 pEnd = &pOption[sizeof ( mOptions ) / sizeof ( mOptions[0])];
266 while ( pEnd > pOption ) {
272 if ( pEnd <= pOption ) {
286 while ( pEnd > pOption ) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.c88 if ( pContext->pEnd <= pContext->pFill ) {
123 TFTP_PACKET * pEnd; local
146 pContext->pEnd = &pContext->FileData[ sizeof ( pContext->FileData )];
162 pEnd = &pPacket[ DIM ( pContext->Tx )];
163 while ( pEnd > pPacket ) {
433 if ( pContext->pEnd <= pContext->pBuffer ) {
1145 @param [in] pEnd End of buffer address
1155 IN UINT8 * pEnd,
1166 while (( pEnd > pNextOption ) && ( 0 != *pNextOption )) {
1169 if ( pEnd <
1153 TftpOptionGet( IN UINT8 * pOption, IN UINT8 * pEnd, IN UINT8 ** ppNextOption ) argument
1671 UINT8 * pEnd; local
[all...]
H A DTftpServer.h188 UINT8 * pEnd; ///< End of the file data member in struct:_TSDT_CONNECTION_CONTEXT
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmisc.c1628 Examines the string from pStart to pEnd-1.
1634 int isWhiteString(const char *pStart, const char *pEnd) argument
1636 int isWhiteString(pStart, pEnd)
1638 const char *pEnd;
1642 for (p = pStart; p < pEnd; p++) {
1706 const char *pEnd; local
1708 pEnd = (pNext != NULL) ? pNext : pStop;
1710 require (pEnd != NULL, "pEnd == NULL");
1711 require (pEnd >
[all...]
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
H A DAx88772.c39 UINT8 * pEnd; local
45 pEnd = &pMacAddress[ PXE_HWADDR_LEN_ETHER ];
46 while ( pEnd > pMacAddress ) {
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
H A DSysCalls.c762 struct pollfd * pEnd; local
806 pEnd = &pPollFD [ nfds ];
807 while ( pEnd > pPollFD ) {
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
H A DAx88772.c39 UINT8 * pEnd; local
47 pEnd = &pMacAddress[ PXE_HWADDR_LEN_ETHER ];
48 while ( pEnd > pMacAddress ) {

Completed in 252 milliseconds