Searched defs:last (Results 1 - 25 of 154) sorted by relevance

1234567

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprstdio.c69 PRUint32 last = 0, idx; local
73 if ((idx - last > 0) && (('\n' == msg[idx]) || (idx == len))) {
74 tmp = PR_Write(fd, msg + last, idx - last);
78 last = idx;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dset.h57 CARD16 last; member in struct:__anon6854
89 elements between first and last inclusive are members of the new set.
90 If a RecordSetInterval's first field is greater than its last field, the
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dset.h57 CARD16 last; member in struct:__anon7173
89 elements between first and last inclusive are members of the new set.
90 If a RecordSetInterval's first field is greater than its last field, the
H A Dglxcontext.h42 struct __GLXcontextRec *last; member in struct:__GLXcontextRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dset.h59 CARD16 last; member in struct:__anon7478
102 elements between first and last inclusive are members of the new set.
103 If a RecordSetInterval's first field is greater than its last field, the
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dset.h57 CARD16 last; member in struct:__anon7851
100 elements between first and last inclusive are members of the new set.
101 If a RecordSetInterval's first field is greater than its last field, the
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dset.h57 CARD16 last; member in struct:__anon8207
100 elements between first and last inclusive are members of the new set.
101 If a RecordSetInterval's first field is greater than its last field, the
H A Dglxdrawable.h62 __GLXdrawable *last; member in struct:__GLXdrawable
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dset.h57 CARD16 last; member in struct:__anon8524
100 elements between first and last inclusive are members of the new set.
101 If a RecordSetInterval's first field is greater than its last field, the
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dset.h57 CARD16 last; member in struct:__anon8843
100 elements between first and last inclusive are members of the new set.
101 If a RecordSetInterval's first field is greater than its last field, the
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dset.h57 CARD16 last; member in struct:__anon9157
100 elements between first and last inclusive are members of the new set.
101 If a RecordSetInterval's first field is greater than its last field, the
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dset.h57 CARD16 last; member in struct:__anon9477
100 elements between first and last inclusive are members of the new set.
101 If a RecordSetInterval's first field is greater than its last field, the
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dset.h57 CARD16 last; member in struct:__anon5003
100 elements between first and last inclusive are members of the new set.
101 If a RecordSetInterval's first field is greater than its last field, the
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dset.h57 CARD16 last; member in struct:__anon5315
100 elements between first and last inclusive are members of the new set.
101 If a RecordSetInterval's first field is greater than its last field, the
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dset.h57 CARD16 last; member in struct:__anon5627
100 elements between first and last inclusive are members of the new set.
101 If a RecordSetInterval's first field is greater than its last field, the
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dset.h57 CARD16 last; member in struct:__anon5938
89 elements between first and last inclusive are members of the new set.
90 If a RecordSetInterval's first field is greater than its last field, the
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dset.h57 CARD16 last; member in struct:__anon6241
89 elements between first and last inclusive are members of the new set.
90 If a RecordSetInterval's first field is greater than its last field, the
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dset.h57 CARD16 last; member in struct:__anon6539
89 elements between first and last inclusive are members of the new set.
90 If a RecordSetInterval's first field is greater than its last field, the
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dset.h60 CARD16 last; member in struct:__anon4635
103 elements between first and last inclusive are members of the new set.
104 If a RecordSetInterval's first field is greater than its last field, the
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dset.h60 CARD16 last; member in struct:__anon4202
103 elements between first and last inclusive are members of the new set.
104 If a RecordSetInterval's first field is greater than its last field, the
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsAlgorithm.h76 NS_COUNT( InputIterator& first, const InputIterator& last, const T& value ) argument
79 for ( ; first != last; ++first )
88 copy_string( InputIterator& first, const InputIterator& last, OutputIterator& result ) argument
93 while ( first != last )
95 PRInt32 count_copied = PRInt32(sink_traits::write(result, source_traits::read(first), source_traits::readable_distance(first, last)));
105 copy_string_backward( const InputIterator& first, InputIterator& last, OutputIterator& result ) argument
107 while ( first != last )
109 last.normalize_backward();
111 PRUint32 lengthToCopy = PRUint32( NS_MIN(last.size_backward(), result.size_backward()) );
112 if ( first.fragment().mStart == last
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A Dslist.cpp96 PCCTS_AST *t=NULL, *last=NULL; local
102 if ( last==NULL ) last = t = u;
103 else { last->setRight(u); last = u; }
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c64 hrtime_t now, last = 0, end; local
76 if ((now = gethrtime()) - last > NANOSEC) {
96 last = now;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcthread.h83 last = PR_PRIORITY_LAST enumerator in enum:__anon17215
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsSegmentedBuffer.cpp118 PRInt32 last = ModSegArraySize(mLastSegmentIndex - 1); local
119 if (mFirstSegmentIndex == last) {
120 mLastSegmentIndex = last;
132 PRInt32 last = ModSegArraySize(mLastSegmentIndex - 1); local
133 NS_ASSERTION(mSegmentArray[last] != nsnull, "deleting bad segment");
134 (void)mSegAllocator->Free(mSegmentArray[last]);
135 mSegmentArray[last] = nsnull;
136 mLastSegmentIndex = last;
143 PRInt32 last = ModSegArraySize(mLastSegmentIndex - 1); local
144 NS_ASSERTION(mSegmentArray[last] !
[all...]

Completed in 137 milliseconds

1234567