Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/AliOS-Things-master/components/oss/src/model/
A DSelectObjectRequest.cc79 copy = ((remain > copy) ? copy : remain); in selectObjectDepackFrame()
81 frame->header_len += copy; in selectObjectDepackFrame()
82 ptr += copy; in selectObjectDepackFrame()
83 remain -= copy; in selectObjectDepackFrame()
106 *payload_len = copy; in selectObjectDepackFrame()
108 remain -= copy; in selectObjectDepackFrame()
117 copy = (copy > remain ? remain : copy); in selectObjectDepackFrame()
119 frame->tail_len += copy; in selectObjectDepackFrame()
120 remain -= copy; in selectObjectDepackFrame()
151 copy = (copy > payload_len) ? payload_len : copy; in selectObjectTransferContent()
[all …]
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dinflate.c391 if (dist > copy) dist = copy;
394 if (copy) {
395 zmemcpy(state->window, strm->next_out - copy, copy);
720 if (copy > have) copy = have;
867 if (copy > have) copy = have;
868 if (copy > left) copy = left;
1112 copy = state->offset - copy;
1123 if (copy > left) copy = left;
1139 if (copy > state->length) copy = state->length;
1145 if (copy > left) copy = left;
[all …]
A Dinfback.c336 if (copy > have) copy = have;
337 if (copy > left) copy = left;
339 have -= copy;
340 next += copy;
341 left -= copy;
342 put += copy;
583 copy = left - copy;
587 copy = left;
589 if (copy > state->length) copy = state->length;
591 left -= copy;
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dinflate.c399 unsigned copy;
429 if (dist > copy) dist = copy;
433 zmemcpy(state->window, end - copy, copy);
759 if (copy > have) copy = have;
906 if (copy > have) copy = have;
907 if (copy > left) copy = left;
1150 copy = state->offset - copy;
1161 if (copy > left) copy = left;
1177 if (copy > state->length) copy = state->length;
1183 if (copy > left) copy = left;
[all …]
A Dinfback.c345 if (copy > have) copy = have;
346 if (copy > left) copy = left;
348 have -= copy;
349 next += copy;
350 left -= copy;
351 put += copy;
591 copy = left - copy;
595 copy = left;
597 if (copy > state->length) copy = state->length;
599 left -= copy;
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/
A Dinfback9.c328 copy = length;
331 if (copy > have) copy = have;
332 if (copy > left) copy = left;
334 have -= copy;
335 next += copy;
336 left -= copy;
337 put += copy;
338 length -= copy;
566 copy = left - copy;
572 if (copy > length) copy = length;
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/script/
A Dpostbuild_img2.bat22 copy %outputdir%\%outputplatform%.elf %bindir%\application.axf
31 copy %bindir%\application.map %bindir%\application.2boot.map
32 copy %bindir%\application.asm %bindir%\application.2boot.asm
34 copy %bindir%\application.map %bindir%\application.app.map
35 copy %bindir%\application.asm %bindir%\application.app.asm
92 :: check boot_all.bin exist, copy default
94 copy %amebazdir%\bin\boot_all.bin %bindir%\boot_all.bin
99 copy %bindir%\image2_app.bin %outputdir%\image2_app.bin
100 copy %bindir%\ota_all.bin %outputdir%\ota_all.bin
102 copy %bindir%\boot_all.bin %outputdir%\boot_all.bin
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/blast/
A Dblast.c289 int copy; /* copy counter */ in decomp() local
349 copy = MAXWIN; in decomp()
351 from += copy; in decomp()
352 copy = dist; in decomp()
354 copy -= s->next; in decomp()
355 if (copy > len) copy = len; in decomp()
356 len -= copy; in decomp()
357 s->next += copy; in decomp()
360 } while (--copy); in decomp()
/AliOS-Things-master/components/freetype/src/gzip/
A Dinfcodes.c46 } 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()
/AliOS-Things-master/components/oss/src/utils/
A DUtils.cc551copy.erase(copy.begin(), std::find_if(copy.begin(), copy.end(), [](unsigned char ch) { return !::i… in LeftTrim()
552 return copy; in LeftTrim()
558copy.erase(std::find_if(copy.rbegin(), copy.rend(), [](unsigned char ch) { return !::isspace(ch); … in RightTrim()
559 return copy; in RightTrim()
570copy.erase(copy.begin(), std::find_if(copy.begin(), copy.end(), [](int ch) { return !(ch == '"'); … in LeftTrimQuotes()
571 return copy; in LeftTrimQuotes()
577copy.erase(std::find_if(copy.rbegin(), copy.rend(), [](int ch) { return !(ch == '"'); }).base(), c… in RightTrimQuotes()
578 return copy; in RightTrimQuotes()
588 std::string copy; in ToLower() local
594 return copy; in ToLower()
[all …]
/AliOS-Things-master/components/SDL2/build-scripts/
A Dwindows-buildbot-zipper.bat18 copy include\*.h include\
19 copy %2\%1\Release\SDL2.dll zipper\SDL\lib\
20 copy %2\%1\Release\SDL2.lib zipper\SDL\lib\
21 copy %2\%1\Release\SDL2main.lib zipper\SDL\lib\
/AliOS-Things-master/components/py_engine/tests/basics/
A Dfrozenset_binop.py17 u = s.copy()
20 u = s.copy()
23 u = s.copy()
26 u = s.copy()
A Dset_binop.py10 u = s.copy()
13 u = s.copy()
16 u = s.copy()
19 u = s.copy()
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_objx_templ.c56 lv_obj_t * lv_templ_create(lv_obj_t * par, const lv_obj_t * copy) in lv_templ_create() argument
62 lv_obj_t * new_templ = lv_ANCESTOR_create(par, copy); in lv_templ_create()
81 if(copy == NULL) { in lv_templ_create()
86 lv_templ_ext_t * copy_ext = lv_obj_get_ext_attr(copy); in lv_templ_create()
A Dlv_line.c50 lv_obj_t * lv_line_create(lv_obj_t * par, const lv_obj_t * copy) in lv_line_create() argument
55 lv_obj_t * new_line = lv_obj_create(par, copy); in lv_line_create()
75 if(copy == NULL) { in lv_line_create()
83 lv_line_ext_t * copy_ext = lv_obj_get_ext_attr(copy); in lv_line_create()
84 lv_line_set_auto_size(new_line, lv_line_get_auto_size(copy)); in lv_line_create()
85 lv_line_set_y_invert(new_line, lv_line_get_y_invert(copy)); in lv_line_create()
86 lv_line_set_auto_size(new_line, lv_line_get_auto_size(copy)); in lv_line_create()
A Dlv_led.c53 lv_obj_t * lv_led_create(lv_obj_t * par, const lv_obj_t * copy) in lv_led_create() argument
58 lv_obj_t * new_led = lv_obj_create(par, copy); in lv_led_create()
76 if(copy == NULL) { in lv_led_create()
89 lv_led_ext_t * copy_ext = lv_obj_get_ext_attr(copy); in lv_led_create()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dmake_vms.com1 $ if f$search("ioapi.h_orig") .eqs. "" then copy ioapi.h ioapi.h_orig
3 $ copy sys$input: zdef
12 $ copy vmsdefs.h,ioapi.h_orig ioapi.h
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_log.c70 time_t copy; in SDLTest_TimestampToString() local
75 copy = timestamp; in SDLTest_TimestampToString()
76 local = localtime(&copy); in SDLTest_TimestampToString()
/AliOS-Things-master/hardware/chip/haas1000/release/auto_build_tool/
A Dhaas1000_genbin.py311 shutil.copy(release_file_dir + '/' + pub_otp_name, ota_bin_dir + '/')
319 shutil.copy(release_file_dir + '/' + pub_otp_name, gui_bin_dir + '/')
346 shutil.copy(res_file_path, des_path)
360 shutil.copy(glob.glob(res_file_path)[0], des_path)
380 shutil.copy(res_file_path, des_path)
391 shutil.copy(res_file_path, des_path)
442 shutil.copy(res_file_path, des_path)
449 shutil.copy(res_file_path, des_path)
462 shutil.copy(res_file_path, des_path)
468 shutil.copy(res_file_path, des_path)
/AliOS-Things-master/hardware/chip/rtl872xd/release/auto_build_tool/
A Dgenbin.py311 shutil.copy(release_file_dir + '/' + pub_otp_name, ota_bin_dir + '/')
319 shutil.copy(release_file_dir + '/' + pub_otp_name, gui_bin_dir + '/')
346 shutil.copy(res_file_path, des_path)
363 shutil.copy(glob.glob(res_file_path)[0], des_path)
383 shutil.copy(res_file_path, des_path)
394 shutil.copy(res_file_path, des_path)
446 shutil.copy(res_file_path, des_path)
453 shutil.copy(res_file_path, des_path)
466 shutil.copy(res_file_path, des_path)
472 shutil.copy(res_file_path, des_path)
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dautogen.sh3 libtoolize --force --copy
6 automake --foreign --add-missing --copy
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_obj.c296 if(copy != NULL) { in lv_obj_create()
324 new_obj->event_cb = copy->event_cb; in lv_obj_create()
327 new_obj->click = copy->click; in lv_obj_create()
328 new_obj->drag = copy->drag; in lv_obj_create()
329 new_obj->drag_dir = copy->drag_dir; in lv_obj_create()
332 new_obj->hidden = copy->hidden; in lv_obj_create()
333 new_obj->top = copy->top; in lv_obj_create()
337 new_obj->protect = copy->protect; in lv_obj_create()
340 new_obj->style_p = copy->style_p; in lv_obj_create()
344 if(copy->group_p != NULL) { in lv_obj_create()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dmakefile.cegcc42 $(NAME): remove-old copy-src compilation copy manifest archive
51 copy-src:
72 copy:
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_valueiterator.h62 void ValueIteratorBase::copy(const SelfType& other) { in copy() function
127 copy(other);
152 copy(other);
/AliOS-Things-master/components/freetype/src/base/
A Dftglyph.c311 FT_Glyph copy; in FT_Glyph_Copy() local
332 error = ft_new_glyph( source->library, clazz, &copy ); in FT_Glyph_Copy()
336 copy->advance = source->advance; in FT_Glyph_Copy()
337 copy->format = source->format; in FT_Glyph_Copy()
340 error = clazz->glyph_copy( source, copy ); in FT_Glyph_Copy()
343 FT_Done_Glyph( copy ); in FT_Glyph_Copy()
345 *target = copy; in FT_Glyph_Copy()

Completed in 51 milliseconds

12345678910>>...16