Searched defs:t3 (Results 1 - 11 of 11) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/win32/
H A Dxptcinvoke_asm_alpha.s9 #define t3 $4 define
85 ldq t3,8(sp) // get previous a0
98 subl t3,64,t1
119 bis t3,zero,sp
H A Dxptcstubs_asm_alpha.s6 #define t3 $4 // define
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dpriotest.c81 PRUint32 t3 = 0, t2 = 0, t1 = 0, t0, *tn = (PRUint32*)arg; local
85 *tn = (t3 + 3 * t2 + 3 * t1 + t0) / 8;
86 t3 = t2; t2 = t1; t1 = t0;
92 PRUint32 t3 = 0, t2 = 0, t1 = 0, t0, *tn = (PRUint32*)arg; local
98 *tn = (t3 + 3 * t2 + 3 * t1 + t0) / 8;
99 t3 = t2; t2 = t1; t1 = t0;
H A Dxnotify.c132 PRThread *t2, *t3; local
153 t3 = PR_CreateThread(
165 (void)PR_JoinThread(t3);
207 PRThread *t2, *t3; local
231 t3 = PR_CreateThread(
243 (void)PR_JoinThread(t3);
292 PRThread *t2, *t3; local
317 t3 = PR_CreateThread(
329 (void)PR_JoinThread(t3);
H A Dinstrumt.c221 PRThread *t1, *t2, *t3, *t4; local
265 t3 = PR_CreateThread(PR_USER_THREAD,
271 PR_ASSERT(t3);
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/axtls/
H A Daes.c256 uint32_t *k,w,t1,t2,t3,t4; local
264 w = inv_mix_col(w,t1,t2,t3,t4);
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/
H A Dt_dd_vbtmp.h155 const GLuint t3 = GET_TEXSOURCE(3); local
156 tc3 = VB->TexCoordPtr[t3]->data;
157 tc3_stride = VB->TexCoordPtr[t3]->stride;
159 tc3_size = VB->TexCoordPtr[t3]->size;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Doutput.c107 char t3[] = "unsigned long"; variable
108 char *typevar[DIF_SIZE] = { t0, t1, t2, t3};
114 char t3[] = "unsigned long"; variable
115 char *typevar[DIF_SIZE] = { t0, t1, t2, t3};
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c2706 PyLongObject *t1, *t2, *t3; local
2823 /* 6. t3 <- (ah+al)(bh+bl), and add into result. */
2841 t3 = k_mul(t1, t2);
2844 if (t3 == NULL) goto fail;
2845 assert(Py_SIZE(t3) >= 0);
2847 /* Add t3. It's not obvious why we can't run out of room here.
2850 (void)v_iadd(ret->ob_digit + shift, i, t3->ob_digit, Py_SIZE(t3));
2851 Py_DECREF(t3);
2864 /* (*) Why adding t3 ca
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h165 struct { unsigned __int64 v0, t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, member in struct:__anon1497::__anon1504::__anon1507
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 88 milliseconds