/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_blit_A.c | 339 Uint32 amask = sf->Amask; in BlitRGBtoRGBPixelAlphaMMX() 340 Uint32 ashift = sf->Ashift; in BlitRGBtoRGBPixelAlphaMMX() 590 Uint32 amask = sf->Amask; in BlitRGBtoRGBPixelAlphaMMX3DNOW() 1354 if (sf->BytesPerPixel == 4 && sf->Amask == 0xff000000 in SDL_CalculateBlitA() 1369 if (sf->BytesPerPixel == 4 && sf->Amask == 0xff000000 in SDL_CalculateBlitA() 1383 && sf->Bmask == df->Bmask && sf->BytesPerPixel == 4) { in SDL_CalculateBlitA() 1388 && sf->Ashift % 8 == 0 && sf->Aloss == 0) { in SDL_CalculateBlitA() 1420 if (sf->Amask == 0) { in SDL_CalculateBlitA() 1454 && sf->Bmask == df->Bmask && sf->BytesPerPixel == 4) { in SDL_CalculateBlitA() 1461 if ((sf->Rmask | sf->Gmask | sf->Bmask) == 0xffffff) { in SDL_CalculateBlitA() [all …]
|
A D | SDL_RLEaccel.c | 1123 SDL_PixelFormat *sf = surface->format; in RLEAlphaSurface() local 1151 while (x < w && !ISOPAQUE(src[x], sf)) in RLEAlphaSurface() 1154 while (x < w && ISOPAQUE(src[x], sf)) in RLEAlphaSurface() 1166 dst += copy_opaque(dst, src + runstart, len, sf, df); in RLEAlphaSurface() 1172 dst += copy_opaque(dst, src + runstart, len, sf, df); in RLEAlphaSurface() 1186 while (x < w && !ISTRANSL(src[x], sf)) in RLEAlphaSurface() 1189 while (x < w && ISTRANSL(src[x], sf)) in RLEAlphaSurface() 1200 dst += copy_transl(dst, src + runstart, len, sf, df); in RLEAlphaSurface() 1475 SDL_PixelFormat *sf = surface->format; in UnRLEAlpha() local 1516 srcbuf += uncopy_opaque(dst + ofs, srcbuf, run, df, sf); in UnRLEAlpha() [all …]
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | Makefile | 130 ln -sf $< $@ 157 ln -sf $< $@ 184 ln -sf $< $@
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | ANNOUNCE | 44 Send comments/corrections/commendations to png-mng-implement at lists.sf.net.
|
A D | CHANGES | 430 Changed "ln -sf" to "ln -s -f" in makefile.s2x, makefile.lnx, and 1385 Changed the one instance of "ln -sf" to "ln -f -s" in each Sun makefile. 1485 Changed "ln -sf" to "ln -f -s" in three makefiles (solaris, sco, so9). 6106 Send comments/corrections/commendations to png-mng-implement at lists.sf.net.
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | makefile.beos | 25 LN_SF=ln -sf
|
A D | makefile.darwin | 35 LN_SF=ln -sf
|
A D | makefile.hpux | 36 LN_SF=ln -sf
|
A D | makefile.sggcc | 23 LN_SF=ln -sf
|
A D | makefile.sgi | 23 LN_SF=ln -sf
|
A D | makefile.hp64 | 35 LN_SF=ln -sf
|
A D | makefile.hpgcc | 26 LN_SF=ln -sf
|
A D | makefile.linux | 25 LN_SF=ln -sf
|
A D | makefile.linux-opt | 25 LN_SF=ln -sf
|
A D | makefile.msys | 44 LN_SF=ln -sf
|
A D | makefile.std | 33 LN_SF = ln -sf
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | auth.c | 2332 FILE *sf; 2410 if ((sf = fopen(atfile, "r")) == NULL) { 2414 check_access(sf, atfile); 2415 if (!getword(sf, word, &xxx, atfile)) { 2417 fclose(sf); 2420 fclose(sf);
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.c | 2379 return (sf && (sf->js_mode & JS_MODE_STRICT)); in is_strict_mode() 2386 return (sf && (sf->js_mode & JS_MODE_MATH)); in is_math_mode() 6475 for (sf = ctx->rt->current_stack_frame; sf != NULL; sf = sf->prev_frame) { in build_backtrace() 18718 sf = &s->frame; in async_func_init() 18733 sf->var_buf = sf->arg_buf + arg_buf_len; in async_func_init() 18734 sf->cur_sp = sf->var_buf + b->var_count; in async_func_init() 18749 sf = &s->frame; in async_func_mark() 18757 for (sp = sf->arg_buf; sp < sf->cur_sp; sp++) in async_func_mark() 18767 sf = &s->frame; in async_func_free() 18775 for (sp = sf->arg_buf; sp < sf->cur_sp; sp++) { in async_func_free() [all …]
|
A D | quickjs-libc.c | 3678 JSSharedArrayBufferFunctions sf; in js_std_init_handlers() local 3679 memset(&sf, 0, sizeof(sf)); in js_std_init_handlers() 3680 sf.sab_alloc = js_sab_alloc; in js_std_init_handlers() 3681 sf.sab_free = js_sab_free; in js_std_init_handlers() 3682 sf.sab_dup = js_sab_dup; in js_std_init_handlers() 3683 JS_SetSharedArrayBufferFunctions(rt, &sf); in js_std_init_handlers()
|
A D | quickjs.h | 826 const JSSharedArrayBufferFunctions *sf);
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/ |
A D | quickjs_libc.c | 4030 JSSharedArrayBufferFunctions sf; in js_std_init_handlers() local 4031 memset(&sf, 0, sizeof(sf)); in js_std_init_handlers() 4032 sf.sab_alloc = js_sab_alloc; in js_std_init_handlers() 4033 sf.sab_free = js_sab_free; in js_std_init_handlers() 4034 sf.sab_dup = js_sab_dup; in js_std_init_handlers() 4035 JS_SetSharedArrayBufferFunctions(rt, &sf); in js_std_init_handlers()
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | doxyfile | 1207 # generate an AutoGen Definitions (see autogen.sf.net) file
|
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/ |
A D | Doxyfile | 1277 # generate an AutoGen Definitions (see autogen.sf.net) file
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/ |
A D | html.doxyfile | 1465 # generate an AutoGen Definitions (see autogen.sf.net) file
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | rgb-3c-8b.ppm | 266 …rT.sc5rm;pu>p�Dt�Hw�IuzBps<qu:ot:oy=q�Bt�Fv�Gz�IwzBxe7yZ2vP-wZ.y[.vS(v[,tc-sf/tr2op2pq3p}6s�7r�=s�…
|