Home
last modified time | relevance | path

Searched refs:DIM (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
DMtrr.c107 ( DIM ( mMemoryType ) > Type ) in MtrrDisplayFixedRow()
382 ( DIM ( mMemoryType ) > Type ) in MemoryTypeRegistersPage()
434 for ( Count = 0; DIM ( Mtrr.Fixed.Mtrr ) > Count; Count++ ) { in MemoryTypeRegistersPage()
545 for ( Count = 0; DIM ( Mtrr.Fixed.Mtrr ) > Count; Count++ ) { in MemoryTypeRegistersPage()
778 ( DIM ( mMemoryType ) > Type ) in MemoryTypeRegistersPage()
DPageList.c62 CONST UINTN mPageCount = DIM ( mPageList );
DWebServer.c404 DIM ( pPort->Request ), in PortWork()
437 DIM ( pPort->RxBuffer ), in PortWork()
DMemoryMap.c97 if ( DIM ( mpMemoryType ) > pMemoryDescriptor->GcdMemoryType ) { in MemoryMapPage()
DWebServer.h98 #define DIM(x) ( sizeof ( x ) / sizeof ( x[0] )) ///< Compute the number of entries in an arr… macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
DTftpServer.c48 LengthInBytes = DIM ( pContext->FileData ) >> 1; in BufferFill()
95 ASSERT ( 0 == ( DIM ( pContext->FileData ) & 1 )); in BufferFill()
162 pEnd = &pPacket[ DIM ( pContext->Tx )]; in ContextAdd()
1958 ASSERT ( DIM ( pTftpServer->TftpPort ) >= pTftpServer->Entries ); in TftpServerSocket()
2259 if ( DIM ( pTftpServer->TftpPort ) != pTftpServer->Entries ) { in main()
2349 } while ( DIM ( pTftpServer->TftpPort ) == pTftpServer->Entries ); in main()
DTftpServer.h64 #define DIM(x) ( sizeof ( x ) / sizeof ( x[0] )) ///< Compute the number of entries in an arr… macro
/device/linaro/bootloader/edk2/StdLib/Include/Efi/
DEfiSocketLib.h65 #define DIM(x) ( sizeof ( x ) / sizeof ( x[0] )) ///< Compute the number of entries in an arr… macro
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DSocket.c509 CONST UINTN cEslSocketBindingEntries = DIM ( cEslSocketBinding );
522 CONST int cEslAfInetApiSize = DIM ( cEslAfInetApi );
536 CONST int cEslAfInet6ApiSize = DIM ( cEslAfInet6Api );