Searched refs:expected_length (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | pngdec.c | 70 size_t expected_length) { in HexStringToBytes() argument 73 uint8_t* const raw_data = (uint8_t*)malloc(expected_length); in HexStringToBytes() 78 for (dst = raw_data; actual_length < expected_length && *src != '\0'; ++src) { in HexStringToBytes() 90 if (actual_length != expected_length) { in HexStringToBytes() 101 int expected_length; in ProcessRawProfile() local 115 expected_length = (int)strtol(src, &end, 10); in ProcessRawProfile() 124 payload->bytes = HexStringToBytes(end, expected_length); in ProcessRawProfile() 126 payload->size = expected_length; in ProcessRawProfile()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/repl/ |
A D | repl.c | 31 int aos_repl_read(char *inbuf, uint32_t expected_length, uint32_t *recv_size) in aos_repl_read() argument 35 ret = aos_hal_uart_recv_II(&g_repl_uart, inbuf, expected_length, recv_size, 100); in aos_repl_read()
|
A D | repl.h | 32 int aos_repl_read(char *inbuf, uint32_t expected_length, uint32_t *recv_size);
|
Completed in 4 milliseconds