/reactos/sdk/lib/3rdparty/zlib/ |
H A D | inflate.c | 402 unsigned copy; 432 if (dist > copy) dist = copy; 436 zmemcpy(state->window, end - copy, copy); 766 if (copy > have) copy = have; 922 if (copy > have) copy = have; 923 if (copy > left) copy = left; 1174 copy = state->offset - copy; 1185 if (copy > left) copy = left; 1201 if (copy > state->length) copy = state->length; 1207 if (copy > left) copy = left; [all …]
|
H A D | infback.c | 346 if (copy > have) copy = have; 347 if (copy > left) copy = left; 349 have -= copy; 350 next += copy; 351 left -= copy; 352 put += copy; 593 copy = left - copy; 597 copy = left; 599 if (copy > state->length) copy = state->length; 601 left -= copy; [all …]
|
/reactos/modules/rostests/winetests/ole32/ |
H A D | propvariant.c | 212 memset(©, 0x77, sizeof(copy)); in test_validtypes() 220 U(copy).uhVal.u.LowPart, U(copy).uhVal.u.HighPart); in test_validtypes() 224 ret = memcmp(©, &uninit, sizeof(copy)); in test_validtypes() 236 memset(©, 0x77, sizeof(copy)); in test_validtypes() 243 i, U(copy).uhVal.u.LowPart, U(copy).uhVal.u.HighPart); in test_validtypes() 247 ret = memcmp(©, &uninit, sizeof(copy)); in test_validtypes() 260 memset(©, 0x77, sizeof(copy)); in test_validtypes() 271 ret = memcmp(©, &uninit, sizeof(copy)); in test_validtypes() 283 memset(©, 0x77, sizeof(copy)); in test_validtypes() 291 U(copy).uhVal.u.LowPart, U(copy).uhVal.u.HighPart); in test_validtypes() [all …]
|
/reactos/dll/win32/dbghelp/ |
H A D | inflate.c | 1062 if (dist > copy) dist = copy; in updatewindow() 1065 if (copy) { in updatewindow() 1066 zmemcpy(state->window, end - copy, copy); in updatewindow() 1392 if (copy > have) copy = have; in inflate() 1539 if (copy > have) copy = have; in inflate() 1540 if (copy > left) copy = left; in inflate() 1783 copy = state->offset - copy; in inflate() 1793 if (copy > state->length) copy = state->length; in inflate() 1794 if (copy > left) copy = left; in inflate() 1810 if (copy > state->length) copy = state->length; in inflate() [all …]
|
/reactos/dll/win32/wininet/ |
H A D | inflate.c | 1057 if (dist > copy) dist = copy; in updatewindow() 1060 if (copy) { in updatewindow() 1061 zmemcpy(state->window, end - copy, copy); in updatewindow() 1387 if (copy > have) copy = have; in inflate() 1534 if (copy > have) copy = have; in inflate() 1535 if (copy > left) copy = left; in inflate() 1778 copy = state->offset - copy; in inflate() 1788 if (copy > state->length) copy = state->length; in inflate() 1789 if (copy > left) copy = left; in inflate() 1805 if (copy > state->length) copy = state->length; in inflate() [all …]
|
/reactos/dll/opengl/glu32/src/libnurbs/internals/ |
H A D | mesher.cc | 246 Mesher::copy( int x, int y ) in copy() function in Mesher 289 copy( ilast, ilast-1 ); in addLast() 297 copy( 0, ilast ); in addLast() 306 copy( ilast, ilast-1 ); in addLast() 324 copy( ilast, 0 ); in addLast() 361 copy( 0, ilast ); in addUpper() 390 copy( ilast, itop-1 ); in addUpper() 407 copy( ilast, itop-1 ); in addUpper() 435 copy( ilast, 0 ); in addLower() 465 copy( itop-1, ilast ); in addLower() [all …]
|
/reactos/modules/rostests/apitests/compiler/ms/eh/ |
H A D | ehthrow.amd64 | 8 A copy ctor. i = 5 14 A copy ctor. i = 8 19 A copy ctor. i = 11 58 A copy ctor. i = 6 64 A copy ctor. i = 9 69 A copy ctor. i = 12 102 A copy ctor. i = 26 131 A copy ctor. i = 6 137 A copy ctor. i = 9 142 A copy ctor. i = 12 [all …]
|
H A D | ehthrow.arm | 8 A copy ctor. i = 5 14 A copy ctor. i = 8 19 A copy ctor. i = 11 58 A copy ctor. i = 6 64 A copy ctor. i = 9 69 A copy ctor. i = 12 102 A copy ctor. i = 26 131 A copy ctor. i = 6 137 A copy ctor. i = 9 142 A copy ctor. i = 12 [all …]
|
H A D | ehthrow.out | 8 A copy ctor. i = 5 14 A copy ctor. i = 8 19 A copy ctor. i = 11 58 A copy ctor. i = 6 64 A copy ctor. i = 9 69 A copy ctor. i = 12 102 A copy ctor. i = 26 131 A copy ctor. i = 6 137 A copy ctor. i = 9 142 A copy ctor. i = 12 [all …]
|
H A D | ihateeh.out.correct | 67 A copy ctor. i = 4 90 A copy ctor. i = 4 101 A copy ctor. i = 9 107 A copy ctor. i = 13 134 A copy ctor. i = 26 160 A copy ctor. i = 37 165 A copy ctor. i = 40 170 A copy ctor. i = 43 193 A copy ctor. i = 53 198 A copy ctor. i = 56 [all …]
|
/reactos/dll/3rdparty/libxslt/ |
H A D | transform.c | 919 copy = xsltAddChild(target, copy); in xsltCopyTextString() 1088 copy = xsltAddChild(target, copy); in xsltCopyText() 1310 copy = xsltAddChild(insert, copy); in xsltShallowCopyElem() 1647 copy = xsltAddChild(insert, copy); in xsltCopyTree() 2446 copy = xsltAddChild(insert, copy); in xsltApplySequenceConstructor() 2925 copy->ns = xsltGetNamespace(ctxt, cur, copy->ns, copy); in xsltApplySequenceConstructor() 3934 copy = xsltAddChild(ctxt->insert, copy); in xsltCopy() 3942 copy = xsltAddChild(ctxt->insert, copy); in xsltCopy() 4001 copy = xsltAddChild(ctxt->insert, copy); in xsltText() 4086 copy = xsltAddChild(ctxt->insert, copy); in xsltElement() [all …]
|
H A D | templates.c | 745 if (copy != NULL) { in xsltAttrListTemplateProcess() 746 copy->ns = copyNs; in xsltAttrListTemplateProcess() 751 copy->parent = target; in xsltAttrListTemplateProcess() 754 last = copy; in xsltAttrListTemplateProcess() 756 last->next = copy; in xsltAttrListTemplateProcess() 758 last = copy; in xsltAttrListTemplateProcess() 762 if (copy == NULL) { in xsltAttrListTemplateProcess() 780 copy->last = copy->children = text; in xsltAttrListTemplateProcess() 782 text->doc = copy->doc; in xsltAttrListTemplateProcess() 820 (xmlIsID(copy->doc, copy->parent, copy))) in xsltAttrListTemplateProcess() [all …]
|
/reactos/base/applications/cmdutils/xcopy/lang/ |
H A D | en-US.rc | 37 [/Q] Do not list names during copy, that is be quiet.\n\ 38 [/F] Show full source and destination names during copy.\n\ 40 [/W] Prompts before beginning the copy operation.\n\ 41 [/T] Creates empty directory structure but does not copy files.\n\ 48 [/H] Include hidden and system files in the copy.\n\ 49 [/C] Continue even if an error occurs during the copy.\n\ 50 [/A] Only copy files with archive attribute set.\n\ 51 [/M] Only copy files with archive attribute set, removes the\n\ 55 \t\tIf no date is supplied, only copy if destination is older\n\
|
/reactos/sdk/lib/ucrt/string/i386/ |
H A D | memccpy.asm | 2 title memccpy - copy bytes until character found 4 ;memccpy.asm - copy bytes until a character is found 20 ;char *_memccpy(dest, src, _c, count) - copy bytes until character found 40 ; char *dest - pointer to memory to receive copy 42 ; char _c - character to stop copy at 43 ; int count - max number of bytes to copy
|
H A D | strncpy.asm | 2 title strncpy - copy at most n characters of string 4 ;strncpy.asm - copy at most n characters of string 9 ; defines strncpy() - copy at most n characters of string 19 ;char *strncpy(dest, source, count) - copy at most n characters 45 ; char *dest - pointer to spot to copy source, enough space 47 ; char *source - source string for copy 48 ; unsigned count - characters to copy 91 mov al,byte ptr [esi] ; copy a byte from source to dest 111 ; while ( EOS (end-of-string) not found and count > 0 ) copy bytes 159 ; copy (source) string to (dest). Also look for end of (source) string
|
/reactos/sdk/lib/3rdparty/freetype/src/gzip/ |
H A D | infcodes.c | 46 } copy; /* if EXT or COPY, where and how much */ member 137 c->sub.copy.get = e & 15; in inflate_codes() 159 j = c->sub.copy.get; in inflate_codes() 175 c->sub.copy.get = e & 15; in inflate_codes() 176 c->sub.copy.dist = t->base; in inflate_codes() 191 j = c->sub.copy.get; in inflate_codes() 193 c->sub.copy.dist += (uInt)b & inflate_mask[j]; in inflate_codes() 195 Tracevv((stderr, "inflate: distance %u\n", c->sub.copy.dist)); in inflate_codes() 198 f = q - c->sub.copy.dist; in inflate_codes()
|
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _bvector.h | 431 _STLP_STD::copy(__first, __last, this->_M_start); 453 _STLP_STD::copy(__first, __last, __position); 460 __i = _STLP_STD::copy(__first, __last, __i); 563 _STLP_STD::copy(__first, __last, this->_M_start); 570 _STLP_STD::copy(__first, __last, this->_M_start); 587 _STLP_STD::copy(__x.begin(), __x.end(), begin()); 645 _STLP_STD::copy(__first, __mid, begin()); 726 _STLP_STD::copy(__first, __last, __position); 733 __i = _STLP_STD::copy(__first, __last, __i); 747 _STLP_STD::copy(__first, __last, __position); [all …]
|
H A D | _num_put.c | 48 return _STLP_STD::copy(__first, __last, __oi); in __copy_float_and_fill() 54 __oi = _STLP_STD::copy(__first, __last, __oi); in __copy_float_and_fill() 61 return _STLP_STD::copy(__first, __last, __oi); in __copy_float_and_fill() 65 return _STLP_STD::copy(__first, __last, __oi); in __copy_float_and_fill() 153 return _STLP_STD::copy(__buf, __buf + __len, __oi); in __copy_integer_and_fill() 164 __oi = _STLP_STD::copy(__buf, __buf + __len, __oi); in __copy_integer_and_fill() 171 return _STLP_STD::copy(__buf + 1, __buf + __len, __oi); in __copy_integer_and_fill() 179 return _STLP_STD::copy(__buf + 2, __buf + __len, __oi); in __copy_integer_and_fill() 183 return _STLP_STD::copy(__buf, __buf + __len, __oi); in __copy_integer_and_fill() 253 _STLP_STD::copy(__buf, __iend, (char *) __grpbuf); in __put_integer() [all …]
|
/reactos/sdk/lib/3rdparty/stlport/test/unit/ |
H A D | copy_test.cpp | 44 copy(string, string + 23, result); in copy_array() 54 copy(a, a + size, va); in copy_volatile() 64 copy(a, a + size, va); in copy_volatile() 76 copy(a, a + size, va); in copy_volatile() 91 copy(v1.begin(), v1.end(), v2.begin()); in copy_vector() 102 copy(v1.begin(), v1.end(), i); in copy_insert()
|
H A D | finsert_test.cpp | 36 fit = copy(array, array + 3, front_insert_iterator<deque <char const*> >(names)); in finsert1() 42 copy(array, array + 3, fit); in finsert1() 53 copy(array, array + 3, front_inserter(names)); in finsert2()
|
H A D | ptrspec_test.cpp | 142 copy(int_array, int_array + 3, back_inserter(pint_vect)); in ptr_specialization_test() 155 copy(int_array, int_array + 3, back_inserter(pint_list)); in ptr_specialization_test() 156 copy(int_array, int_array + 3, back_inserter(pint_list2)); in ptr_specialization_test() 179 copy(int_array, int_array + 3, front_inserter(pint_slist)); in ptr_specialization_test() 180 copy(int_array, int_array + 3, front_inserter(pint_slist2)); in ptr_specialization_test() 202 copy(int_array, int_array + 3, back_inserter(pint_deque)); in ptr_specialization_test() 203 copy(int_array, int_array + 3, back_inserter(pint_deque2)); in ptr_specialization_test()
|
H A D | binsert_test.cpp | 35 bit = copy(array, array + 3, bit); in binsert1() 41 copy(array, array + 3, bit); in binsert1() 50 copy(array, array + 3, back_inserter(names)); in binsert2()
|
H A D | insert_test.cpp | 40 itd = copy(array2, array2 + 3, insert_iterator<deque <char const*> >(names, i)); in insert1() 49 copy(array1, array1 + 3, itd); in insert1() 62 copy(array2, array2 + 3, inserter(names, i)); in insert2()
|
/reactos/dll/win32/gdiplus/ |
H A D | matrix.c | 187 GpMatrix copy; in GdipInvertMatrix() local 213 copy = *matrix; in GdipInvertMatrix() 215 matrix->matrix[0] = copy.matrix[3] / det; in GdipInvertMatrix() 216 matrix->matrix[1] = -copy.matrix[1] / det; in GdipInvertMatrix() 217 matrix->matrix[2] = -copy.matrix[2] / det; in GdipInvertMatrix() 218 matrix->matrix[3] = copy.matrix[0] / det; in GdipInvertMatrix() 219 matrix->matrix[4] = (copy.matrix[2]*copy.matrix[5]-copy.matrix[3]*copy.matrix[4]) / det; in GdipInvertMatrix() 220 matrix->matrix[5] = -(copy.matrix[0]*copy.matrix[5]-copy.matrix[1]*copy.matrix[4]) / det; in GdipInvertMatrix()
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | CMakeLists.txt | 159 … COMMAND "${CMAKE_COMMAND}" -E copy $<TARGET_FILE:ntdll_apitest> ${NTDLL_APITEST_DATADIR} 160 … COMMAND "${CMAKE_COMMAND}" -E copy ntdll_apitest.exe.local ${NTDLL_APITEST_DATADIR} 161 COMMAND "${CMAKE_COMMAND}" -E copy shell32.dll ${NTDLL_APITEST_DATADIR} 162 COMMAND "${CMAKE_COMMAND}" -E copy test.dll ${NTDLL_APITEST_DATADIR} 163 … COMMAND "${CMAKE_COMMAND}" -E copy ntdlltest.manifest ${NTDLL_APITEST_DATADIR} 164 COMMAND "${CMAKE_COMMAND}" -E copy fil1.txt ${NTDLL_APITEST_DATADIR}
|