Searched refs:t1 (Results 26 - 50 of 85) sorted by relevance

1234

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dlist.c47 CRListIterator *t1; local
50 t1 = l->head;
51 while ( t1 != NULL )
53 CRListIterator *t2 = t1;
54 t1 = t1->next;
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dinstrumt.c221 PRThread *t1, *t2, *t3, *t4; local
249 t1 = PR_CreateThread(PR_USER_THREAD,
255 PR_ASSERT(t1);
364 PRThread *t1, *t2; local
396 t1 = PR_CreateThread(PR_USER_THREAD,
402 PR_ASSERT(t1);
H A Dcvar.c209 PRThread *t1, *t2; local
218 t1 = PR_CreateThread(PR_USER_THREAD,
224 PR_ASSERT(t1);
H A Dtimetest.c240 PRTime t1, t2; local
251 t1 = PR_Now();
255 PR_ExplodeTime(t1, PR_GMTParameters, &et);
266 if (LL_NE(t1, t2)) {
274 PR_ExplodeTime(t1, PR_LocalTimeParameters, &et);
281 if (LL_NE(t1, t2)) {
287 testParseTimeString(t1);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dtime.h123 static inline double difftime(time_t t1, time_t t2) { return _difftime64(t1, t2); } argument
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcfbmskbits.h481 register PixelGroup t1, dstpixel; \
494 DoRop(t1, rop, (src), dstpixel); \
496 dstpixel |= (t1 & planemask); \
611 PixelGroup t1, t2; \
613 PFILL2(planemask, t1); \
614 tmpmask &= t1; \
615 t1 = SCRRIGHT((src), (x)); \
616 DoRop(t2, rop, t1, *(pdst)); \
623 PixelGroup t1, t2; \
628 t1
[all...]
H A Dmaskbits.h436 register PixelType t1, t2; \
439 t1 = SCRRIGHT((src), (x)); \
440 DoRop(t2, rop, t1, *(pdst)); \
453 t1 = SCRLEFT((src), m); \
454 DoRop(t2, rop, t1, (pdst)[1]); \
510 register PixelType t1, t2; \
513 t1 = SCRRIGHT((src), (x)); \
514 t2 = DoRRop(rop, t1, *(pdst)); \
527 t1 = SCRLEFT((src), m); \
528 t2 = DoRRop(rop, t1, (pds
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcfbmskbits.h478 register PixelGroup t1, dstpixel; \
491 DoRop(t1, rop, (src), dstpixel); \
493 dstpixel |= (t1 & planemask); \
608 PixelGroup t1, t2; \
610 PFILL2(planemask, t1); \
611 tmpmask &= t1; \
612 t1 = SCRRIGHT((src), (x)); \
613 DoRop(t2, rop, t1, *(pdst)); \
620 PixelGroup t1, t2; \
625 t1
[all...]
H A Dmaskbits.h436 register PixelType t1, t2; \
439 t1 = SCRRIGHT((src), (x)); \
440 DoRop(t2, rop, t1, *(pdst)); \
453 t1 = SCRLEFT((src), m); \
454 DoRop(t2, rop, t1, (pdst)[1]); \
510 register PixelType t1, t2; \
513 t1 = SCRRIGHT((src), (x)); \
514 t2 = DoRRop(rop, t1, *(pdst)); \
527 t1 = SCRLEFT((src), m); \
528 t2 = DoRRop(rop, t1, (pds
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcfbmskbits.h483 register PixelGroup t1, dstpixel; \
496 DoRop(t1, rop, (src), dstpixel); \
498 dstpixel |= (t1 & planemask); \
613 PixelGroup t1, t2; \
615 PFILL2(planemask, t1); \
616 tmpmask &= t1; \
617 t1 = SCRRIGHT((src), (x)); \
618 DoRop(t2, rop, t1, *(pdst)); \
625 PixelGroup t1, t2; \
630 t1
[all...]
H A Dmaskbits.h438 register PixelType t1, t2; \
441 t1 = SCRRIGHT((src), (x)); \
442 DoRop(t2, rop, t1, *(pdst)); \
455 t1 = SCRLEFT((src), m); \
456 DoRop(t2, rop, t1, (pdst)[1]); \
512 register PixelType t1, t2; \
515 t1 = SCRRIGHT((src), (x)); \
516 t2 = DoRRop(rop, t1, *(pdst)); \
529 t1 = SCRLEFT((src), m); \
530 t2 = DoRRop(rop, t1, (pds
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcfbmskbits.h484 register PixelGroup t1, dstpixel; \
497 DoRop(t1, rop, (src), dstpixel); \
499 dstpixel |= (t1 & planemask); \
614 PixelGroup t1, t2; \
616 PFILL2(planemask, t1); \
617 tmpmask &= t1; \
618 t1 = SCRRIGHT((src), (x)); \
619 DoRop(t2, rop, t1, *(pdst)); \
626 PixelGroup t1, t2; \
631 t1
[all...]
H A Dmaskbits.h438 register PixelType t1, t2; \
441 t1 = SCRRIGHT((src), (x)); \
442 DoRop(t2, rop, t1, *(pdst)); \
455 t1 = SCRLEFT((src), m); \
456 DoRop(t2, rop, t1, (pdst)[1]); \
512 register PixelType t1, t2; \
515 t1 = SCRRIGHT((src), (x)); \
516 t2 = DoRRop(rop, t1, *(pdst)); \
529 t1 = SCRLEFT((src), m); \
530 t2 = DoRRop(rop, t1, (pds
[all...]
H A Diplmskbits.h472 INTER_DECLAREGP(t1); INTER_DECLAREGP(t2); \
474 INTER_SCRRIGHT((x), (psrc), (t1)); \
475 INTER_DoRop(t2, rop, t1, pdst); \
482 INTER_DECLAREGP(t1); INTER_DECLAREGP(t2); \
485 INTER_SCRRIGHT((x), (psrc), (t1)); \
486 INTER_DoRop(t2, rop, t1, pdst); \
488 INTER_SCRLEFT(m, (psrc), (t1)); \
489 INTER_DoRop(t2, rop, t1, pdst+1); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dmaskbits.h436 register PixelType t1, t2; \
439 t1 = SCRRIGHT((src), (x)); \
440 DoRop(t2, rop, t1, *(pdst)); \
453 t1 = SCRLEFT((src), m); \
454 DoRop(t2, rop, t1, (pdst)[1]); \
510 register PixelType t1, t2; \
513 t1 = SCRRIGHT((src), (x)); \
514 t2 = DoRRop(rop, t1, *(pdst)); \
527 t1 = SCRLEFT((src), m); \
528 t2 = DoRRop(rop, t1, (pds
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Ddlg_p.c242 {nfa_node *t1; local
243 t1 = new_nfa_node();
244 (t1)->trans[0]=zzaRet.l;
245 (t1)->trans[1]=zzaArg(zztasp2,1 ).l;
247 zzaRet.l=t1; zzaRet.r=NULL;
330 {nfa_node *t1, *t2; local
331 t1 = new_nfa_node(); t2 = new_nfa_node();
332 (t1)->trans[0]=zzaRet.l;
333 (t1)->trans[1]=zzaArg(zztasp2,2 ).l;
338 zzaRet.l=t1; zzaRe
412 { nfa_node *t1,*t2; local
[all...]
H A Doutput.c105 char t1[] = "unsigned short"; variable
108 char *typevar[DIF_SIZE] = { t0, t1, t2, t3};
112 char t1[] = "unsigned short"; variable
115 char *typevar[DIF_SIZE] = { t0, t1, t2, t3};
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dtime.h127 static inline double difftime(time_t t1, time_t t2) { return _difftime64(t1, t2); } argument
/vbox/src/recompiler/
H A Dosdep.h99 #define type_check(t1,t2) ((t1*)0 - (t2*)0)
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dsha256.c108 uint32_t t1; local
156 t1 = ( *h + s1 + ch + k[i] + w[i] );
160 *e = ( *d + t1 );
164 *a = ( t1 + t2 );
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_mips.s131 # t1 = methodIndex * 4
133 sll t1, a1, 2
138 addu t9, t9, t1
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDLTest.cpp385 RTTIMESPEC t1, t2; local
387 RTTimeNow(&t1);
435 int64_t ms = RTTimeSpecGetMilli(&t2) - RTTimeSpecGetMilli(&t1);
/vbox/src/recompiler/target-i386/
H A Dhelper_template.h279 target_ulong glue(helper_rcl, SUFFIX)(target_ulong t0, target_ulong t1)
285 count = t1 & SHIFT1_MASK;
308 target_ulong glue(helper_rcr, SUFFIX)(target_ulong t0, target_ulong t1)
314 count = t1 & SHIFT1_MASK;
H A Dtranslate.c1610 TCGv t0, t1; local
1654 t1 = tcg_temp_local_new();
1657 tcg_gen_mov_tl(t1, cpu_T3);
1662 tcg_gen_mov_tl(cpu_cc_src, t1);
1673 tcg_temp_free(t1);
1740 TCGv t0, t1, t2, a0; local
1744 t1 = tcg_temp_local_new();
1761 tcg_gen_mov_tl(t1, cpu_T[1]);
1763 tcg_gen_andi_tl(t1, t1, mas
1836 TCGv t0, t1, a0; local
1966 TCGv t0, t1, t2, a0; local
5210 TCGv t0, t1, t2, a0; local
7729 TCGv t0, t1, t2, a0; local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/win32/
H A Dxptcstubs_asm_alpha.s4 #define t1 $2 // define

Completed in 121 milliseconds

1234