/AliOS-Things-master/components/freetype/src/base/ |
A D | md5.c | 214 unsigned long used, available; in MD5_Update() local 224 available = 64 - used; in MD5_Update() 226 if (size < available) { in MD5_Update() 231 memcpy(&ctx->buffer[used], data, available); in MD5_Update() 233 size -= available; in MD5_Update() 247 unsigned long used, available; in MD5_Final() local 253 available = 64 - used; in MD5_Final() 255 if (available < 8) { in MD5_Final() 256 memset(&ctx->buffer[used], 0, available); in MD5_Final() 259 available = 64; in MD5_Final() [all …]
|
/AliOS-Things-master/components/ucamera/src/ |
A D | ucamera_device.c | 44 if (camera_ctx[i]->available()) { in ucamera_device_init() 52 if (camera_ctx[i]->available()) { in ucamera_device_init()
|
/AliOS-Things-master/components/ai_agent/src/ |
A D | aiagent_engine.c | 62 if (ai_engine_ctx[i]->available()) { in aiagent_engine_init() 70 if (ai_engine_ctx[i]->available()) { in aiagent_engine_init()
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoaclipboard.m | 49 NSString *available; 53 available = [pasteboard availableTypeFromArray:[NSArray arrayWithObject:format]]; 54 if ([available isEqualToString:format]) {
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-hg.md | 4 The latest development version of SDL is available via Mercurial. 20 There is an RSS feed available at that URL, for those that want to
|
A D | README.md | 21 available for several other languages, including C# and Python. 30 More documentation and FAQs are available online at [the wiki](http://wiki.libsdl.org/)
|
/AliOS-Things-master/components/SDL2/src/audio/emscripten/ |
A D | SDL_emscriptenaudio.c | 340 int available; in EMSCRIPTENAUDIO_Init() local 354 available = EM_ASM_INT_V({ in EMSCRIPTENAUDIO_Init() 363 if (!available) { in EMSCRIPTENAUDIO_Init() 367 capture_available = available && EM_ASM_INT_V({ in EMSCRIPTENAUDIO_Init() 379 return available; in EMSCRIPTENAUDIO_Init()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | README | 31 issue of Dr. Dobb's Journal; a copy of the article is available at 38 zlib is available in Java using the java.util.zip package, documented at 41 A Perl interface to zlib written by Paul Marquess <pmqs@cpan.org> is available 46 available in Python 1.5 and later versions, see 52 of zlib by Gilles Vollant <info@winimage.com>, is available in the
|
/AliOS-Things-master/components/ai_agent/include/ |
A D | aiagent_service.h | 14 int (*available) (void); member
|
/AliOS-Things-master/components/ucamera/include/ |
A D | ucamera_service.h | 26 int (*available) (void); member
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/ |
A D | database.fbs | 22 // Mapping from available device features to compatibility decisions. Basic usage is to: 23 // 1) Map easily available device data (like Android version,
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/ |
A D | descrip.mms | 18 @ write sys$output " Example applications available" 20 @ write sys$output " libz available"
|
/AliOS-Things-master/components/mbedtls/include/ |
A D | CMakeLists.txt | 13 # Make config.h available in an out-of-source build. ssl-opt.sh requires it.
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/ |
A D | config.h.in | 6 /* Set to 1 if __builtin_bswap16 is available */ 9 /* Set to 1 if __builtin_bswap32 is available */ 12 /* Set to 1 if __builtin_bswap64 is available */
|
/AliOS-Things-master/components/SDL2/ |
A D | README-SDL.txt | 8 The Simple DirectMedia Layer library source code is available from:
|
A D | README.txt | 17 More extensive documentation is available in the docs directory, starting
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/cmake/ |
A D | config.h.in | 7 /* Set to 1 if __builtin_bswap16 is available */ 10 /* Set to 1 if __builtin_bswap32 is available */ 13 /* Set to 1 if __builtin_bswap64 is available */
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | descrip.mms | 19 @ write sys$output " pngtest available" 22 @ write sys$output " libpng available"
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | video.c | 356 available() in available() function 363 available, createDevice
|
/AliOS-Things-master/components/SDL2/src/hidapi/android/ |
A D | project.properties | 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/AliOS-Things-master/components/SDL2/src/joystick/windows/ |
A D | SDL_windowsjoystick.c | 247 const SDL_bool available = (result == ERROR_SUCCESS); in SDL_JoystickThread() local 248 if (bOpenedXInputDevices[userId] != available) { in SDL_JoystickThread() 250 bOpenedXInputDevices[userId] = available; in SDL_JoystickThread()
|
/AliOS-Things-master/components/SDL2/src/video/yuv2rgb/ |
A D | README.md | 9 The sse version requires only SSE2, which is available on any reasonably recent CPU. 35 The second and third parameters are image width and height (that are needed because not available i…
|
/AliOS-Things-master/components/mbedtls/ |
A D | README.mbedtls.md | 7 Mbed TLS should build out of the box on most systems. Some platform specific options are available … 46 … Windows shell (for instance using mingw32-make) (in that case some targets will not be available). 80 There are many different build modes available within the CMake buildsystem. Most of them are avail… 95 To list other available CMake options, use: 136 …d a perl environment as well. However, the selftest program in `programs/test/` is still available. 148 … a Unix shell and OpenSSL (and optionally GnuTLS) installed, additional test scripts are available:
|
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/ |
A D | README.rst | 53 executables. All but one mirror functionality available in the C tools. 77 available in the Python 2 version of the standard ``curses`` module. 120 files that describe the available configuration options. 289 The following Kconfig extensions are available: 299 ``orsource`` statement is available as well, analogous to ``osource``. 310 - ``def_int``, ``def_hex``, and ``def_string`` are available in addition to 429 Two configuration interfaces are currently available: 440 ``curses.get_wch()`` not being available on Python 2. It is needed 444 the ``curses`` modules is not available by default, but support 475 terminal menuconfig, and so didn't have them available. Blame me for any [all …]
|
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/ |
A D | README.rst | 53 executables. All but one mirror functionality available in the C tools. 77 available in the Python 2 version of the standard ``curses`` module. 120 files that describe the available configuration options. 289 The following Kconfig extensions are available: 299 ``orsource`` statement is available as well, analogous to ``osource``. 310 - ``def_int``, ``def_hex``, and ``def_string`` are available in addition to 429 Two configuration interfaces are currently available: 440 ``curses.get_wch()`` not being available on Python 2. It is needed 444 the ``curses`` modules is not available by default, but support 475 terminal menuconfig, and so didn't have them available. Blame me for any [all …]
|