Home
last modified time | relevance | path

Searched refs:extract (Results 1 – 25 of 33) sorted by relevance

12

/AliOS-Things-master/components/py_engine/tests/perf_bench/
A Dbm_pidigits.py15 def extract(z, j): function
25 y = extract(z, 3)
26 while y != extract(z, 4):
29 y = extract(z, 3)
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/
A DMakefile.am101 tiffcrop-extract-logluv-3c-16b.sh \
102 tiffcrop-extract-minisblack-1c-16b.sh \
103 tiffcrop-extract-minisblack-1c-8b.sh \
105 tiffcrop-extract-miniswhite-1c-1b.sh \
106 tiffcrop-extract-palette-1c-1b.sh \
107 tiffcrop-extract-palette-1c-4b.sh \
108 tiffcrop-extract-palette-1c-8b.sh \
109 tiffcrop-extract-rgb-3c-16b.sh \
110 tiffcrop-extract-rgb-3c-8b.sh \
290 generate-tiffcrop-extract-tests:
[all …]
A DMakefile.in437 tiffcrop-extract-rgb-3c-16b.sh tiffcrop-extract-rgb-3c-8b.sh \
1361 tiffcrop-extract-logluv-3c-16b.sh.log: tiffcrop-extract-logluv-3c-16b.sh
1368 tiffcrop-extract-minisblack-1c-16b.sh.log: tiffcrop-extract-minisblack-1c-16b.sh
1375 tiffcrop-extract-minisblack-1c-8b.sh.log: tiffcrop-extract-minisblack-1c-8b.sh
1382 tiffcrop-extract-minisblack-2c-8b-alpha.sh.log: tiffcrop-extract-minisblack-2c-8b-alpha.sh
1389 tiffcrop-extract-miniswhite-1c-1b.sh.log: tiffcrop-extract-miniswhite-1c-1b.sh
1396 tiffcrop-extract-palette-1c-1b.sh.log: tiffcrop-extract-palette-1c-1b.sh
1403 tiffcrop-extract-palette-1c-4b.sh.log: tiffcrop-extract-palette-1c-4b.sh
1410 tiffcrop-extract-palette-1c-8b.sh.log: tiffcrop-extract-palette-1c-8b.sh
1417 tiffcrop-extract-rgb-3c-16b.sh.log: tiffcrop-extract-rgb-3c-16b.sh
[all …]
A DCMakeLists.txt66 tiffcrop-extract-logluv-3c-16b.sh
67 tiffcrop-extract-minisblack-1c-16b.sh
68 tiffcrop-extract-minisblack-1c-8b.sh
69 tiffcrop-extract-minisblack-2c-8b-alpha.sh
70 tiffcrop-extract-miniswhite-1c-1b.sh
71 tiffcrop-extract-palette-1c-1b.sh
72 tiffcrop-extract-palette-1c-4b.sh
73 tiffcrop-extract-palette-1c-8b.sh
74 tiffcrop-extract-rgb-3c-16b.sh
75 tiffcrop-extract-rgb-3c-8b.sh
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dar-lib154 extract=
165 x*) extract=yes ;;
181 case $delete$extract$list$quick$replace,$index in
209 elif test -n "$extract"; then
A Daclocal.m46074 [The commands to extract the exported symbol list from a shared archive])
7463 # Parse the compiler output and extract the necessary
7531 dnl Parse the compiler output and extract the necessary
7534 # Parse the compiler output and extract the necessary
10163 # Substitute a variable $(am__untar) that extract such
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/examples/
A Diccfrompng.c37 extract(FILE *fp, png_uint_32 *proflen) in extract() function
99 png_bytep profile = extract(fp, &proflen); in extract_one_file()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dmake_vms.com142 $ if f$extract(0,6,work) .nes. "#undef"
144 $ if f$extract(0,12,work) .nes. "#cmakedefine"
324 $ ccopt = ccopt + f$extract(start,len,cparm)
333 $ lopts = lopts + f$extract(start,len,cparm)
339 $ cc_com = f$extract(start,len,cparm)
356 $ mmks = f$extract(start,len,cparm)
492 $ if (f$extract(0,6,rec) .nes. src_check) then goto src_check_loop
529 $ if (f$extract(0,1,rec) .nes. "#") then goto hloop
549 $ libdefs = f$extract(0,in_ldef,libdefs) + -
550 f$extract(in_ldef + f$length(cdef) + 1, -
A Dzconf.h.cmakein267 * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files
A Dzconf.h.in265 * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A Dzran.c249 local int extract(FILE *in, struct access *index, off_t offset, in extract() function
396 len = extract(in, index, offset, buf, CHUNK); in main()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME.mux21 also to extract or strip relevant data from such a file.
153 Code example: Demuxing WebP data to extract all the frames, ICC profile
A DChangeLog164 1e3dfc48 Import: extract condition from loop
172 94a8377b extract the command-line parsing helpers to example_util
752 82c91c70 Merge "libimageenc.a: extract image-saving code from dwebp"
753 af1ad3e2 libimageenc.a: extract image-saving code from dwebp
1863 736f2a17 extract colorspace code from picture.c into picture_csp.c
2307 98aa33cf extract random utils to their own file util/random.[ch]
2869 9161be86 Merge "cwebp: extract WIC decoding to its own module"
2874 a452a555 cwebp: extract WIC decoding to its own module
2921 1c1c5646 cwebp: extract tiff decoding to its own module
2922 6a871d66 cwebp: extract jpeg decoding to its own module
[all …]
A Daclocal.m41081 # Substitute a variable $(am__untar) that extract such
/AliOS-Things-master/components/SDL2/src/hidapi/
A DREADME.txt188 http://www.fox-toolkit.org, extract it, and run the following from
/AliOS-Things-master/components/SDL2/src/gfx/
A DREADME312 - Download the latest SDL_gfx source distribution and extract the
A Daclocal.m45614 [The commands to extract the exported symbol list from a shared archive])
6927 # Parse the compiler output and extract the necessary
6995 dnl Parse the compiler output and extract the necessary
6998 # Parse the compiler output and extract the necessary
9483 # Substitute a variable $(am__untar) that extract such
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Daclocal.m41077 # Substitute a variable $(am__untar) that extract such
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Daclocal.m41074 # Substitute a variable $(am__untar) that extract such
/AliOS-Things-master/components/SDL2/src/image/
A Daclocal.m41138 # Substitute a variable $(am__untar) that extract such
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Daclocal.m45614 [The commands to extract the exported symbol list from a shared archive])
6927 # Parse the compiler output and extract the necessary
6995 dnl Parse the compiler output and extract the necessary
6998 # Parse the compiler output and extract the necessary
9483 # Substitute a variable $(am__untar) that extract such
/AliOS-Things-master/components/SDL2/src/image/acinclude/
A Dlibtool.m45110 [The commands to extract the exported symbol list from a shared archive])
6358 # Parse the compiler output and extract the necessary
6412 dnl Parse the compiler output and extract the necessary
6415 # Parse the compiler output and extract the necessary
/AliOS-Things-master/components/SDL2/acinclude/
A Dlibtool.m45612 [The commands to extract the exported symbol list from a shared archive])
6932 # Parse the compiler output and extract the necessary
7000 dnl Parse the compiler output and extract the necessary
7003 # Parse the compiler output and extract the necessary
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/
A Dlibtool.m46079 [The commands to extract the exported symbol list from a shared archive])
7472 # Parse the compiler output and extract the necessary
7540 dnl Parse the compiler output and extract the necessary
7543 # Parse the compiler output and extract the necessary
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dlibtool.m46060 [The commands to extract the exported symbol list from a shared archive])
7453 # Parse the compiler output and extract the necessary
7521 dnl Parse the compiler output and extract the necessary
7524 # Parse the compiler output and extract the necessary

Completed in 142 milliseconds

12