/AliOS-Things-master/hardware/chip/haas1000/drivers/config/haas1000_a7/ |
A D | target.mk | 147 LDFLAGS_IMAGE += --wrap malloc --wrap calloc --wrap free --wrap realloc
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | inflate.c | 129 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 D | deflate.c | 252 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 D | inflate.h | 86 int wrap; /* bit 0 true for zlib, bit 1 true for gzip, member
|
A D | deflate.h | 107 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
|
A D | ChangeLog | 809 - 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 D | deflate.c | 222 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 D | inflate.c | 134 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 D | lv_group.c | 75 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 D | lv_group.h | 78 …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 D | target.mk | 834 LDFLAGS_IMAGE += --wrap malloc --wrap calloc --wrap free --wrap realloc --wrap snprintf
|
/AliOS-Things-master/components/py_engine/external/unzip/internal/ |
A D | inflate.h | 84 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
|
A D | deflate.h | 101 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 D | infback9.c | 182 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 D | doxygen.css | 150 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 D | jquery.js | 12 …: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 D | doxygen-custom.css | 262 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 D | libwebp.swig | 294 // This also makes it easier to wrap the output buffer in a native type rather
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-android.md | 369 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 D | aclocal.m4 | 240 # like to wrap large dependency lists on column 80 (with \), and
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | aclocal.m4 | 280 # like to wrap large dependency lists on column 80 (with \), and
|
A D | ChangeLog | 2387 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 D | aclocal.m4 | 220 # like to wrap large dependency lists on column 80 (with \), and
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | aclocal.m4 | 320 # like to wrap large dependency lists on column 80 (with \), and
|
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/ |
A D | traces.2 | 1894 # like to wrap large dependency lists on column 80 (with \), and
|