/reactos/sdk/lib/cryptlib/ |
H A D | aes.c | 1079 t0 = in aes_ecb_encrypt() 1110 Te0(byte(t0, 3)) ^ in aes_ecb_encrypt() 1119 Te3(byte(t0, 0)) ^ in aes_ecb_encrypt() 1124 Te2(byte(t0, 1)) ^ in aes_ecb_encrypt() 1129 Te1(byte(t0, 2)) ^ in aes_ecb_encrypt() 1136 (Te4_3[byte(t0, 3)]) ^ in aes_ecb_encrypt() 1146 (Te4_0[byte(t0, 0)]) ^ in aes_ecb_encrypt() 1152 (Te4_1[byte(t0, 1)]) ^ in aes_ecb_encrypt() 1158 (Te4_2[byte(t0, 2)]) ^ in aes_ecb_encrypt() 1181 t0 = in aes_ecb_decrypt() [all …]
|
/reactos/dll/win32/rsaenh/ |
H A D | aes.c | 1079 t0 = in aes_ecb_encrypt() 1110 Te0(byte(t0, 3)) ^ in aes_ecb_encrypt() 1119 Te3(byte(t0, 0)) ^ in aes_ecb_encrypt() 1124 Te2(byte(t0, 1)) ^ in aes_ecb_encrypt() 1129 Te1(byte(t0, 2)) ^ in aes_ecb_encrypt() 1136 (Te4_3[byte(t0, 3)]) ^ in aes_ecb_encrypt() 1146 (Te4_0[byte(t0, 0)]) ^ in aes_ecb_encrypt() 1152 (Te4_1[byte(t0, 1)]) ^ in aes_ecb_encrypt() 1158 (Te4_2[byte(t0, 2)]) ^ in aes_ecb_encrypt() 1181 t0 = in aes_ecb_decrypt() [all …]
|
/reactos/sdk/tools/winesync/d3dx9_staging/ |
H A D | 0006-d3dx9_36_tests__Add_additional_tests_for_special_cases.diff | 11 + 0x00000042, 0xb00f0000, /* tex t0 … 17 + 0x00000042, 0xb00f0000, 0xa0e40000, /* texld t0, c0 … 23 + 0x00000042, 0xb00f0000, 0xa0e40000, 0xa0e40001, /* texld t0, c0, c1 … 69 " mul r0, t0, r0\n"; 71 + " tex t0\n" 74 + " texld t0, c0\n" 77 + " texld t0, c0, c1\n" 80 + " texcoord t0\n" 83 + " texcrd t0, c0\n" 86 + " sincos t0, c0, c1, c2\n" [all …]
|
H A D | 0005-d3dx9_36_tests__Add_initial_tests_for_D3DXDisassembleShader.diff | 19 + " tex t0\n" 22 + " mul r0, t0, r0\n";
|
/reactos/dll/3rdparty/libtiff/ |
H A D | tif_pixarlog.c | 116 register float t0, t1, t2, t3; in horizontalAccumulateF() local 124 op[0] = t0; in horizontalAccumulateF() 135 op[0] = t0; in horizontalAccumulateF() 144 op[0] = t0; in horizontalAccumulateF() 157 op[0] = t0; in horizontalAccumulateF() 190 op[0] = CLAMP12(t0); in horizontalAccumulate12() 201 op[0] = CLAMP12(t0); in horizontalAccumulate12() 210 op[0] = CLAMP12(t0); in horizontalAccumulate12() 223 op[0] = CLAMP12(t0); in horizontalAccumulate12() 423 op[0] = t0; in horizontalAccumulate8abgr() [all …]
|
/reactos/dll/opengl/mesa/ |
H A D | linetemp.h | 123 GLfixed t0 = FloatToFixed(VB->TexCoord[vert0][1] * T_SCALE); variable 124 GLfixed dt = FloatToFixed(VB->TexCoord[vert1][1] * T_SCALE) - t0; 128 GLfloat t0 = VB->TexCoord[vert0][1], dt = VB->TexCoord[vert1][1] - t0; variable 334 t0 += dt; 338 t0 += dt; 453 t0 += dt; 457 t0 += dt;
|
H A D | vbxform.c | 495 t[i][0] = m0 * t0 + m4 * t1 + m8 * t2 + m12 * t3; in transform_texcoords() 496 t[i][1] = m1 * t0 + m5 * t1 + m9 * t2 + m13 * t3; in transform_texcoords() 497 t[i][2] = m2 * t0 + m6 * t1 + m10 * t2 + m14 * t3; in transform_texcoords() 498 t[i][3] = m3 * t0 + m7 * t1 + m11 * t2 + m15 * t3; in transform_texcoords() 513 t[i][0] = m0 * t0 + m4 * t1 + m12 * t3; in transform_texcoords() 514 t[i][1] = m1 * t0 + m5 * t1 + m13 * t3; in transform_texcoords() 529 t[i][0] = m0 * t0 + m4 * t1 + m8 * t2 + m12 * t3; in transform_texcoords() 1124 GLdouble t0 = gl_time(); in gl_transform_vb_part1() local 1149 ctx->VertexTime += gl_time() - t0; in gl_transform_vb_part1() 1169 GLdouble t0 = gl_time(); in gl_transform_vb_part2() local [all …]
|
H A D | tritemp.h | 641 GLfloat s0, t0; variable 645 t0 = VB->TexCoord[vLower][1] * T_SCALE; 646 ft = (GLfixed)(t0 * FIXED_SCALE + dtdx * adjx + dtdy * adjy) + FIXED_HALF; 653 GLfloat s0, t0, u0, v0; variable 659 t0 = VB->TexCoord[vLower][1] * w0; 660 tLeft = t0 + (dtdx * adjx + dtdy * adjy) * (1.0F/FIXED_SCALE);
|
H A D | misc.c | 263 GLdouble t0 = gl_time(); in gl_Clear() local 304 ctx->ClearTime += gl_time() - t0; in gl_Clear()
|
H A D | lines.c | 782 pbt[count] = t0 / w0; \ in flat_textured_line() 800 pbt[count] = t0 / w0; \ in flat_textured_line() 844 pbt[count] = t0 / w0; \ in smooth_textured_line() 868 pbt[count] = t0 / w0; \ in smooth_textured_line()
|
H A D | vbrender.c | 131 GLdouble t0 = gl_time(); 134 TIMER += (gl_time() - t0); \
|
/reactos/sdk/lib/3rdparty/libmpg123/ |
H A D | layer3.c | 1579 real t0, t1, t2; in dct36() local 1587 tmp[4] = t2 + t0 + t0; in dct36() 1595 real t0, t1, t2; in dct36() local 1615 tmp[0] += t0; in dct36() 1616 tmp[8] -= t0; in dct36() 1651 t0 += t3 + t1; in dct36() 1659 tmp[0] = t0 + t1; in dct36() 1660 tmp[8] = t0 - t1; in dct36() 1670 tmp[1] = t5 - t0; in dct36() 1671 tmp[7] = t5 + t0; in dct36() [all …]
|
/reactos/modules/rostests/win32/cmd/script_testsuite/tests/ |
H A D | environment.cmd | 33 :: ~t0 contains the date and time of the current script file 34 call :_testvar "%~t0" ~t0
|
/reactos/base/applications/network/ftp/ |
H A D | prototypes.h | 25 void ptransfer(const char *direction, long bytes, struct timeval *t0, struct timeval *t1); 30 void tvsub(struct timeval *tdiff, struct timeval *t1, struct timeval *t0);
|
H A D | ftp.c | 1264 void ptransfer(direction, bytes, t0, t1) in ptransfer() argument 1267 struct timeval *t0, *t1; 1273 tvsub(&td, t1, t0); 1293 void tvsub(tdiff, t1, t0) in tvsub() argument 1294 struct timeval *tdiff, *t1, *t0; in tvsub() 1297 tdiff->tv_sec = t1->tv_sec - t0->tv_sec; 1298 tdiff->tv_usec = t1->tv_usec - t0->tv_usec;
|
/reactos/modules/rosapps/applications/net/ncftp/libncftp/ |
H A D | open.c | 821 time_t t0, t1; in FTPOpenHost() local 850 (void) time(&t0); in FTPOpenHost() 892 elapsed = (int) (t1 - t0); in FTPOpenHost() 913 time_t t0, t1; in FTPOpenHostNoLogin() local 943 (void) time(&t0); in FTPOpenHostNoLogin() 966 elapsed = (int) (t1 - t0); in FTPOpenHostNoLogin()
|
H A D | io.c | 86 (void) gettimeofday(&cip->t0, NULL); in FTPInitIOTimer() 95 (void) gettimeofday(&cip->t0, NULL); in FTPStartIOTimer() 107 struct timeval *t0, t1; in FTPUpdateIOTimer() local 117 t0 = &cip->t0; in FTPUpdateIOTimer() 119 if (t0->tv_usec > t1.tv_usec) { in FTPUpdateIOTimer() 123 sec = ((double) (t1.tv_usec - t0->tv_usec) * 0.000001) in FTPUpdateIOTimer() 124 + (t1.tv_sec - t0->tv_sec); in FTPUpdateIOTimer()
|
H A D | ncftp.h | 210 struct timeval t0; /* Do not modify this field. */ member
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | SHAppBarMessage.cpp | 118 LONG t, t0 = GetTickCount(); in SlideWindow() local 119 while ((t = GetTickCount()) < t0 + dt) in SlideWindow() 121 INT x = rcOld.left + dx * (t - t0) / dt; in SlideWindow() 122 INT y = rcOld.top + dy * (t - t0) / dt; in SlideWindow()
|
/reactos/sdk/include/vcruntime/ |
H A D | xmmintrin.h | 369 __m128 t0 = _mm_unpacklo_ps(row0, row1); \ 373 (row0) = _mm_movelh_ps(t0, t1); \ 374 (row1) = _mm_movehl_ps(t1, t0); \
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | sync.c | 880 HANDLE q, t0, t1, t2, t3, t4, t5; in test_timer_queue() local 901 t0 = NULL; in test_timer_queue() 903 ret = CreateTimerQueueTimer(&t0, q, timer_queue_cb1, &n0, 0, 300, 0); in test_timer_queue() 905 ok(t0 != NULL, "CreateTimerQueueTimer\n"); in test_timer_queue() 906 ret0 = DeleteTimerQueueTimer(q, t0, NULL); in test_timer_queue()
|
/reactos/drivers/storage/ide/uniata/ |
H A D | id_ata.cpp | 243 LARGE_INTEGER t0; in UniataNanoSleep() local 256 KeQuerySystemTime(&t0); in UniataNanoSleep() 10704 LARGE_INTEGER t0, t1; local 10777 KeQuerySystemTime(&t0); 10780 } while(t0.QuadPart == t1.QuadPart); 10781 t0=t1; 10786 } while(t0.QuadPart == t1.QuadPart); 10787 g_PerfDt = (ULONG)((t1.QuadPart - t0.QuadPart)/10);
|
/reactos/sdk/include/reactos/wine/ |
H A D | wgl_driver.h | 808 …oat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat… 814 …oat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat…
|
/reactos/modules/rostests/testdata/old/ |
H A D | test.sfd | 1224 r;?Kms8W-!s8W-!s8W-!s8W-!s8W-!B4kj(-71>t0"&*ps8W-!s8W-!s8W-!s8W-!s8W-!s8W-!
|