/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/ |
A D | zlib.def | 3 ; basic functions 9 ; advanced functions 32 ; utility functions 65 ; large file functions 72 ; checksum functions
|
A D | DLL_FAQ.txt | 29 * The calling convention of functions is "C" (CDECL). 64 functions. Failure to do so resulted in creating binaries 134 6. I see that the ZLIB1.DLL functions use the "C" (CDECL) calling 144 - Most of the native Windows API functions (without varargs) use 146 Win32), but the standard C functions use CDECL. If a user 148 it calls native Windows API functions such as CreateFile()), 149 sometimes it makes sense to decorate its own functions with 151 it calls standard C functions such as fopen()), it is not a 154 functions STDCALL-able. 161 functions, just like CDECL. It is unfortunate that, in spite [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | README | 29 access to info_ptr. These functions are the png_set_<chunk> and 30 png_get_<chunk> functions. These functions should be used when 129 pngerror.c => Error/warning message I/O functions 131 pngmem.c => Memory handling functions 134 pngpread.c => Progressive reading functions 136 pngrio.c => Lowest-level data read I/O functions 137 pngrtran.c => Read data transformation functions 138 pngrutil.c => Read data utility functions 143 pngwio.c => Lowest-level write I/O functions 144 pngwrite.c => High-level write functions [all …]
|
/AliOS-Things-master/components/py_engine/tests/misc/ |
A D | rge_sm.py | 8 def __init__(self, functions, initConditions, t0, dh, save=True): argument 10 self.functions = [lambda *args: 1.0] + list(functions) 11 self.N, self.dh = len(self.functions), dh 20 for if_, f in enumerate(self.functions):
|
/AliOS-Things-master/components/py_engine/tests/float/ |
A D | math_fun_bool.py | 11 functions = [isfinite, isnan, isinf] variable 14 for f in functions:
|
A D | math_fun_special.py | 30 functions = [ variable 46 for function_name, function, test_vals in functions:
|
A D | cmath_fun_special.py | 24 functions = [ variable 28 for f_name, f, test_vals in functions:
|
A D | cmath_fun.py | 28 functions = [ variable 43 for f_name, f, test_vals in functions:
|
A D | math_fun.py | 22 functions = [ variable 40 for function_name, function, test_vals in functions:
|
/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/ |
A D | vl53l0x_platform_log.c | 37 uint32_t functions) in VL53L0X_trace_config() argument 41 _trace_functions = functions; in VL53L0X_trace_config()
|
A D | vl53l0x_platform_log.h | 92 uint32_t level, uint32_t functions);
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_gfx.spec | 6 Summary: SDL graphics drawing primitives and other support functions 30 * Custom blit functions (SDL_gfxBlitFunc.h) 51 * Custom blit functions (SDL_gfxBlitFunc.h)
|
A D | README | 20 SDL Surfaces and adding a couple other useful functions for zooming 30 - Custom Blit functions (SDL_gfxBlitFunc.h, SDL_gfxBlitFunc.c) 84 The framerate functions are used to insert delays into the graphics loop 91 call since these functions keep track of the desired game time per frame 103 The functions return 0 or 'value' for sucess and -1 for error. All functions 109 The imagefilter functions are a collection of MMX optimized routines that 111 framegrabbers and such - performing functions such as image addition and 112 binarization. All functions (almost ... not the the convolution routines) 122 The custom blitter functions provide (limited) support for surface 168 functions all use software FP emulation even when VFP floating point [all …]
|
/AliOS-Things-master/components/littlevgl/docs/ |
A D | CODING_STYLE.md | 12 * followed by the action (for functions): *set*, *get*, *refr* etc. 30 * Variables in a file (outside functions) are always *static* 31 * Do not use global variables (use functions to set/get static variables) 67 { /* Main brackets of functions in new line*/
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | config.h.bak | 455 * and implementing the following functions: 480 /* Required for all the functions in this section */ 1076 * Enable functions that use the filesystem. 1096 * Do not use built-in platform entropy functions. 1218 * Enable the checkup functions (*_self_test). 1338 * Uncomment this macro to enable hooking functions. 2112 * Enable the debug functions. 2119 * This module provides debugging functions. 2564 * Enable PKCS#5 functions. 2592 * Enable PKCS#12 PBE functions. [all …]
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | CMakeLists.txt | 80 cxx_defaulted_functions # Defaulted functions, as defined in N2346. 83 #MSVC 1900 cxx_deleted_functions # Deleted functions, as defined in N2346. 93 cxx_lambdas # Lambda functions, as defined in N2927. 102 … #MSVC 1900 cxx_reference_qualified_functions # Reference qualified functions, as defined in N2439.
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/ |
A D | readme.txt | 58 It uses the WINAPI calling convention for the exported functions, and 66 is exporting the functions using the CDECL convention. See the file
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | Changelog | 20 exceptions in std FILE functions and return a positive errno value 97 - exported some bigint C functions
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 40 in favor of functions that can return an error code. 87 applications use the new functions. 1003 by the functions shown below. The new functions change the return type from 1525 (use generic functions from md.h) 1585 * The following functions now return void: 1634 errors on use of deprecated functions. 2383 * PKCS#12 PBE and derivation functions 2440 PKCS#1 v2.1 functions 2681 introspection functions (Closes ticket #40) 2753 functions. [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/ |
A D | readme.txt | 4 This directory contains ASM implementations of the functions
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 64 bc5092b1 pngdec: set memory functions 638 d4b7d801 lossless_sse2: use the local functions 664 9ac063c3 add dsp functions for SmartYUV 826 9ac74f92 Add MSA optimized rescaling functions 836 fe572737 Add MSA optimized SSE functions 847 7915396f Add MSA optimized distortion functions 1054 99a01f4f Merge "Unify some entropy functions." 1057 ca509a33 Unify some entropy functions. 1397 553051f7 dsp/lossless: split enc/dec functions 2066 3d49871d NEON functions for lossless coding [all …]
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoaopengles.m | 34 /* If the profile requested is not GL ES, switch over to WIN_GL functions */ 68 /* Switch to CGL based functions */
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/polarssl/ |
A D | README | 9 fields and functions needed for lwIP.
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | gendoc.py | 304 self.functions = {} 314 if name in self.functions: 316 function = self.functions[name] = DocFunction(name, d["args"]) 355 if self.functions: 357 for f in sorted(self.functions.values(), key=lambda x: x.name):
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | quickjs.texi | 217 The patch adds the implementation specific @code{harness} functions 549 The @code{os} module provides Operating System specific functions: 559 The OS functions usually return 0 if OK or an OS specific negative 834 @subsection C functions 836 C functions can be created with 842 so C functions get their parameters as normal C parameters. As a 849 Exceptions: most C functions can return a Javascript exception. It 907 Custom memory allocation functions can be provided with 973 example is only used to test the binary object format functions. 1028 so it can be efficiently returned by C functions. [all …]
|