Home
last modified time | relevance | path

Searched refs:read_byte (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/amp/services/amp_boot/
A Damp_boot_uart.c38 uint32_t read_byte = 0; local
40 if (aos_hal_vuart_recv_poll(&g_boot_vuart, c, 1, &read_byte) != 0) {
43 if (aos_hal_uart_recv_poll(&g_boot_uart, c, 1, &read_byte) != 0) {
48 return read_byte;
54 uint32_t read_byte = 0; local
61 aos_hal_vuart_recv_poll(&g_boot_vuart, &c, 1, &read_byte);
63 aos_hal_uart_recv_poll(&g_boot_uart, &c, 1, &read_byte);
65 if (read_byte == 1) {
/AliOS-Things-master/components/py_engine/external/amp_boot/
A Damp_boot_uart.c26 int read_byte = 0; in pyamp_boot_uart_recv_byte() local
27 if (aos_hal_uart_recv_poll(&g_boot_uart, c, 1, &read_byte) != 0) { in pyamp_boot_uart_recv_byte()
30 return read_byte; in pyamp_boot_uart_recv_byte()
36 int32_t read_byte = 0; in pyamp_boot_uart_recv_line() local
42 aos_hal_uart_recv_poll(&g_boot_uart, &c, 1, &read_byte); in pyamp_boot_uart_recv_line()
43 if (read_byte == 1) { in pyamp_boot_uart_recv_line()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Drdbmp.c69 read_byte (bmp_source_ptr sinfo) in read_byte() function
91 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo); in read_colormap()
92 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo); in read_colormap()
93 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo); in read_colormap()
99 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo); in read_colormap()
100 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo); in read_colormap()
101 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo); in read_colormap()
102 (void) read_byte(sinfo); in read_colormap()
411 (void) read_byte(source); in start_input_bmp()
A Drdtarga.c88 read_byte (tga_source_ptr sinfo) in read_byte() function
111 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo); in read_colormap()
112 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo); in read_colormap()
113 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo); in read_colormap()
150 i = read_byte(sinfo); in read_rle_pixel()
445 (void) read_byte(source); in start_input_tga()
/AliOS-Things-master/components/py_engine/engine/tools/
A Dmpy-tool.py158 def read_prelude_sig(read_byte): argument
159 z = read_byte()
169 z = read_byte()
182 def read_prelude_size(read_byte): argument
187 z = read_byte()
636 def read_byte(f, out=None): function
646 b = read_byte(f, out)
701 read_byte(f, bytecode)
713 op = read_byte(file, bytecode)
720 while read_byte(file, bytecode) & 0x80:
[all …]
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh4_driver.c315 static uint32_t read_byte(uint8_t *data, uint32_t len) in read_byte() function
331 if (read_byte(&hci_h4.rx.type, 1) != 1) { in h4_get_type()
358 hci_h4.rx.remaining -= read_byte((uint8_t *)hdr + to_read, hci_h4.rx.remaining); in get_acl_hdr()
371 hci_h4.rx.remaining -= read_byte((uint8_t *)hdr + to_read, hci_h4.rx.remaining); in get_evt_hdr()
384 return read_byte(buf, (len<sizeof(buf)?len:sizeof(buf))); in h4_discard()
422 read = read_byte(net_buf_tail(hci_h4.rx.buf), hci_h4.rx.remaining); in read_payload()
/AliOS-Things-master/components/py_engine/engine/py/
A Dpersistentcode.c150 STATIC int read_byte(mp_reader_t *reader);
197 while ((op = read_byte(ri->reader)) != 0xff) { in mp_native_relocate()
240 STATIC int read_byte(mp_reader_t *reader) { in read_byte() function
270 return read_byte(reader); in load_qstr()
286 byte obj_type = read_byte(reader); in load_obj()
333 *ip = read_byte(reader); in load_bytecode()
344 while ((*ip++ = read_byte(reader)) & 0x80) { in load_bytecode()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dpngfix.c1244 read_byte(struct file *file) in read_byte() function
1267 return read_byte(file); in read_byte()
1372 int ch = read_byte(file); in read_4()
1397 int ch = read_byte(file); in crc_read_many()
3018 ch = read_byte(file); in sync_stream()
3059 ch = read_byte(file); in sync_stream()

Completed in 28 milliseconds