Searched defs:t1 (Results 1 - 25 of 64) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Arm/machine/
H A Dbyte_swap.h41 uint32_t t1; local
43 t1 = v ^ ((v << 16) | (v >> 16));
44 t1 &= 0xff00ffffU;
46 v ^= (t1 >> 8);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dop_filnf.c66 static PRFileDesc *t1; variable
79 t1 = PR_Open("/usr/tmp/ttools/err03.tmp", PR_TRUNCATE | PR_RDWR, 0666);
80 if (t1 == NULL)
H A Dop_filok.c82 static PRFileDesc *t1; variable
93 t1 = PR_Open(EXISTING_FILENAME, PR_RDONLY, 0666);
95 if (t1 == NULL) {
101 if (PR_Close(t1) == PR_SUCCESS) {
H A Dop_nofil.c70 static PRFileDesc *t1; variable
80 t1 = PR_Open(NO_SUCH_FILE, PR_RDONLY, 0666);
81 if (t1 == NULL) {
93 if (PR_Close(t1) == PR_FAILURE) {
H A Dop_2long.c66 static PRFileDesc *t1; variable
96 t1 = PR_Open(nameTooLong, PR_RDWR, 0666);
97 if (t1 == NULL) {
H A Dtimemac.c108 PRTime t1, t2; local
117 t1 = PR_Now();
121 PR_ExplodeTime(t1, PR_GMTParameters, &et);
131 if (LL_NE(t1, t2)) {
138 PR_ExplodeTime(t1, PR_LocalTimeParameters, &et);
145 if (LL_NE(t1, t2)) {
H A Dfileio.c83 static PRFileDesc *t1, *t2; variable
92 t1 = PR_Open("t1.tmp", PR_CREATE_FILE | PR_RDWR, 0);
93 PR_ASSERT(t1 != NULL);
98 nWritten = PR_Write((PRFileDesc*)t1, tbuf, TBSIZE);
101 rv = PR_Seek(t1,0,PR_SEEK_SET);
128 PR_Close(t1);
131 PR_Delete("t1.tmp");
213 reader, t1,
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 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/libs/xpcom18a4/xpcom/tests/
H A DTestAutoLock.cpp76 PRThread* t1 = local
89 PR_JoinThread(t1);
H A DTestCRT.cpp67 nsAutoString t1,t2; local
68 t1.AssignWithConversion(s1);
70 const PRUnichar* us1 = t1.get();
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dvtable_layout_x86.cpp14 virtual int t1(void);
21 int test::t1(void) { return 1; } function in class:test
44 if (tp[i] == (int) t->t1)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A De_sqrt.c115 u_int32_t r,t1,s1,ix1,q1; local
172 t1 = s1+r;
174 if((t<ix0)||((t==ix0)&&(t1<=ix1))) {
175 s1 = t1+r;
176 if(((t1&sign)==(u_int32_t)sign)&&(s1&sign)==0) s0 += 1;
178 if (ix1 < t1) ix0 -= 1;
179 ix1 -= t1;
H A De_log.c105 double hfsq,f,s,z,R,w,t1,t2,dk; local
143 t1= w*(Lg2+w*(Lg4+w*Lg6));
146 R = t2+t1;
H A De_log2.c43 double hfsq,f,s,z,R,w,t1,t2,dk; local
76 t1= w*(Lg2+w*(Lg4+w*Lg6));
79 R = t2+t1;
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/win32/
H A Dxptcinvoke_asm_alpha.s7 #define t1 $2 define
92 ldl t1,0(a0) // t1 = *that
94 addl t1,a1,t9
98 subl t3,64,t1
104 ldq a1,0(t1)
105 ldq a2,8(t1)
106 ldq a3,16(t1)
107 ldq a4,24(t1)
108 ldq a5,32(t1)
[all...]
H A Dxptcstubs_asm_alpha.s4 #define t1 $2 // define
/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/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/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl/
H A Dt_vb_cliptmp.h103 if (t > t1) t1 = t; \
108 if (t0 + t1 >= 1.0) \
126 GLfloat t1 = 0; local
166 INTERP_4F( t1, coord[newvert], coord[v1], coord[v0_orig] );
167 interp( ctx, t1, newvert, v1, v0_orig, GL_FALSE );
177 ASSERT(t1 == 0.0);
/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/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...]
/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/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/VBox/Frontends/VBoxSDL/
H A DVBoxSDLTest.cpp385 RTTIMESPEC t1, t2; local
387 RTTimeNow(&t1);
435 int64_t ms = RTTimeSpecGetMilli(&t2) - RTTimeSpecGetMilli(&t1);

Completed in 111 milliseconds

123