/AliOS-Things-master/components/py_engine/tests/perf_bench/ |
A D | bm_hexiom.py | 139 def next_cell(self, pos, strategy=HIGHEST_VALUE_STRATEGY): argument 308 def find_moves(pos, strategy, order): argument 403 def solve_step(prev, strategy, order, output, first=False): argument 448 def solve(pos, strategy, order, output): argument 504 def solve_file(file, strategy, order, output): argument
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenvideo.c | 333 EmscriptenFullscreenStrategy strategy; in Emscripten_SetWindowFullscreen() local
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | zlib.h | 1783 # define z_deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument 1797 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
|
A D | gzguts.h | 192 int strategy; /* compression strategy */ member
|
A D | deflate.c | 240 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument 568 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() argument
|
A D | gzwrite.c | 585 int ZEXPORT gzsetparams(file, level, strategy) in gzsetparams() argument
|
A D | deflate.h | 189 int strategy; /* favor or force Huffman coding*/ member
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | zlib.h | 1783 # define z_deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument 1797 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
|
/AliOS-Things-master/components/py_engine/external/unzip/internal/ |
A D | gzguts.h | 106 int strategy; /* compression strategy */ member
|
A D | zlib.h | 1550 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
|
A D | deflate.h | 183 int strategy; /* favor or force Huffman coding*/ member
|
/AliOS-Things-master/components/freetype/src/gzip/ |
A D | zlib.h | 819 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | gzwrite.c | 458 int ZEXPORT gzsetparams(file, level, strategy) in gzsetparams() argument
|
A D | deflate.c | 210 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument 412 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() argument
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/ |
A D | zip.c | 1059 int windowBits,int memLevel, int strategy, in zipOpenNewFileInZip4_64() 1269 int windowBits,int memLevel, int strategy, in zipOpenNewFileInZip4() 1285 int windowBits,int memLevel, int strategy, in zipOpenNewFileInZip3() 1300 int windowBits,int memLevel, int strategy, in zipOpenNewFileInZip3_64()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngwrite.c | 1180 png_set_compression_strategy(png_structrp png_ptr, int strategy) in png_set_compression_strategy() 1266 png_set_text_compression_strategy(png_structrp png_ptr, int strategy) in png_set_text_compression_strategy()
|
A D | pngwutil.c | 331 int strategy; /* set below */ in png_deflate_claim() local
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | miniz.h | 1041 …flateInit2(mz_streamp pStream, int level, int method, int window_bits, int mem_level, int strategy) in mz_deflateInit2() 2796 mz_uint tdefl_create_comp_flags_from_zip_params(int level, int window_bits, int strategy) in tdefl_create_comp_flags_from_zip_params()
|