Searched refs:ints (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestDeque.cpp79 int ints[200]; local
80 int count=sizeof(ints)/sizeof(int);
86 ints[i]=10*(1+i);
89 theDeque.Push(&ints[i]);
95 theDeque.Push(&ints[i]);
101 theDeque.Push(&ints[i]);
110 int ints[200]; local
120 ints[i]=i*3+10;
123 secondDeque.Push(&ints[i]);
131 secondDeque.Push(&ints[
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_mac.c641 void ath9k_hw_set_interrupts(struct ath_hw *ah, unsigned int ints) argument
647 if (!(ints & ATH9K_INT_GLOBAL))
650 DBG2("ath9k: 0x%x => 0x%x\n", omask, ints);
653 mask = ints & ATH9K_INT_COMMON;
656 if (ints & ATH9K_INT_TX) {
670 if (ints & ATH9K_INT_RX) {
689 if (ints & ATH9K_INT_GENTIMER)
692 if (ints & (ATH9K_INT_BMISC)) {
694 if (ints & ATH9K_INT_TIM)
696 if (ints
[all...]
H A Dmac.h701 void ath9k_hw_set_interrupts(struct ath_hw *ah, unsigned int ints);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/
H A Dprotypes.h72 * header files ints.h and types.h.
75 #include <ints.h>
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacthr.c549 void _MD_SetIntsOff(PRInt32 ints) argument
554 _pr_intsOff = ints;
556 if (!ints)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxrng.c121 #include <ints.h>
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_macos.h163 extern void _MD_SetIntsOff(PRInt32 ints);
/vbox/src/VBox/VMM/VMMR0/
H A DHMR0A.asm321 ; We'll disable ints once for both FS and GS as that's probably faster.
/vbox/src/VBox/Main/webservice/jaxlibs/
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...

Completed in 78 milliseconds