Searched defs:after (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dmivalidate.h48 } after; member in union:_Validate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dmivalidate.h48 } after; member in union:_Validate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dmivalidate.h51 } after; member in union:_Validate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dmivalidate.h49 } after; member in union:_Validate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dmivalidate.h49 } after; member in union:_Validate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dmivalidate.h49 } after; member in union:_Validate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dmivalidate.h49 } after; member in union:_Validate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dmivalidate.h49 } after; member in union:_Validate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dmivalidate.h49 } after; member in union:_Validate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dmivalidate.h48 } after; member in union:_Validate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dmivalidate.h48 } after; member in union:_Validate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dmivalidate.h48 } after; member in union:_Validate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dmivalidate.h48 } after; member in union:_Validate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dmivalidate.h48 } after; member in union:_Validate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dmivalidate.h48 } after; member in union:_Validate
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/
H A Drtc_entropy.c159 uint32_t after; local
182 /* Read "after" TSC */
189 : "=a" ( after ), "=d" ( before ), "=q" ( temp )
192 return ( after - before );
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dmivalidate.h52 } after; member in union:_Validate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dmivalidate.h52 } after; member in union:_Validate
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsprintf.c368 unsigned char after[8]; local
372 memset(after, 0xAA, 8);
383 PR_ASSERT(after[n] == 0xAA);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dpruthr.c892 * The thread may be ready to run now, after completing an I/O
1727 * qp->next after applying the function "func". In particular, "func"
1733 * "func" and use that saved value as the next value after applying "func".
1851 PRThread *after = _PR_THREAD_PTR(q); local
1852 after->sleep += thread->sleep;
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_snp.c154 unsigned int after = 0; local
164 after++;
165 arrived = ( after - before );

Completed in 182 milliseconds