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 D | puff.c | 340 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 D | blast.c | 191 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 D | allocator.h | 49 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 D | README.md | 11 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 D | README.rst | 22 construct the uuid as mac address. And other elements will be used to calcualte
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | test262.conf | 122 Reflect.construct
|
A D | quickjs-atom.h | 126 DEF(construct, "construct")
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/ |
A D | README.md | 49 audio at 180ms there’s not enough audio to construct a complete window.
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | jsoncpp.dox | 76 // necessary to explicitly construct the Json::Value object.
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/ |
A D | DownloadProject.cmake | 23 # 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 D | DownloadProject.cmake | 23 # The PROJ argument is required. The projectName value will be used to construct
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitopengles.m | 186 /* construct our view, passing in SDL's OpenGL configuration data */
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | install.txt | 86 and let the configure script construct appropriate configuration files.
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 105 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 D | CHANGES | 2704 wherever png_snprintf() is used to construct error and warning messages.
|
Completed in 23 milliseconds