Searched defs:buf1 (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | raw2tiff.c | 108 unsigned char *buf = NULL, *buf1 = NULL; in main() local 372 char *buf1, *buf2; in guessSize() local 483 correlation(void *buf1, void *buf2, uint32 n_elem, TIFFDataType dtype) in correlation()
|
A D | tiffcmp.c | 161 unsigned char *buf1, *buf2; in tiffcmp() local
|
/AliOS-Things-master/components/littlevgl/src/lv_hal/ |
A D | lv_hal_disp.c | 101 void lv_disp_buf_init(lv_disp_buf_t * disp_buf, void * buf1, void * buf2, uint32_t size_in_px_cnt) in lv_disp_buf_init()
|
A D | lv_hal_disp.h | 49 void * buf1; /**< First display buffer. */ member
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | entropy.c | 600 unsigned char buf1[2 * sizeof( unsigned long long int )]; in mbedtls_entropy_source_self_test() local
|
/AliOS-Things-master/components/ota/2ndboot/updater/ |
A D | libc.c | 70 int ota_memcmp(const void * buf1, const void * buf2, unsigned int count) in ota_memcmp()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | jscompress.c | 898 uint8_t *buf1, *buf2; in main() local
|
A D | unicode_gen.c | 288 char buf1[256]; in parse_unicode_data() local 2857 const int *buf1, int len1, in check_str()
|
A D | libbf.c | 7882 static int ntt_fft_partial(BFNTTState *s, NTTLimb *buf1, in ntt_fft_partial() 7940 static int ntt_conv(BFNTTState *s, NTTLimb *buf1, NTTLimb *buf2, in ntt_conv() 8365 NTTLimb *buf1, *buf2, *ptr; in fft_mul() local
|
A D | quickjs.c | 10068 char buf1[64], *buf; in js_atof2() local 11192 char buf1[JS_DTOA_BUF_SIZE], buf2[JS_DTOA_BUF_SIZE]; in js_ecvt() local 11238 char buf1[JS_DTOA_BUF_SIZE]; in js_fcvt() local 11292 char buf1[70], *ptr; in js_dtoa1() local 11305 char buf1[JS_DTOA_BUF_SIZE]; in js_dtoa1() local 20144 char buf1[ATOM_GET_STR_BUF_SIZE]; in js_parse_error_reserved_identifier() local 26735 char buf1[ATOM_GET_STR_BUF_SIZE]; in add_export_entry2() local 27123 char buf1[ATOM_GET_STR_BUF_SIZE]; in js_resolve_export_throw_error() local 27405 char buf1[ATOM_GET_STR_BUF_SIZE]; in js_resolve_module() local 27552 char buf1[ATOM_GET_STR_BUF_SIZE]; in js_instantiate_module() local [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/ |
A D | libwebp_python_wrap.c | 3422 char *buf1 = 0 ; in _wrap_WebPGetInfo() local 3470 char *buf1 = 0 ; in _wrap_WebPDecodeRGB() local 3523 char *buf1 = 0 ; in _wrap_WebPDecodeRGBA() local 3576 char *buf1 = 0 ; in _wrap_WebPDecodeARGB() local 3629 char *buf1 = 0 ; in _wrap_WebPDecodeBGR() local 3682 char *buf1 = 0 ; in _wrap_WebPDecodeBGRA() local
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 87552 DUK_INTERNAL duk_small_int_t duk_js_data_compare(const duk_uint8_t *buf1, const duk_uint8_t *buf2, …
|
Completed in 389 milliseconds