Searched refs:_buf (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/tftp/ |
A D | tftp_common.c | 108 char _buf[PATH_MAX] = {0}; in tftp_get_done() local 109 aos_cli_printf("(%s)#", aos_getcwd(_buf, sizeof(_buf))); in tftp_get_done()
|
/AliOS-Things-master/components/SDL2/src/ |
A D | SDL_dataqueue.c | 229 SDL_PeekIntoDataQueue(SDL_DataQueue *queue, void *_buf, const size_t _len) in SDL_PeekIntoDataQueue() argument 232 Uint8 *buf = (Uint8 *) _buf; in SDL_PeekIntoDataQueue() 254 SDL_ReadFromDataQueue(SDL_DataQueue *queue, void *_buf, const size_t _len) in SDL_ReadFromDataQueue() argument 257 Uint8 *buf = (Uint8 *) _buf; in SDL_ReadFromDataQueue()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | misc.h | 173 …TR_FIXED(vstr, alloc) vstr_t vstr; char vstr##_buf[(alloc)]; vstr_init_fixed_buf(&vstr, (alloc), v…
|
/AliOS-Things-master/components/cli/src/ |
A D | cli.c | 81 char _buf[PATH_MAX] = {0}; in cli_prefix_print() local 83 getcwd(_buf, sizeof(_buf))); in cli_prefix_print()
|
/AliOS-Things-master/components/ble_host/include/net/ |
A D | buf.h | 1243 #define net_buf_unref(_buf) \ argument 1244 net_buf_unref_debug(_buf, __func__, __LINE__)
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/ |
A D | flatbuffers.h | 2386 BufferRef(uint8_t *_buf, uoffset_t _len) 2387 : buf(_buf), len(_len), must_free(false) {}
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 1453 mbedtls_hmac_drbg_init() -> mbedtls_hmac_drbg_seed(_buf)()
|
Completed in 17 milliseconds