/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/ |
H A D | btime.c | 41 static bigtime_t start; variable 53 start = real_time_clock_usecs(); 65 now -= start;
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/ |
H A D | BufFileInput.h | 48 int start; // position of the first symbol in buffer member in class:BufFileInput
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/ |
H A D | rdtsc_timer.c | 44 unsigned long start; local 51 start = currticks(); 55 elapsed = ( currticks() - start ); 62 elapsed = ( currticks() - start );
|
H A D | relocate.c | 45 unsigned long start, end, size, padded_size, max; local 51 start = virt_to_phys ( _textdata ); 53 size = ( end - start ); 58 start, end, padded_size, max_align ); 75 DBG ( "Considering [%llx,%llx)\n", region->start, region->end); 81 if ( region->start > max ) { 85 r_start = region->start; 94 /* If we have rounded down r_end below r_ start, skip 108 /* If the start address of the iPXE we would 126 new_start += ( start [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | getkey.c | 42 unsigned long start = currticks(); local 44 while ( ( timeout == 0 ) || ( ( currticks() - start ) < timeout ) ) {
|
/vbox/src/libs/xpcom18a4/xpcom/string/public/ |
H A D | nsTDependentString.h | 75 nsTDependentString_CharT( const char_type* start, const char_type* end ) argument 76 : string_type(NS_CONST_CAST(char_type*, start), end - start, F_TERMINATED) 127 void Rebind( const char_type* start, const char_type* end ) argument 129 Rebind(start, end - start);
|
H A D | nsReadableUtils.h | 52 inline size_t Distance( const nsReadingIterator<PRUnichar>& start, const nsReadingIterator<PRUnichar>& end ) argument 54 return end.get() - start.get(); 56 inline size_t Distance( const nsReadingIterator<char>& start, const nsReadingIterator<char>& end ) argument 58 return end.get() - start.get(); 182 * Copies |aLength| 16-bit code units from the start of |aSource| to the 188 * @param aSrcOffset start offset in the source string 206 * @param aSrcStart start source iterator 220 * @param aSrcStart start source iterator 299 nsAString::const_iterator start, end; local 300 aSource.BeginReading(start); 307 nsACString::const_iterator start, end; local [all...] |
H A D | nsTDependentSubstring.h | 55 void Rebind( const char_type* start, const char_type* end ) argument 57 NS_ASSERTION(start && end, "nsTDependentSubstring must wrap a non-NULL buffer"); 58 mData = NS_CONST_CAST(char_type*, start); 59 mLength = end - start; 75 nsTDependentSubstring_CharT( const char_type* start, const char_type* end ) argument 76 : substring_type(NS_CONST_CAST(char_type*, start), end - start, F_NONE) {} 78 nsTDependentSubstring_CharT( const const_iterator& start, const const_iterator& end ) argument 79 : substring_type(NS_CONST_CAST(char_type*, start.get()), end.get() - start 104 Substring( const nsReadingIterator<CharT>& start, const nsReadingIterator<CharT>& end ) argument 111 Substring( const CharT* start, const CharT* end ) argument [all...] |
/vbox/src/VBox/ValidationKit/bootsectors/ |
H A D | bootsector-empty.asm | 38 start: label 58 times 510 - (padding - start) db 0
|
H A D | bootsector-shutdown.asm | 29 start: label 74 times 510 - (padding - start) db 0
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | gettemp.c | 79 char *start, *trv; local 127 for (start = trv + 1;; --trv) { 159 for (trv = start;;) {
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | search.h | 49 static inline void* lfind(const void* match, const void* start, unsigned int* array_size, unsigned int elem_size, int (*cf)(const void*,const void*)) { return _lfind(match, start, array_size, elem_size, cf); } argument 50 static inline void* lsearch(const void* match, void* start, unsigned int* array_size, unsigned int elem_size, int (*cf)(const void*,const void*) ) { return _lsearch(match, start, array_size, elem_size, cf); } argument
|
/vbox/src/VBox/Installer/linux/ |
H A D | vboxautostart-service.sh | 128 start-stop-daemon --background --chuid $usr --start --exec $bin -- $@ 131 start-stop-daemon --stop --exec $@ 157 start-stop-daemon --background --chuid $usr --start --exec $bin -- $@ 160 start-stop-daemon --stop --exec $@ 268 start() { function 276 PARAMS="--background --start --config $VBOXAUTOSTART_CONFIG" 281 for user in `ls $VBOXAUTOSTART_DB/*.start` 283 start_daemon `basename $user | sed -ne "s/\(.*\).start/\ [all...] |
H A D | vboxdrv-pardus.py | 12 def start(): function 13 ret = run("/usr/sbin/vboxdrv start") 17 fail("Unable to start service")
|
/vbox/src/VBox/Devices/PC/ipxe/src/interface/linux/ |
H A D | linux_timer.c | 61 static struct timeval start; local 65 linux_gettimeofday(&start, NULL); 72 unsigned long ticks = (now.tv_sec - start.tv_sec) * linux_ticks_per_sec(); 73 ticks += (now.tv_usec - start.tv_usec) / (long)(1000000 / linux_ticks_per_sec());
|
/vbox/src/VBox/Devices/PC/ipxe/src/tests/comboot/ |
H A D | shuffle-simple.asm | 4 jmp start 18 start: label
|
/vbox/src/VBox/Additions/freebsd/Installer/ |
H A D | vboxguest.sh | 65 start() function 96 start 118 start) 119 start 131 echo "Usage: $0 {start|stop|restart|status}"
|
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/ |
H A D | nouveau_resource.h | 33 unsigned int start; member in struct:nouveau_resource 38 nouveau_resource_init(struct nouveau_resource **heap, unsigned start,
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | search.h | 49 static inline void* lfind(const void* match, const void* start, unsigned int* array_size, unsigned int elem_size, int (*cf)(const void*,const void*)) { return _lfind(match, start, array_size, elem_size, cf); } argument 50 static inline void* lsearch(const void* match, void* start, unsigned int* array_size, unsigned int elem_size, int (*cf)(const void*,const void*) ) { return _lsearch(match, start, array_size, elem_size, cf); } argument
|
/vbox/src/libs/xpcom18a4/xpcom/string/src/ |
H A D | nsTSubstringTuple.cpp | 116 nsTSubstringTuple_CharT::IsDependentOn( const char_type *start, const char_type *end ) const argument 118 // we start with the right-most fragment since it is faster to check. 120 if (TO_SUBSTRING(mFragB).IsDependentOn(start, end)) 124 return mHead->IsDependentOn(start, end); 126 return TO_SUBSTRING(mFragA).IsDependentOn(start, end);
|
/vbox/src/VBox/ValidationKit/utils/TestExecServ/linux/ |
H A D | vboxtxs-nat.sh | 113 start-stop-daemon --start --exec $1 -- $2 117 start-stop-daemon --stop --exec $@ 140 start-stop-daemon --start --exec $1 -- $2 144 start-stop-daemon --stop --exec $@ 274 start() { function 307 stop && start 320 start) 321 start [all...] |
H A D | vboxtxs.sh | 113 start-stop-daemon --start --exec $1 -- $2 117 start-stop-daemon --stop --exec $@ 140 start-stop-daemon --start --exec $1 -- $2 144 start-stop-daemon --stop --exec $@ 274 start() { function 306 stop && start 319 start) 320 start [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | nsap_addr.c | 86 char *start; local 89 start = ascii; 92 start = tmpbuf; 107 return (start);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/ |
H A D | _wcstod.h | 57 const wchar_t *src, *start; local 81 start = src; 115 *endptr = __UNCONST(start + (size_t)(end - buf));
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/firmware/pcbios/ |
H A D | fakee820.c | 33 uint64_t start; member in struct:e820_entry
|