Searched defs:Last (Results 1 - 25 of 34) sorted by relevance

12

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsSupportsArrayEnumerator.cpp111 nsSupportsArrayEnumerator::Last() function in class:nsSupportsArrayEnumerator
H A DnsDeque.cpp383 void* nsDeque::Last() const { function in class:nsDeque
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DMcaInitPmi.h40 UINT64 Last : 1; member in struct:__anon12215
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Option.c269 UINT8 *Last; local
276 Last = (UINT8 *) Packet + PacketLen - 1;
282 while (Cur < Last) {
289 if (Cur == Last) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Option.c177 UINT8 *Last; local
184 Last = (UINT8 *) Packet + PacketLen - 1;
189 while (Cur < Last) {
196 if (Cur == Last) {
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcList.h161 const T *Last() const { return mTail; } function in class:ipcList
162 T *Last() { return mTail; } function in class:ipcList
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTAString.cpp181 nsTAString_CharT::Last() const function in class:nsTAString_CharT
184 return AsSubstring()->Last();
186 return ToSubstring().Last();
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DBiosSnp16.h53 UINT32 Last; member in struct:__anon10372
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Misc.c189 INTN Last; local
192 Last = 4;
221 if (Cur < Last) {
226 Last = Cur;
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTSubstring.h195 char_type Last() const function in class:nsTSubstring_CharT
197 NS_ASSERTION(mLength > 0, "|Last()| called on an empty string");
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpMisc.c249 INTN Last; local
252 Last = 4;
283 if (Cur < Last) {
288 Last = Cur;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DNetBuffer.c546 UINT32 Last; local
582 Last = 0;
591 Last = Index;
600 Last = First;
605 ASSERT (Last >= First);
606 BlockOpNum = Last - First + 1;
665 for (Index = First + 1; Index < Last; Index++) {
674 if (First != Last) {
677 BlockOp[Last].Head,
H A DDxeNetLib.c1000 LIST_ENTRY *Last; local
1008 Last = Head->BackLink;
1009 Head->BackLink = Last->BackLink;
1010 Last->BackLink->ForwardLink = Head;
1013 Last->ForwardLink = (LIST_ENTRY *) NULL;
1014 Last->BackLink = (LIST_ENTRY *) NULL;
1017 return Last;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigNv.c596 BOOLEAN Last; local
614 Last = FALSE;
624 Last = TRUE;
653 if (Last) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.h55 // Last UINT32: The index, which you can put a new data into array Data[]
61 UINT32 Last; member in struct:__anon10313
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp553 PLDHashTableEnumeratorImpl::Last() function in class:PLDHashTableEnumeratorImpl
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86str.h223 DisplayModePtr Last; /* End of the monitor's mode list */ member in struct:__anon6957
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86str.h223 DisplayModePtr Last; /* End of the monitor's mode list */ member in struct:__anon7268
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86str.h221 DisplayModePtr Last; /* End of the monitor's mode list */ member in struct:__anon8947
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86str.h221 DisplayModePtr Last; /* End of the monitor's mode list */ member in struct:__anon9264
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86str.h221 DisplayModePtr Last; /* End of the monitor's mode list */ member in struct:__anon9585
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86str.h221 DisplayModePtr Last; /* End of the monitor's mode list */ member in struct:__anon5110
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86str.h221 DisplayModePtr Last; /* End of the monitor's mode list */ member in struct:__anon5422
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86str.h218 DisplayModePtr Last; /* End of the monitor's mode list */ member in struct:__anon5733
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86str.h223 DisplayModePtr Last; /* End of the monitor's mode list */ member in struct:__anon6040

Completed in 189 milliseconds

12