Searched defs:Distance (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsReadableUtils.h52 inline size_t Distance( const nsReadingIterator<PRUnichar>& start, const nsReadingIterator<PRUnichar>& end ) function
56 inline size_t Distance( const nsReadingIterator<char>& start, const nsReadingIterator<char>& end ) function
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/
H A DSecMain.c100 UINTN Distance; local
105 Distance = (UINTN) (*BootFv)->FvLength;
108 Distance += EFI_PAGE_SIZE;
109 if (Distance > SIZE_32MB) {
117 if ((UINTN) Fv->FvLength > Distance) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DUi.c1545 INTN Distance; local
1550 Distance = 0;
1565 if ((UINTN) Distance + NextMenuOption->Skip > GapToTop) {
1569 Distance += NextMenuOption->Skip;
1578 Distance = -1;
1585 if ((UINTN) Distance + NextMenuOption->Skip > GapToTop) {
1589 Distance += NextMenuOption->Skip;
1596 return Distance;

Completed in 871 milliseconds