Home
last modified time | relevance | path

Searched refs:cd (Results 1 – 25 of 65) sorted by relevance

123

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_compress.c190 codec_t* cd; in TIFFFindCODEC() local
192 for (cd = registeredCODECS; cd; cd = cd->next) in TIFFFindCODEC()
207 if (cd != NULL) { in TIFFRegisterCODEC()
208 cd->info = (TIFFCodec*) ((uint8*) cd + sizeof (codec_t)); in TIFFRegisterCODEC()
221 return (cd->info); in TIFFRegisterCODEC()
227 codec_t* cd; in TIFFUnRegisterCODEC() local
230 for (pcd = &registeredCODECS; (cd = *pcd) != NULL; pcd = &cd->next) in TIFFUnRegisterCODEC()
232 *pcd = cd->next; in TIFFUnRegisterCODEC()
233 _TIFFfree(cd); in TIFFUnRegisterCODEC()
256 codec_t *cd; in TIFFGetConfiguredCODECs() local
[all …]
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_iconv.c58 SDL_iconv_close(SDL_iconv_t cd) in SDL_iconv_close() argument
64 SDL_iconv(SDL_iconv_t cd, in SDL_iconv() argument
237 SDL_iconv_t cd = (SDL_iconv_t) SDL_malloc(sizeof(*cd)); in SDL_iconv_open() local
238 if (cd) { in SDL_iconv_open()
241 return cd; in SDL_iconv_open()
248 SDL_iconv(SDL_iconv_t cd, in SDL_iconv() argument
271 switch (cd->src_fmt) { in SDL_iconv()
320 switch (cd->dst_fmt) { in SDL_iconv()
857 SDL_free(cd); in SDL_iconv_close()
868 SDL_iconv_t cd; in SDL_iconv_string() local
[all …]
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/examples/
A DREADME.md10 cd path/to/aliyun-openapi-cpp-sdk
11 cd examples
13 cd build
45 cd path/to/aliyun-openapi-cpp-sdk
46 cd examples/build/bin
/AliOS-Things-master/components/SDL2/docs/
A DREADME-emscripten.md7 $ cd build
14 $ cd build
20 $ cd test/
A DREADME-directfb.md76 cd mesa
95 cd src/mesa/drivers/directfb
A DREADME-cmake.md27 cd ~
29 cd build
/AliOS-Things-master/components/jsoncpp/include/
A DPreventInSourceBuilds.cmake14 message("# mkdir jsoncpp-Sandbox ; cd jsoncpp-sandbox")
26 message("# cd jsoncpp-build")
35 message("# cd jsoncpp-Sandbox/jsoncpp")
/AliOS-Things-master/components/SDL2/build-scripts/
A Dwindows-buildbot-zipper.bat22 cd zipper
24 cd ..
/AliOS-Things-master/components/SDL2/src/joystick/psp/
A DSDL_sysjoystick.c75 point ab, bc, cd, abbc, bccd, dest; in calc_bezier_y() local
78 lerp (&cd, &c, &d, t); /* point between c and d */ in calc_bezier_y()
80 lerp (&bccd, &bc, &cd, t); /* point between bc and cd */ in calc_bezier_y()
/AliOS-Things-master/components/jsoncpp/
A Ddev.makefile19 cd build/debug; cmake -DCMAKE_BUILD_TYPE=debug -DBUILD_SHARED_LIBS=ON -G "Unix Makefiles" ../..
27 cd dist; gcc -I. -c jsoncpp.cpp
A DCONTRIBUTING.md23 cd jsoncpp/
34 #cd build-${LIB_TYPE}
50 cd test
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/
A DEditorSettings.asset17 m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd;asmdef;rsp
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME.webp_js23 cd webp_js && \
44 cd webp_js && python -m SimpleHTTPServer 8080
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/owatcom/
A Dpngtest.tgt25 cd ..\..
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/
A DREADME-CN.md71 cd aliyun-openapi-cpp-sdk
73 cd sdk_build
82 cd aliyun-openapi-cpp-sdk
A DREADME-ENG.md72 cd aliyun-openapi-cpp-sdk
74 cd sdk_build
83 cd aliyun-openapi-cpp-sdk
/AliOS-Things-master/components/cli/src/iobox/
A Dcd.c131 ALIOS_CLI_CMD_REGISTER(cd_main, cd, change current working directory);
/AliOS-Things-master/components/ucamera/
A DREADME.md116 $ cd ~/esp/esp-idf
155 $cd examples/single_chip/camera_web_server/
/AliOS-Things-master/documentation/aos-tools/
A Daos-tools_user_manual.md51 cd alios_iot
193 cd solutions/helloworld_demo
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/os400/
A DREADME40020 cd /path/to/the/zlib/ifs/source/directory/os400
/AliOS-Things-master/components/py_engine/engine/
A DREADME.md75 $ cd mpy-cross
89 $ cd ports/unix
163 $ cd ports/stm32
/AliOS-Things-master/components/cli/
A DREADME.md35 │ ├── cd.c
387 cd /data/aaa
/AliOS-Things-master/solutions/ucloud_ai_demo/
A DREADME.md64 $cd ~/esp/esp-idf
115 $ cd examples/single_chip/camera_web_server/
/AliOS-Things-master/documentation/developer/
A Dcontribute_code.md50 $ cd <TARGET>
/AliOS-Things-master/components/SDL2/src/video/yuv2rgb/
A DREADME.md18 cd build

Completed in 25 milliseconds

123