Home
last modified time | relevance | path

Searched refs:rem (Results 1 – 25 of 59) sorted by relevance

123

/reactos/modules/rostests/winetests/cmd/
H A Dtest_cmdline.cmd52 rem - Try cmd.exe /k as well
62 rem Cannot issue a call from cmd.exe /c
65 rem %1-9 has no meaning
68 rem for loop vars need expanding
71 rem goto's are ineffective
83 rem - Environment is inherited ok
86 rem - Exit works
92 rem - Temporary batch files
162 rem cond 1 - /s
165 rem cond 2 - not 2 quotes
[all …]
H A Dtest_builtins.cmd108 rem Hello
109 rem Hello
111 rem echo lol
117 rem Hello
118 rem Hello
120 rem echo lol
263 rem
629 rem path
664 rem path
1560 rem shift
[all …]
/reactos/drivers/filesystems/btrfs/
H A Dcrc32c.c63 uint32_t rem = seed; in calc_crc32c_sw() local
66 rem = crctable[(rem ^ msg[i]) & 0xff] ^ (rem >> 8); in calc_crc32c_sw()
69 return rem; in calc_crc32c_sw()
/reactos/sdk/lib/3rdparty/stlport/doc/
H A DREADME.evc98 rem you need to adapt at least these three
13 rem the compiler is always cl.exe, different compilers are in different paths
15 rem obviously, these need to be adjusted to where you installed VS2008 and the SDKs
22 rem add libs and includes from the SDK
26 rem add libs that came with VC9
27 rem Note: there are more libs and includes under ce\atlmfc, you need to add these
28 rem instead of the ones in the SDK if you want to use the newer version of ATL/MFC.
40 rem the compiler is always cl.exe, different compilers are in different paths
43 rem obviously, these need to be adjusted to where you installed VS2008
50 rem add libs and includes from the SDK
[all …]
H A DREADME.evc88 rem you need to adapt at least these three
13 rem the compiler is always cl.exe, different compilers are in different paths
15 rem obviously, these need to be adjusted to where you installed VS2005 and the SDKs
22 rem add libs and includes from the SDK
26 rem add libs that came with VC8
27 rem Note: there are more libs and includes under ce\atlmfc, not sure if these are needed.
39 rem the compiler is always cl.exe, different compilers are in different paths
42 rem obviously, these need to be adjusted to where you installed VS2005
49 rem add libs and includes from the SDK
53 rem add libs that came with VC8
/reactos/sdk/lib/3rdparty/libsamplerate/
H A Dsrc_sinc.c342 rem = fmod_one (input_index) ; in sinc_mono_vari_process()
344 input_index = rem ; in sinc_mono_vari_process()
386 input_index = rem ; in sinc_mono_vari_process()
493 input_index = rem ; in sinc_stereo_vari_process()
534 input_index = rem ; in sinc_stereo_vari_process()
647 input_index = rem ; in sinc_quad_vari_process()
688 input_index = rem ; in sinc_quad_vari_process()
807 input_index = rem ; in sinc_hex_vari_process()
848 input_index = rem ; in sinc_hex_vari_process()
1054 input_index = rem ; in sinc_multichan_vari_process()
[all …]
H A Dsrc_zoh.c34 double src_ratio, input_index, rem ; in zoh_vari_process() local
81 rem = fmod_one (input_index) ; in zoh_vari_process()
82 priv->in_used += priv->channels * lrint (input_index - rem) ; in zoh_vari_process()
83 input_index = rem ; in zoh_vari_process()
98 rem = fmod_one (input_index) ; in zoh_vari_process()
100 priv->in_used += priv->channels * lrint (input_index - rem) ; in zoh_vari_process()
101 input_index = rem ; in zoh_vari_process()
H A Dsrc_linear.c36 double src_ratio, input_index, rem ; in linear_vari_process() local
84 rem = fmod_one (input_index) ; in linear_vari_process()
85 priv->in_used += priv->channels * lrint (input_index - rem) ; in linear_vari_process()
86 input_index = rem ; in linear_vari_process()
107 rem = fmod_one (input_index) ; in linear_vari_process()
109 priv->in_used += priv->channels * lrint (input_index - rem) ; in linear_vari_process()
110 input_index = rem ; in linear_vari_process()
/reactos/sdk/tools/mkisofs/schilytools/libschily/
H A Dmovebytes.c54 register ssize_t rem = n % (8 * sizeof (long)); local
63 n = rem;
97 register ssize_t rem = n % (8 * sizeof (long)); local
106 n = rem;
H A Dzerobytes.c60 register ssize_t rem = n % (8 * sizeof (long)); local
72 n = rem;
H A Dfillbytes.c63 register ssize_t rem = n % (8 * sizeof (long)); local
81 n = rem;
/reactos/sdk/lib/fslib/ext2lib/
H A DSuper.c78 ULONG rem = 0; in ext2_initialize_sb() local
211 rem = ((pExt2Sb->s_blocks_count - pExt2Sb->s_first_data_block) % in ext2_initialize_sb()
214 if ((Ext2Sys->group_desc_count == 1) && rem && (rem < overhead)) in ext2_initialize_sb()
217 if (rem && (rem < overhead+50)) in ext2_initialize_sb()
219 pExt2Sb->s_blocks_count -= rem; in ext2_initialize_sb()
/reactos/sdk/lib/crt/math/
H A Dldiv.c22 r.rem = num % denom; in ldiv()
25 if (r.rem > 0) in ldiv()
28 r.rem -= denom; in ldiv()
H A Ddiv.c22 r.rem = num % denom; in div()
25 if (r.rem > 0) in div()
28 r.rem -= denom; in div()
/reactos/sdk/lib/ucrt/stdlib/
H A Dimaxdiv.cpp19 result.rem = numerator - denominator * result.quot; in imaxdiv()
25 if (fix_required && result.quot < 0 && result.rem != 0) in imaxdiv()
28 result.rem -= denominator; in imaxdiv()
H A Ddiv.cpp20 result.rem = numerator % denominator; in div()
H A Dldiv.cpp20 result.rem = numerator % denominator; in ldiv()
H A Dlldiv.cpp20 result.rem = numerator % denominator; in lldiv()
/reactos/dll/win32/msi/
H A Dhandle.c63 MSIHANDLE rem; member
86 if (!handle_table[i].u.obj && !handle_table[i].u.rem) in alloc_handle_table_entry()
146 entry->u.rem = remote; in alloc_msi_remote_handle()
193 ret = handle_table[handle].u.rem; in msi_get_remote()
287 remote_CloseHandle( handle_table[handle].u.rem ); in MsiCloseHandle()
/reactos/sdk/lib/3rdparty/zlib/
H A Dadler32.c150 unsigned rem; local
158 rem = (unsigned)len2;
160 sum2 = rem * sum1;
163 sum2 += ((adler1 >> 16) & 0xffff) + ((adler2 >> 16) & 0xffff) + BASE - rem;
/reactos/drivers/network/tcpip/lwip/src/core/ipv4/
H A Dip4_addr.c291 u8_t rem; in ip4addr_ntoa_r() local
303 rem = *ap % (u8_t)10; in ip4addr_ntoa_r()
305 inv[i++] = (char)('0' + rem); in ip4addr_ntoa_r()
/reactos/modules/rostests/apitests/mspatcha/
H A Dmspatcha.c321 unsigned int rem = seed; in crc32() local
326 rem = crc_32_tab[(rem ^ msg[i]) & 0xff] ^ (rem >> 8); in crc32()
329 return rem; in crc32()
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dcmath_test.cpp65 CPPUNIT_CHECK( div_res.rem == 1 ); in import_checks()
68 CPPUNIT_CHECK( ldiv_res.rem == 1l ); in import_checks()
71 CPPUNIT_CHECK( ldiv_res.rem == 1l ); in import_checks()
/reactos/dll/directx/wine/d3drm/
H A Dtexture.c271 LONGLONG rem; in d3drm_texture_load() local
287 rem = size.QuadPart; in d3drm_texture_load()
299 if (rem < sizeof(*header) || header->bfType != 0x4d42 /* BM */) in d3drm_texture_load()
301 rem -= sizeof(*header); in d3drm_texture_load()
305 if (rem < sizeof(info->bmiHeader) || info->bmiHeader.biSize != sizeof(info->bmiHeader)) in d3drm_texture_load()
307 rem -= sizeof(info->bmiHeader); in d3drm_texture_load()
321 rem -= 256 * sizeof(*info->bmiColors); in d3drm_texture_load()
322 if (w > rem / h) in d3drm_texture_load()
324 …hr = d3drm_image_load_8(image, info->bmiColors, (unsigned char *)&info->bmiColors[256], rem, w, h,… in d3drm_texture_load()
328 if (w > (rem / 3) / h) in d3drm_texture_load()
[all …]
/reactos/dll/3rdparty/mbedtls/
H A Dgcm.c248 unsigned char lo, hi, rem; in gcm_mult() local
277 rem = (unsigned char) zl & 0xf; in gcm_mult()
280 zh ^= (uint64_t) last4[rem] << 48; in gcm_mult()
286 rem = (unsigned char) zl & 0xf; in gcm_mult()
289 zh ^= (uint64_t) last4[rem] << 48; in gcm_mult()

123