/AliOS-Things-master/components/py_engine/engine/shared/libc/ |
A D | printf.c | 42 va_list ap; in DEBUG_printf() local 61 va_list ap; in printf() local 68 int vprintf(const char *fmt, va_list ap) { in vprintf() 110 int vsnprintf(char *str, size_t size, const char *fmt, va_list ap) { in vsnprintf() 126 va_list ap; in snprintf() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/ |
A D | va_list.h | 31 #define va_arg(ap, T) (*(T *)(((ap) += (_bnd (T, _AUPBND))) - (_bnd (T,_ADNBND)))) argument 32 #define va_end(ap) (ap = (va_list) NULL) argument 33 #define va_start(ap, A) (void) ((ap) = (((char *) &(A)) + (_bnd (A,_AUPBND)))) argument
|
/AliOS-Things-master/components/SDL2/src/ |
A D | SDL_log.c | 173 va_list ap; in SDL_Log() local 183 va_list ap; in SDL_LogVerbose() local 193 va_list ap; in SDL_LogDebug() local 203 va_list ap; in SDL_LogInfo() local 213 va_list ap; in SDL_LogWarn() local 223 va_list ap; in SDL_LogError() local 233 va_list ap; in SDL_LogCritical() local 243 va_list ap; in SDL_LogMessage() local 265 SDL_LogMessageV(int category, SDL_LogPriority priority, const char *fmt, va_list ap) in SDL_LogMessageV()
|
A D | SDL_error.c | 35 va_list ap; in SDL_SetError() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/port/ |
A D | snprintf.c | 14 int _TIFF_vsnprintf_f(char* str, size_t size, const char* format, va_list ap) in _TIFF_vsnprintf_f() 29 va_list ap; in _TIFF_snprintf_f() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | cutils.c | 172 va_list ap; in dbuf_printf() local 325 uint8_t *ap = (uint8_t *)a; in exchange_bytes() local 336 uint8_t *ap = (uint8_t *)a; in exchange_one_byte() local 344 uint16_t *ap = (uint16_t *)a; in exchange_int16s() local 355 uint16_t *ap = (uint16_t *)a; in exchange_one_int16() local 363 uint32_t *ap = (uint32_t *)a; in exchange_int32s() local 374 uint32_t *ap = (uint32_t *)a; in exchange_one_int32() local 382 uint64_t *ap = (uint64_t *)a; in exchange_int64s() local 393 uint64_t *ap = (uint64_t *)a; in exchange_one_int64() local 401 uint64_t *ap = (uint64_t *)a; in exchange_int128s() local [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_error.c | 53 va_list ap; in TIFFError() local 69 va_list ap; in TIFFErrorExt() local
|
A D | tif_warning.c | 53 va_list ap; in TIFFWarning() local 69 va_list ap; in TIFFWarningExt() local
|
A D | tif_dir.c | 93 setExtraSamples(TIFFDirectory* td, va_list ap, uint32* v) in setExtraSamples() 168 _TIFFVSetField(TIFF* tif, uint32 tag, va_list ap) in _TIFFVSetField() 794 va_list ap; in TIFFSetField() local 851 TIFFVSetField(TIFF* tif, uint32 tag, va_list ap) in TIFFVSetField() 858 _TIFFVGetField(TIFF* tif, uint32 tag, va_list ap) in _TIFFVGetField() 1220 va_list ap; in TIFFGetField() local 1235 TIFFVGetField(TIFF* tif, uint32 tag, va_list ap) in TIFFVGetField()
|
A D | tif_aux.c | 174 TIFFVGetFieldDefaulted(TIFF* tif, uint32 tag, va_list ap) in TIFFVGetFieldDefaulted() 313 va_list ap; in TIFFGetFieldDefaulted() local
|
A D | tif_zip.c | 357 ZIPVSetField(TIFF* tif, uint32 tag, va_list ap) in ZIPVSetField() 381 ZIPVGetField(TIFF* tif, uint32 tag, va_list ap) in ZIPVGetField()
|
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_dbus.c | 193 …n *conn, const char *node, const char *path, const char *interface, const char *method, va_list ap) in SDL_DBus_CallMethodInternal() 234 va_list ap; in SDL_DBus_CallMethodOnConnection() local 245 va_list ap; in SDL_DBus_CallMethod() local 253 …n *conn, const char *node, const char *path, const char *interface, const char *method, va_list ap) in SDL_DBus_CallVoidMethodInternal() 279 va_list ap; in SDL_DBus_CallVoidMethodOnConnection() local 290 va_list ap; in SDL_DBus_CallVoidMethod() local
|
/AliOS-Things-master/components/posix/src/ |
A D | prctl.c | 12 va_list ap; in prctl() local
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftdebug.c | 57 va_list ap; in FT_Message() local 72 va_list ap; in FT_Panic() local
|
/AliOS-Things-master/components/debug/src/ |
A D | debug_print.c | 418 int print_driver(const char *fmt, va_list ap, unsigned int buf[]) in print_driver() 673 static int _vfprintf(const char *fmt, va_list ap) in _vfprintf() 681 va_list ap; in aos_debug_printf() local 702 va_list ap; in printk_direct() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/tags/ |
A D | xtif_dir.c | 89 _XTIFFVSetField(TIFF* tif, ttag_t tag, va_list ap) in _XTIFFVSetField() 154 _XTIFFVGetField(TIFF* tif, ttag_t tag, va_list ap) in _XTIFFVGetField()
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_json_parser.c | 319 va_list ap; in LITE_json_value_of() local 382 va_list ap; in _LITE_json_keys_of() local 469 va_list ap; in LITE_json_keys_of() local 499 va_list ap; in _LITE_json_keys_of_ext() local 799 va_list ap; in LITE_json_keys_of_ext() local
|
A D | infra_mem_stats.c | 194 va_list ap; in LITE_realloc_internal() local 299 OS_malloc_record *os_malloc_pos, va_list ap) in _count_malloc_internal() 454 va_list ap; in LITE_malloc_internal() local 553 va_list ap; in LITE_malloc_routine() local 569 va_list ap; in LITE_calloc_routine() local
|
A D | infra_prt_nwk_payload.c | 40 va_list ap; in iotx_facility_json_print() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/ |
A D | rtl8721d_ram_libc.c | 15 va_list ap; member 194 int _rtl_vsnprintf(char *buf, size_t size, const char *fmt, va_list ap) in _rtl_vsnprintf()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffdump.c | 856 vError(FILE* fd, const char* fmt, va_list ap) in vError() 866 va_list ap; in Error() local 875 va_list ap; in Fatal() local
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_string.c | 1070 va_list ap; in SDL_sscanf() local 1079 SDL_vsscanf(const char *text, const char *fmt, va_list ap) in SDL_vsscanf() 1085 SDL_vsscanf(const char *text, const char *fmt, va_list ap) in SDL_vsscanf() 1361 va_list ap; in SDL_snprintf() local 1373 int SDL_vsnprintf(SDL_OUT_Z_CAP(maxlen) char *text, size_t maxlen, const char *fmt, va_list ap) in SDL_vsnprintf() 1383 int SDL_vsnprintf(SDL_OUT_Z_CAP(maxlen) char *text, size_t maxlen, const char *fmt, va_list ap) in SDL_vsnprintf() 1646 SDL_vsnprintf(SDL_OUT_Z_CAP(maxlen) char *text, size_t maxlen, const char *fmt, va_list ap) in SDL_vsnprintf()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/repl/ |
A D | repl.c | 55 va_list ap; in repl_printf() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/ |
A D | Tiffile.cpp | 46 MyWarningHandler(const char* module, const char* fmt, va_list ap) in MyWarningHandler() 53 MyErrorHandler(const char* module, const char* fmt, va_list ap) in MyErrorHandler()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | vstr.c | 237 va_list ap; in vstr_printf() local 243 void vstr_vprintf(vstr_t *vstr, const char *fmt, va_list ap) { in vstr_vprintf()
|