Searched defs:advance (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/ |
H A D | DLexer.h | 106 advance(); 111 advance(); 130 advance(); 187 advance() function in class:DLGLexer
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/NetUtil/ |
H A D | inet_ntop.c | 143 int advance; local 210 advance = snprintf(tp, (size_t)(ep - tp), "%x", words[i]); 211 if (advance <= 0 || advance >= ep - tp) 213 tp += advance;
|
/vbox/src/libs/xpcom18a4/xpcom/string/public/ |
H A D | nsStringIterator.h | 168 advance( difference_type n ) function in class:nsReadingIterator 174 NS_ASSERTION(step>0, "can't advance a reading iterator beyond the end of a string"); 182 NS_ASSERTION(step<0, "can't advance (backward) a reading iterator beyond the end of a string"); 304 advance( difference_type n ) 310 NS_ASSERTION(step>0, "can't advance a writing iterator beyond the end of a string"); 318 NS_ASSERTION(step<0, "can't advance (backward) a writing iterator beyond the end of a string"); 331 advance( difference_type(n) );
|
H A D | nsCharTraits.h | 609 advance( InputIterator& s, difference_type n ) function in struct:nsCharSourceTraits 611 s.advance(n); 646 advance( CharT*& s, difference_type n ) function in struct:nsCharSourceTraits 683 advance( const char*& s, difference_type n ) function in struct:nsCharSourceTraits 719 advance( const PRUnichar*& s, difference_type n ) function in struct:nsCharSourceTraits
|
/vbox/src/VBox/Devices/Audio/ |
H A D | audio.h | 168 static inline void *advance (void *p, int incr) function
|
/vbox/src/VBox/Main/src-client/ |
H A D | DrvAudioVideoRec.cpp | 267 static inline void *advance (void *p, int incr) function
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/ |
H A D | nsRegistry.cpp | 157 NS_IMETHOD advance(); // Implementation file; does appropriate NR_RegEnum call. 181 // Override advance() to use proper NR_RegEnumEntries. 182 NS_IMETHOD advance(); 1623 | We advance mEnum to the next enumeration value which is in the mNext | 1624 | lookahead buffer. We must then call advance to lookahead and properly set | 1635 rv = advance(); 1643 /*---------------------- nsRegSubtreeEnumerator::advance ----------------------- 1647 NS_IMETHODIMP nsRegSubtreeEnumerator::advance() { function in class:nsRegSubtreeEnumerator 1738 /*----------------------- nsRegValueEnumerator::advance ------------------------ 1742 NS_IMETHODIMP nsRegValueEnumerator::advance() { function in class:nsRegValueEnumerator [all...] |
Completed in 61 milliseconds