Home
last modified time | relevance | path

Searched refs:wrap (Results 1 – 25 of 35) sorted by relevance

12

/AliOS-Things-master/hardware/chip/haas1000/drivers/config/haas1000_a7/
A Dtarget.mk147 LDFLAGS_IMAGE += --wrap malloc --wrap calloc --wrap free --wrap realloc
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dinflate.c129 strm->adler = state->wrap & 1;
161 int wrap; local
170 wrap = 0;
174 wrap = (windowBits >> 4) + 5;
190 state->wrap = wrap;
658 if (state->wrap == 0) {
1198 if (state->wrap) {
1207 if ((state->wrap & 4) && (
1266 if ((state->wrap & 4) && out)
1535 state->wrap |= 4;
[all …]
A Ddeflate.c252 int wrap = 1; local
289 wrap = 0;
310 s->wrap = wrap;
383 int wrap; local
390 wrap = s->wrap;
391 if (wrap == 2 || (wrap == 1 && s->status != INIT_STATE) || s->lookahead)
395 if (wrap == 1)
440 s->wrap = wrap;
484 if (s->wrap < 0) {
669 switch (s->wrap) {
[all …]
A Dinflate.h86 int wrap; /* bit 0 true for zlib, bit 1 true for gzip, member
A Ddeflate.h107 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
A DChangeLog809 - Correct Z_BLOCK to not return on first inflate call if no wrap
1107 - do not wrap extern "C" around system includes (Tom Lane)
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Ddeflate.c222 int wrap = 1; local
250 wrap = 0;
270 s->wrap = wrap;
322 strm->state->wrap == 2 ||
327 if (s->wrap)
371 if (s->wrap < 0) {
372 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
504 switch (s->wrap) {
609 if (s->wrap == 2) {
870 if (s->wrap == 2) {
[all …]
A Dinflate.c134 int wrap; local
143 wrap = 0;
147 wrap = (windowBits >> 4) + 1;
163 state->wrap = wrap;
625 if (state->wrap == 0) {
631 if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */
1160 if (state->wrap) {
1184 if (state->wrap && state->flags) {
1227 if (state->wrap && out)
1263 if (state->wrap != 0 && state->mode != DICT)
[all …]
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_group.c75 group->wrap = 1; in lv_group_create()
390 group->wrap = en ? 1 : 0; in lv_group_set_wrap()
500 return group->wrap ? true : false; in lv_group_get_wrap()
531 uint8_t temp_wrap = g->wrap; in lv_group_refocus()
532 g->wrap = 1; in lv_group_refocus()
539 g->wrap = temp_wrap; in lv_group_refocus()
637 if(group->wrap || obj_sentinel == NULL) { in focus_next_core()
A Dlv_group.h78 …uint8_t wrap : 1; /**< 1: Focus next/prev can wrap at end of list. 0: Focus next/prev st… member
/AliOS-Things-master/hardware/chip/haas1000/drivers/config/haas1000_normalization/
A Dtarget.mk834 LDFLAGS_IMAGE += --wrap malloc --wrap calloc --wrap free --wrap realloc --wrap snprintf
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dinflate.h84 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
A Ddeflate.h101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/
A Dinfback9.c182 wrap = 1; \
231 int wrap; /* true if the window has wrapped */ local
261 wrap = 0;
553 if (offset > WSIZE - (wrap ? 0: left)) {
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Ddoxygen.css150 word-wrap: break-word;
1004 text-wrap: unrestricted;
1005 white-space: -moz-pre-wrap; /* Moz */
1006 white-space: -pre-wrap; /* Opera 4-6 */
1007 white-space: -o-pre-wrap; /* Opera 7 */
1008 white-space: pre-wrap; /* CSS3 */
1009 word-wrap: break-word; /* IE 5.5+ */
A Djquery.js12 …:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return …
53 …is.element.css({position:"relative",top:"auto",left:"auto"})}this.element.wrap(c('<div class="ui-w…
/AliOS-Things-master/documentation/doxygen/style/
A Ddoxygen-custom.css262 word-wrap: break-word;
281 text-wrap: unrestricted;
282 white-space: -moz-pre-wrap; /* Moz */
283 white-space: -pre-wrap; /* Opera 4-6 */
284 white-space: -o-pre-wrap; /* Opera 7 */
285 white-space: pre-wrap; /* CSS3 */
286 word-wrap: break-word; /* IE 5.5+ */
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp.swig294 // This also makes it easier to wrap the output buffer in a native type rather
/AliOS-Things-master/components/SDL2/docs/
A DREADME-android.md369 adb shell setprop wrap.org.libsdl.app "logwrapper /data/local/start_valgrind_app"
384 adb shell setprop wrap.org.libsdl.app ""
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Daclocal.m4240 # like to wrap large dependency lists on column 80 (with \), and
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A Daclocal.m4280 # like to wrap large dependency lists on column 80 (with \), and
A DChangeLog2387 4bb8465f Merge "(de)mux.h: wrap pseudo-code in /* */"
2389 5416aab4 (de)mux.h: wrap pseudo-code in /* */
3280 2a4c6c29 Re-wrap at <= 72 columns
3763 a5b78c81 wrap alpha-related options under WEBP_EXPERIMENTAL_FEATURES flag
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Daclocal.m4220 # like to wrap large dependency lists on column 80 (with \), and
/AliOS-Things-master/components/SDL2/src/image/
A Daclocal.m4320 # like to wrap large dependency lists on column 80 (with \), and
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/
A Dtraces.21894 # like to wrap large dependency lists on column 80 (with \), and

Completed in 51 milliseconds

12