Searched defs:buf2 (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | framebuf16.py | 49 buf2 = bytearray(w2 * h2 * 2) variable
|
A D | framebuf2.py | 51 buf2 = bytearray(w2 * h2 // 4) variable
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | raw2tiff.c | 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/mbedtls/programs/pkey/ |
A D | dh_server.c | 98 unsigned char buf2[2]; in main() 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 | 50 void * buf2; /**< Second display buffer. */ member
|
/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 | 2858 const int *buf2, int len2) in check_str()
|
A D | libbf.c | 7887 NTTLimb *buf2, *buf3; in ntt_fft_partial() local 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 | 11192 char buf1[JS_DTOA_BUF_SIZE], buf2[JS_DTOA_BUF_SIZE]; in js_ecvt() local 11239 char buf2[JS_DTOA_BUF_SIZE]; in js_fcvt() local 27124 char buf2[ATOM_GET_STR_BUF_SIZE]; in js_resolve_export_throw_error() 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 387 milliseconds