Searched refs:t2 (Results 1 - 25 of 69) sorted by relevance

123

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dtimemac.c108 PRTime t1, t2; local
130 t2 = PR_ImplodeTime(&et);
131 if (LL_NE(t1, t2)) {
144 t2 = PR_ImplodeTime(&et);
145 if (LL_NE(t1, t2)) {
H A Dfileio.c83 static PRFileDesc *t1, *t2; variable
104 t2 = PR_Open("t2.tmp", PR_CREATE_FILE | PR_RDWR, 0);
105 PR_ASSERT(t2 != NULL);
117 rv = PR_Seek(t2,0,PR_SEEK_SET);
120 nRead = PR_Read((PRFileDesc*)t2, tbuf, TBSIZE);
129 PR_Close(t2);
132 PR_Delete("t2.tmp");
220 writer, t2,
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
148 t2 = PR_CreateThread(
164 (void)PR_JoinThread(t2);
207 PRThread *t2, *t3; local
226 t2 = PR_CreateThread(
242 (void)PR_JoinThread(t2);
292 PRThread *t2, *t3; local
312 t2 = PR_CreateThread(
328 (void)PR_JoinThread(t2);
H A Dperf.c225 PRThread *t1, *t2; local
245 t2 = PR_CreateThread(PR_USER_THREAD,
251 if (NULL == t2) {
257 t2));
316 PRThread *t1, *t2; local
341 t2 = PR_CreateThread(PR_USER_THREAD,
348 if (NULL == t2) {
354 t2));
H A Dinstrumt.c221 PRThread *t1, *t2, *t3, *t4; local
257 t2 = PR_CreateThread(PR_USER_THREAD,
263 PR_ASSERT(t2);
364 PRThread *t1, *t2; local
404 t2 = PR_CreateThread(PR_USER_THREAD,
410 PR_ASSERT(t2);
H A Dtimetest.c125 PRTime t2; local
165 if (PR_ParseTimeString(timeString, PR_FALSE, &t2) == PR_FAILURE) {
169 if (LL_NE(t, t2)) {
171 PR_snprintf(buf, 128, "t is %lld, t2 is %lld, time string is %s\n",
172 t, t2, timeString);
240 PRTime t1, t2; local
265 t2 = PR_ImplodeTime(&et);
266 if (LL_NE(t1, t2)) {
280 t2 = PR_ImplodeTime(&et);
281 if (LL_NE(t1, t2)) {
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dvtable_layout_x86.cpp15 virtual int t2(void);
22 int test::t2(void) { return 2; } function in class:test
46 if (tp[i] == (int) t->t2)
/vbox/src/recompiler/
H A Ddef-helper.h133 #define DEF_HELPER_2(name, ret, t1, t2) \
134 DEF_HELPER_FLAGS_2(name, 0, ret, t1, t2)
135 #define DEF_HELPER_3(name, ret, t1, t2, t3) \
136 DEF_HELPER_FLAGS_3(name, 0, ret, t1, t2, t3)
137 #define DEF_HELPER_4(name, ret, t1, t2, t3, t4) \
138 DEF_HELPER_FLAGS_4(name, 0, ret, t1, t2, t3, t4)
151 #define DEF_HELPER_FLAGS_2(name, flags, ret, t1, t2) \
152 dh_ctype(ret) HELPER(name) (dh_ctype(t1), dh_ctype(t2));
154 #define DEF_HELPER_FLAGS_3(name, flags, ret, t1, t2, t3) \
155 dh_ctype(ret) HELPER(name) (dh_ctype(t1), dh_ctype(t2), dh_ctyp
[all...]
H A Dosdep.h99 #define type_check(t1,t2) ((t1*)0 - (t2*)0)
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestCRT.cpp67 nsAutoString t1,t2; local
69 t2.AssignWithConversion(s2);
71 const PRUnichar* us2 = t2.get();
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A De_log2.c43 double hfsq,f,s,z,R,w,t1,t2,dk; local
77 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));
79 R = t2+t1;
H A De_log.c105 double hfsq,f,s,z,R,w,t1,t2,dk; local
144 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));
146 R = t2+t1;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Ddlg_p.g236 <<{nfa_node *t1, *t2;
237 t1 = new_nfa_node(); t2 = new_nfa_node();
240 /* MR23 */ if ($$.r != NULL) ($$.r)->trans[1]=t2;
242 ($2.r)->trans[1]=t2; /* MR20 */
244 $$.l=t1; $$.r=t2;
265 <<{ nfa_node *t1,*t2;
267 t1 = new_nfa_node(); t2 = new_nfa_node();
269 t1->trans[1]=t2;
270 /* MR23 */ if ($$.r != NULL) ($$.r)->trans[1]=t2;
271 $$.l=t1;$$.r=t2;
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dmaskbits.h436 register PixelType t1, t2; \
440 DoRop(t2, rop, t1, *(pdst)); \
447 *(pdst) = (*(pdst) & ~tmpmask) | (t2 & tmpmask); \
452 *(pdst) = (*(pdst) & mfbGetendtab(x)) | (t2 & mfbGetstarttab(x)); \
454 DoRop(t2, rop, t1, (pdst)[1]); \
455 (pdst)[1] = ((pdst)[1] & mfbGetstarttab(n)) | (t2 & mfbGetendtab(n)); \
510 register PixelType t1, t2; \
514 t2 = DoRRop(rop, t1, *(pdst)); \
521 *(pdst) = (*(pdst) & ~tmpmask) | (t2 & tmpmask); \
526 *(pdst) = (*(pdst) & mfbGetendtab(x)) | (t2
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dmaskbits.h436 register PixelType t1, t2; \
440 DoRop(t2, rop, t1, *(pdst)); \
447 *(pdst) = (*(pdst) & ~tmpmask) | (t2 & tmpmask); \
452 *(pdst) = (*(pdst) & mfbGetendtab(x)) | (t2 & mfbGetstarttab(x)); \
454 DoRop(t2, rop, t1, (pdst)[1]); \
455 (pdst)[1] = ((pdst)[1] & mfbGetstarttab(n)) | (t2 & mfbGetendtab(n)); \
510 register PixelType t1, t2; \
514 t2 = DoRRop(rop, t1, *(pdst)); \
521 *(pdst) = (*(pdst) & ~tmpmask) | (t2 & tmpmask); \
526 *(pdst) = (*(pdst) & mfbGetendtab(x)) | (t2
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dmaskbits.h436 register PixelType t1, t2; \
440 DoRop(t2, rop, t1, *(pdst)); \
447 *(pdst) = (*(pdst) & ~tmpmask) | (t2 & tmpmask); \
452 *(pdst) = (*(pdst) & mfbGetendtab(x)) | (t2 & mfbGetstarttab(x)); \
454 DoRop(t2, rop, t1, (pdst)[1]); \
455 (pdst)[1] = ((pdst)[1] & mfbGetstarttab(n)) | (t2 & mfbGetendtab(n)); \
510 register PixelType t1, t2; \
514 t2 = DoRRop(rop, t1, *(pdst)); \
521 *(pdst) = (*(pdst) & ~tmpmask) | (t2 & tmpmask); \
526 *(pdst) = (*(pdst) & mfbGetendtab(x)) | (t2
[all...]
H A Dcfbmskbits.h608 PixelGroup t1, t2; \
613 DoRop(t2, rop, t1, *(pdst)); \
614 *(pdst) = (*(pdst) & ~tmpmask) | (t2 & tmpmask); \
620 PixelGroup t1, t2; \
626 DoRop(t2, rop, t1, *(pdst)); \
627 *(pdst) = (*(pdst) & (cfbendtab[x] | ~pm)) | (t2 & (cfbstarttab[x] & pm));\
629 DoRop(t2, rop, t1, *((pdst) + 1)); \
631 (t2 & (cfbendtab[n] & pm)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dmaskbits.h438 register PixelType t1, t2; \
442 DoRop(t2, rop, t1, *(pdst)); \
449 *(pdst) = (*(pdst) & ~tmpmask) | (t2 & tmpmask); \
454 *(pdst) = (*(pdst) & mfbGetendtab(x)) | (t2 & mfbGetstarttab(x)); \
456 DoRop(t2, rop, t1, (pdst)[1]); \
457 (pdst)[1] = ((pdst)[1] & mfbGetstarttab(n)) | (t2 & mfbGetendtab(n)); \
512 register PixelType t1, t2; \
516 t2 = DoRRop(rop, t1, *(pdst)); \
523 *(pdst) = (*(pdst) & ~tmpmask) | (t2 & tmpmask); \
528 *(pdst) = (*(pdst) & mfbGetendtab(x)) | (t2
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dmaskbits.h438 register PixelType t1, t2; \
442 DoRop(t2, rop, t1, *(pdst)); \
449 *(pdst) = (*(pdst) & ~tmpmask) | (t2 & tmpmask); \
454 *(pdst) = (*(pdst) & mfbGetendtab(x)) | (t2 & mfbGetstarttab(x)); \
456 DoRop(t2, rop, t1, (pdst)[1]); \
457 (pdst)[1] = ((pdst)[1] & mfbGetstarttab(n)) | (t2 & mfbGetendtab(n)); \
512 register PixelType t1, t2; \
516 t2 = DoRRop(rop, t1, *(pdst)); \
523 *(pdst) = (*(pdst) & ~tmpmask) | (t2 & tmpmask); \
528 *(pdst) = (*(pdst) & mfbGetendtab(x)) | (t2
[all...]
H A Diplmskbits.h472 INTER_DECLAREGP(t1); INTER_DECLAREGP(t2); \
475 INTER_DoRop(t2, rop, t1, pdst); \
476 INTER_PMSKINS(tmpmask, planemask, t2, pdst, pdst); \
482 INTER_DECLAREGP(t1); INTER_DECLAREGP(t2); \
486 INTER_DoRop(t2, rop, t1, pdst); \
487 INTER_PMSKINS(iplstarttab[x], planemask, t2, pdst, pdst); \
489 INTER_DoRop(t2, rop, t1, pdst+1); \
490 INTER_PMSKINS(iplendtab[n], planemask, t2, pdst, pdst); \
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/tests/
H A Dthrashgc.c158 Type2* t2 = NewType2(); local
159 t2->buf = NewBuffer(i & 16383);
160 p = t2;
/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/GuestHost/OpenGL/util/
H A Dlist.c53 CRListIterator *t2 = t1; local
55 t2->prev = NULL;
56 t2->next = NULL;
57 t2->element = NULL;
58 crFree( t2 );
/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

Completed in 145 milliseconds

123