Searched refs:buf_ptr (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/dbg/api/ |
A D | dbg_trc.h | 659 …t8_t const l2cap_trc_type, uint16_t const conhdl, uint16_t const data_len, uint32_t const buf_ptr); 662 #define TRC_REQ_L2CAP_TX(conhdl, tx_len, buf_ptr) \ argument 663 dbg_trc_req_l2cap(L2CAP_TX, conhdl, tx_len, buf_ptr); 666 #define TRC_REQ_L2CAP_RX(conhdl, tx_len, buf_ptr) \ argument 667 dbg_trc_req_l2cap(L2CAP_RX, conhdl, tx_len, buf_ptr); 688 #define TRC_REQ_L2CAP_TX(conhdl, tx_len, buf_ptr) argument 689 #define TRC_REQ_L2CAP_RX(conhdl, tx_len, buf_ptr) argument
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/uart/ |
A D | ymodem.c | 270 …_t packet_data[PACKET_1K_SIZE + PACKET_OVERHEAD], file_size[FILE_SIZE_LENGTH], *file_ptr, *buf_ptr; in Ymodem_Receive() local 292 for (packets_received = 0, file_done = 0, buf_ptr = buf; ;) in Ymodem_Receive() 364 memcpy(buf_ptr, packet_data + PACKET_HEADER, packet_length); in Ymodem_Receive() 567 uint32_t buf_ptr; in Ymodem_Transmit() local 636 buf_ptr = flashdestination; in Ymodem_Transmit() 647 Ymodem_PreparePacket(partition, buf_ptr, &packet_data[0], blkNumber, size); in Ymodem_Transmit() 684 buf_ptr += pktSize; in Ymodem_Transmit() 690 buf_ptr += pktSize; in Ymodem_Transmit()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/ |
A D | treeview.cc | 89 const char* buf_ptr = samples_buf_.data(); in Populate() local 90 const char* const buf_ptr_end = buf_ptr + samples_buf_.size(); in Populate() 91 while (buf_ptr < buf_ptr_end) { in Populate() 93 detail::ReadFromBuffer(buf_ptr, &stack); in Populate() 96 buf_ptr += GetBufferSize(stack); in Populate()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libregexp.c | 72 const uint8_t *buf_ptr; member 1222 p = s->buf_ptr; in re_parse_term() 1275 s->buf_ptr = p; in re_parse_term() 1278 p = s->buf_ptr; in re_parse_term() 1343 s->buf_ptr = p; in re_parse_term() 1346 p = s->buf_ptr; in re_parse_term() 1694 s->buf_ptr = p; in re_parse_term() 1708 p = s->buf_ptr; in re_parse_alternative() 1742 s->buf_ptr++; in re_parse_disjunction() 1826 s->buf_start = s->buf_ptr; in lre_compile() [all …]
|
A D | quickjs.c | 19980 const uint8_t* buf_ptr; member 20201 s->buf_ptr = p; in js_parse_template_part() 20357 p = s->buf_ptr; in js_parse_regexp() 20439 s->buf_ptr = p; in js_parse_regexp() 20553 p = s->buf_ptr; in next_token() 20995 s->buf_ptr = p; in next_token() 21207 s->buf_ptr = p; in json_next_token() 22219 s->buf_ptr = sp->ptr; in js_parse_seek_token() 24113 s->buf_ptr -= 2; in js_parse_postfix_expr() 24116 s->buf_ptr--; in js_parse_postfix_expr() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/ |
A D | anim_decode.c | 310 uint8_t** buf_ptr, int* timestamp_ptr) { in WebPAnimDecoderGetNext() argument 318 if (dec == NULL || buf_ptr == NULL || timestamp_ptr == NULL) return 0; in WebPAnimDecoderGetNext() 417 *buf_ptr = dec->curr_frame_; in WebPAnimDecoderGetNext()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/common/api/ |
A D | co_hci.h | 651 uint32_t buf_ptr; member 666 uint32_t buf_ptr; member 681 uint16_t buf_ptr; member 697 uint16_t buf_ptr; member
|
Completed in 150 milliseconds