Home
last modified time | relevance | path

Searched refs:what (Results 1 – 25 of 139) sorted by relevance

123456

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dmakepng.c1458 make_insert(png_const_charp what, in make_insert() argument
1471 what, nparams); in make_insert()
1494 char ch = what[i]; in find_insert()
1497 chunk = (chunk << 8) + what[i]; in find_insert()
1503 if (i < 4 || what[4] != 0) in find_insert()
1553 what); in find_insert()
1557 bad_parameter_count(what, nparams); in find_insert()
1609 static char what[5] = { 116, 69, 88, 116, 0 }; in add_tEXt() local
1623 static char what[5] = { 105, 84, 88, 116, 0 }; in add_iTXt() local
1742 png_const_charp what = *++argv; in main() local
[all …]
/AliOS-Things-master/components/SDL2/src/thread/stdcpp/
A DSDL_sysmutex.cpp44 SDL_SetError("unable to create a C++ mutex: code=%d; %s", ex.code(), ex.what()); in SDL_CreateMutex()
76 SDL_SetError("unable to lock a C++ mutex: code=%d; %s", ex.code(), ex.what()); in SDL_mutexP()
A DSDL_syscond.cpp49 … SDL_SetError("unable to create a C++ condition variable: code=%d; %s", ex.code(), ex.what()); in SDL_CreateCond()
151 … SDL_SetError("unable to wait on a C++ condition variable: code=%d; %s", ex.code(), ex.what()); in SDL_CondWaitTimeout()
A DSDL_systhread.cpp55 SDL_SetError("unable to start a C++ thread: code=%d; %s", ex.code(), ex.what()); in SDL_SYS_CreateThread()
/AliOS-Things-master/components/py_engine/tests/misc/sys_settrace_subdir/
A Dsys_settrace_generic.py69 def prprty_setter(self, what): argument
70 self.__anynum = what
/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/kernel/include/network/curl/
A Durlapi.h107 CURL_EXTERN CURLUcode curl_url_get(CURLU *handle, CURLUPart what,
115 CURL_EXTERN CURLUcode curl_url_set(CURLU *handle, CURLUPart what,
/AliOS-Things-master/components/SDL2/src/hidapi/testgui/
A Dmac_support.cpp69 if (event->what == osEvt) { in HandleEvent()
78 switch (event->what) in HandleEvent()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_aux.c64 tmsize_t nmemb, tmsize_t elem_size, const char* what) in _TIFFCheckRealloc() argument
79 what,(long) nmemb, (long) elem_size); in _TIFFCheckRealloc()
86 _TIFFCheckMalloc(TIFF* tif, tmsize_t nmemb, tmsize_t elem_size, const char* what) in _TIFFCheckMalloc() argument
88 return _TIFFCheckRealloc(tif, NULL, nmemb, elem_size, what); in _TIFFCheckMalloc()
A Dtif_config.h-vms36 /* Define to `__inline__' or `__inline' if that's what the C compiler
/AliOS-Things-master/components/mbedtls/library/
A Daesni.c54 int mbedtls_aesni_has_support( unsigned int what ) in mbedtls_aesni_has_support() argument
69 return( ( c & what ) != 0 ); in mbedtls_aesni_has_support()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/
A DREADME1 See infback9.h for what this is and how to use it.
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Daesni.h58 int mbedtls_aesni_has_support( unsigned int what );
/AliOS-Things-master/components/py_engine/tests/feature_check/
A DREADME4 testsuite to decide what other test groups to run/exclude.
/AliOS-Things-master/components/freetype/src/gzip/
A Dinftrees.h24 } what; member
A Dinfcodes.c13 #define exop word.what.Exop
14 #define bits word.what.Bits
/AliOS-Things-master/components/SDL2/docs/
A DREADME-dynapi.md33 So here's what we did:
35 SDL now has, internally, a table of function pointers. So, this is what SDL_Init
60 So you might be asking, what was the value in that? Isn't this what the operating
129 everyone will ultimately be able to get what they want, but we've gently
130 nudged everyone towards what we think is the best solution.
/AliOS-Things-master/components/SDL2/
A DTODO.txt6 4874 - Do we want screen rotation? At what level?
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dpngcp.c1512 start_timer(struct display *dp, int what) in start_timer() argument
1514 if ((dp->value[OPTIND(dp,time)] & what) != 0) in start_timer()
1519 end_timer(struct display *dp, int what) in end_timer() argument
1521 if ((dp->value[OPTIND(dp,time)] & what) != 0) in end_timer()
1527 if (what == PNGCP_TIME_READ) in end_timer()
1542 if (what == PNGCP_TIME_READ) in end_timer()
1557 if (what == PNGCP_TIME_READ) in end_timer()
1566 print_time(const char *what, struct timespec t) in print_time() argument
1568 printf("%s %.2lu.%.9ld", what, (unsigned long)t.tv_sec, t.tv_nsec); in print_time()
1571 #define start_timer(dp, what) ((void)0) argument
[all …]
A Dpngfix.c948 emit_error(struct file *file, int code, const char *what) in emit_error() argument
981 fprintf(stderr, "%s: %s %s\n", file->file_name, reason, what); in emit_error()
1087 log_error(struct file *file, int code, const char *what) in log_error() argument
1091 emit_error(file, code, what); in log_error()
1129 stop(struct file *file, int code, const char *what) in stop() argument
1134 log_error(file, code, what); in stop()
1173 emit_string(what, stdout); in stop()
1184 stop_invalid(struct file *file, const char *what) in stop_invalid() argument
1186 stop(file, INVALID_ERROR_CODE, what); in stop_invalid()
1190 type_message(struct file *file, png_uint_32 type, const char *what) in type_message() argument
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffinfo.c416 const char* what = TIFFIsTiled(tif) ? "Tile" : "Strip"; in TIFFReadRawData() local
445 what, (unsigned long) s); in TIFFReadRawData()
447 printf("%s %lu:\n ", what, in TIFFReadRawData()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/decoder/
A Dpngusr.dfa33 # at pnglibconf.h to find out the full set of what has to be
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/encoder/
A Dpngusr.dfa35 # at pnglibconf.h to find out the full set of what has to be
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/preader/
A Dpngusr.dfa31 # at pnglibconf.h to find out the full set of what has to be
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/iptcutil/
A DREADME11 -o switches to tell the program what the input and output files
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dvwebp.c191 static void decode_callback(int what) { in decode_callback() argument
192 if (what == 0 && !kParams.done) { in decode_callback()
221 glutTimerFunc(duration, decode_callback, what); in decode_callback()

Completed in 37 milliseconds

123456