Home
last modified time | relevance | path

Searched defs:reserve (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/
A Dbt_vendor_drv.c119 size_t bt_vendor_drv_tx(uint8_t *data, size_t len, void *reserve) in bt_vendor_drv_tx()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/kernels/
A Dtop_n.h108 void reserve(size_t n) { elements_.reserve(std::min(n, limit_ + 1)); } in reserve() function
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Daf_packet.h46 int reserve; /* reserve field */ member
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh4_driver.c102 size_t tg_bt_hal_hcit_tx(uint8_t *data, size_t len, void *reserve) { in tg_bt_hal_hcit_tx()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dconn.c2549 struct net_buf *bt_conn_create_frag_timeout_debug(size_t reserve, in bt_conn_create_frag_timeout_debug()
2572 size_t reserve, in bt_conn_create_pdu_timeout_debug()
A Dl2cap.c579 size_t reserve, in bt_l2cap_create_pdu_timeout()
/AliOS-Things-master/components/ble_host/include/net/
A Dbuf.h1294 #define net_buf_reserve(buf, reserve) net_buf_simple_reserve(&(buf)->b, \ argument
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c525 void net_buf_simple_reserve(struct net_buf_simple *buf, size_t reserve) in net_buf_simple_reserve()

Completed in 22 milliseconds