Home
last modified time | relevance | path

Searched refs:construct (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/puff/
A Dpuff.c340 local int construct(struct huffman *h, const short *length, int n) in construct() function
563 construct(&lencode, lengths, FIXLCODES); in fixed()
568 construct(&distcode, lengths, MAXDCODES); in fixed()
697 err = construct(&lencode, lengths, 19); in dynamic()
736 err = construct(&lencode, lengths, nlen); in dynamic()
741 err = construct(&distcode, lengths + nlen, ndist); in dynamic()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/blast/
A Dblast.c191 local int construct(struct huffman *h, const unsigned char *rep, int n) in construct() function
317 construct(&litcode, litlen, sizeof(litlen)); in decomp()
318 construct(&lencode, lenlen, sizeof(lenlen)); in decomp()
319 construct(&distcode, distlen, sizeof(distlen)); in decomp()
/AliOS-Things-master/components/jsoncpp/include/json/
A Dallocator.h49 template <typename... Args> void construct(pointer p, Args&&... args) { in construct() function
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/
A DREADME.md11 code to construct such pseudo-stack information.
28 lifetime. In the most common use case, one would construct such an object at the
76 To actually profile a code scope, it is enough to construct a `ScopeProfile`
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/
A DREADME.rst22 construct the uuid as mac address. And other elements will be used to calcualte
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dtest262.conf122 Reflect.construct
A Dquickjs-atom.h126 DEF(construct, "construct")
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/
A DREADME.md49 audio at 180ms there’s not enough audio to construct a complete window.
/AliOS-Things-master/components/jsoncpp/doc/
A Djsoncpp.dox76 // necessary to explicitly construct the Json::Value object.
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A DDownloadProject.cmake23 # The PROJ argument is required. The projectName value will be used to construct
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/function_test/core/
A DDownloadProject.cmake23 # The PROJ argument is required. The projectName value will be used to construct
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitopengles.m186 /* construct our view, passing in SDL's OpenGL configuration data */
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dinstall.txt86 and let the configure script construct appropriate configuration files.
/AliOS-Things-master/components/mbedtls/
A DChangeLog105 adversary to construct non-primes that would be erroneously accepted as
329 authenticator Poly1305 and AEAD construct Chacha20-Poly1305. Contributed
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DCHANGES2704 wherever png_snprintf() is used to construct error and warning messages.

Completed in 23 milliseconds