Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 25 of 52) sorted by relevance

123

/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/
A DCHANGELOG1 2020-12-17 Version: patch
4 2020-12-17 Version: patch
7 2020-12-17 Version: patch
10 2020-12-17 Version: patch
13 2020-12-17 Version: patch
16 2020-12-17 Version: patch
19 2020-12-16 Version: patch
22 2020-12-16 Version: patch
26 2020-12-16 Version: patch
29 2020-12-15 Version: patch
[all …]
/AliOS-Things-master/components/ota/2ndboot/updater/
A Dnbpatch.c48 long xz_read(xzReadHandler *handler, struct xz_buf *b,struct xz_dec *s, unsigned long patch, unsign… in xz_read() argument
51 if (handler == NULL || b == NULL || s == NULL || patch == 0 || buf == NULL || len <= 0) { in xz_read()
61 b->in_size = ota_patch_read(patch, handler->in_buf, handler->read_pos, readsize); in xz_read()
85 static long ota_nbpatch(const unsigned long old_addr, long old_size, unsigned long patch, long *see… in ota_nbpatch() argument
106 if(!old_addr || !patch || !seek_pos ) { in ota_nbpatch()
129 ret = ota_patch_read(patch, header, patch_pos, HEADER_SIZE); in ota_nbpatch()
191 read_len = xz_read(&cbhandler, &cb, ctrl_dec, patch, buf, 8); in ota_nbpatch()
206 read_len = xz_read(&diffhandler, &db, diff_dec, patch, new_buf + new_pos, ctrl[0]); in ota_nbpatch()
246 read_len = xz_read(&extrahandler, &eb, extra_dec, patch, new_buf + new_pos, ctrl[1]); in ota_nbpatch()
A Dnbpatch.h25 long xz_read(xzReadHandler *handler, struct xz_buf *b,struct xz_dec *s, unsigned long patch, unsign…
/AliOS-Things-master/components/SDL2/test/
A Dtestver.c39 compiled.major, compiled.minor, compiled.patch, in main()
43 linked.major, linked.minor, linked.patch, in main()
/AliOS-Things-master/hardware/chip/rtl872xd/tools/autopatch/
A Dauto_patch.bat4 REM patch files to sdk (for customer)
7 echo ... patch files to sdk ...
13 echo Please drag in the patch file you want to use:
27 REM unzip patch file
33 echo patch_list not included in the patch file, cannot use auto patch
/AliOS-Things-master/components/SDL2/include/
A DSDL_version.h55 Uint8 patch; /**< update version */ member
83 (x)->patch = SDL_PATCHLEVEL; \
A DSDL_ttf.h55 (X)->patch = SDL_TTF_PATCHLEVEL; \
/AliOS-Things-master/components/SDL2/src/gfx/
A DChangeLog5 * Added patch for 32- and 64-bit GCC-compiled MMX support
15 * Fixed thick line swap bug (patch contributed by Thien-Thi)
24 * Fix for pixel blend routine (patch contributes by Mitjia)
29 * Updates for OpenSDK (WinCE6/ARM) build target (patch contributed
39 (patch contributed by Daniel (SupSuper)
45 (patch contributed by tigerfishdaisy)
52 (patch contributed by Zbigniew Holdys)
80 * gcc43 compiler patch for asm code in image filters
82 * off-by-one hline patch for 1byte indexed surfaces (Manuel Lausch)
105 * added colorkey handling patch to rotozoom (Sergio Padrino)
[all …]
A DREADME203 Run the shell script 'nodebug.sh' before make, to patch the makefile
300 To build on QNX6, patch first using:
302 patch -p0 <QNX.diff
384 - QNX6 patch contributed by Mike Gorchak,
445 - hline 1bpp off-by-one patch contributed by Manuel Lausch
485 - Memory leak/error check patch for zoomSurface contributed by
488 - Zoom scaling factor rounding bugfix patch contributed by WanderWander
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A Ddo-mp.sh3 patch -o mp_generate_errors.pl ../mbedtls/scripts/generate_errors.pl <generate_errors.diff
A Ddo-esp32.sh6 patch -o esp32_generate_errors.pl $MBEDTLS/scripts/generate_errors.pl <generate_errors.diff
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A DPPPD_FOLLOWUP13 This has nothing to do with pppd, but we merged some good patch from
56 Don't care, is a patch for pppd/plugins/rp-pppoe/plugin.c which is not part
118 This is an interesting patch. However it consumes much more memory for
138 This is just a patch that adds plugins hooks for IPv6, the plugin interface
217 Plugin patch, we do not have plugins.
242 Commented out in our port, and already fixed by a previously applied Debian patch.
431 We found that while working on MPPE support in lwIP, that's our patch ;-)
437 We found that while working on MPPE support in lwIP, that's our patch ;-)
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/asm686/
A DREADME.6863 files changed/added by this patch are:
8 The speedup that this patch provides varies, depending on whether the
/AliOS-Things-master/components/SDL2/src/audio/pulseaudio/
A DSDL_pulseaudio.c232 squashVersion(const int major, const int minor, const int patch) in squashVersion() argument
234 return ((major & 0xFF) << 16) | ((minor & 0xFF) << 8) | (patch & 0xFF); in squashVersion()
246 int maj, min, patch; in getAppName() local
247 if (SDL_sscanf(verstr, "%d.%d.%d", &maj, &min, &patch) == 3) { in getAppName()
248 if (squashVersion(maj, min, patch) >= squashVersion(0, 9, 15)) { in getAppName()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DConfig.h.in20 // version = (major << 16) + (minor << 8) + patch
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A DMiniZip64_info.txt26 * Added unzip patch for BZIP Compression method (patch create by Daniel Borca)
/AliOS-Things-master/components/SDL2/src/image/debian/
A Dchangelog160 * Added patch to make SDL_image 1.2 less segfault. Thanks to Margarita
161 Manterola for the patch (Closes: #378173).
212 * Added patch from Ivo Danihelka <ivo.danihelka@rdc.cz>
279 * patch acinclude.m4, configure.in
280 * re-run libtoolize --force --copy; aclocal; patch aclocal.m4 to include
/AliOS-Things-master/hardware/chip/rtl872xd/tools/bluetooth/DebugAnalyzer/
A DReleaseNotes.md45 - Add index parse of patch log
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dlibtiff-CVE-2017-9935.patch33 fixed in another patch.
35 This patch will check to ensure that the N value for every transfer
A DChangeLog343 0001-ci-Travis-script-improvements.patch and
352 This patch adds support for the Travis-CI service.
363 patch 0001-cmake-Improve-Cygwin-and-MingGW-test-support.patch from Roger
1126 From patch libtiff-CVE-2016-3991.patch from
1133 Idea based on libtiff-CVE-2016-3990.patch from
1141 write. Based initially on patch tiff-CVE-2016-3945.patch from
1910 Derived from patch by Petr Gajdos,
3287 * libtiff/tif_lzw.c: back out patch from #2065 and apply patch from
6157 patch from Gerben Koopmans.
7348 patch in contrib/ojpeg/*.
[all …]
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Drelease.sh106 cp tests/*.js tests/*.patch tests/bjson.c $outdir/tests
/AliOS-Things-master/components/py_engine/engine/tools/
A Dcodestats.sh110 echo apply patch
/AliOS-Things-master/components/SDL2/src/image/
A DSDL_image.h49 (X)->patch = SDL_IMAGE_PATCHLEVEL; \
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/
A DREADME.contrib13 See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/96393
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/powerpc-vsx/
A DREADME57 limited response. Consider fixing it and sending a patch to fix the problem -

Completed in 27 milliseconds

123