Home
last modified time | relevance | path

Searched refs:available (Results 1 – 25 of 167) sorted by relevance

1234567

/AliOS-Things-master/components/freetype/src/base/
A Dmd5.c214 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 Ducamera_device.c44 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 Daiagent_engine.c62 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 DSDL_cocoaclipboard.m49 NSString *available;
53 available = [pasteboard availableTypeFromArray:[NSArray arrayWithObject:format]];
54 if ([available isEqualToString:format]) {
/AliOS-Things-master/components/SDL2/docs/
A DREADME-hg.md4 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 DREADME.md21 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 DSDL_emscriptenaudio.c340 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 DREADME31 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 Daiagent_service.h14 int (*available) (void); member
/AliOS-Things-master/components/ucamera/include/
A Ducamera_service.h26 int (*available) (void); member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/
A Ddatabase.fbs22 // 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 Ddescrip.mms18 @ write sys$output " Example applications available"
20 @ write sys$output " libz available"
/AliOS-Things-master/components/mbedtls/include/
A DCMakeLists.txt13 # 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 Dconfig.h.in6 /* 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 DREADME-SDL.txt8 The Simple DirectMedia Layer library source code is available from:
A DREADME.txt17 More extensive documentation is available in the docs directory, starting
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/cmake/
A Dconfig.h.in7 /* 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 Ddescrip.mms19 @ write sys$output " pngtest available"
22 @ write sys$output " libpng available"
/AliOS-Things-master/components/SDL2/src/video/qnx/
A Dvideo.c356 available() in available() function
363 available, createDevice
/AliOS-Things-master/components/SDL2/src/hidapi/android/
A Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_windowsjoystick.c247 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 DREADME.md9 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 DREADME.mbedtls.md7 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 DREADME.rst53 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 DREADME.rst53 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 …]

Completed in 25 milliseconds

1234567