Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/platform/
A Dtrace.h449 #define PATCH_PRINT_WARN1(fmt, arg0) \ argument
581 #define OS_PRINT_ERROR1(fmt, arg0) \ argument
599 #define OS_PRINT_WARN1(fmt, arg0) \ argument
617 #define OS_PRINT_INFO1(fmt, arg0) \ argument
635 #define OS_PRINT_TRACE1(fmt, arg0) \ argument
749 #define HCI_PRINT_WARN1(fmt, arg0) \ argument
767 #define HCI_PRINT_INFO1(fmt, arg0) \ argument
899 #define SDP_PRINT_WARN1(fmt, arg0) \ argument
917 #define SDP_PRINT_INFO1(fmt, arg0) \ argument
974 #define SMP_PRINT_WARN1(fmt, arg0) \ argument
[all …]
A Dtrace_app.h50 #define APP_PRINT_ERROR1(fmt, arg0) \ argument
52 #define APP_PRINT_ERROR2(fmt, arg0, arg1) \ argument
54 #define APP_PRINT_ERROR3(fmt, arg0, arg1, arg2) \ argument
68 #define APP_PRINT_WARN1(fmt, arg0) \ argument
70 #define APP_PRINT_WARN2(fmt, arg0, arg1) \ argument
72 #define APP_PRINT_WARN3(fmt, arg0, arg1, arg2) \ argument
86 #define APP_PRINT_INFO1(fmt, arg0) \ argument
88 #define APP_PRINT_INFO2(fmt, arg0, arg1) \ argument
90 #define APP_PRINT_INFO3(fmt, arg0, arg1, arg2) \ argument
104 #define APP_PRINT_TRACE1(fmt, arg0) \ argument
[all …]
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmodsocket.c289 STATIC mp_obj_t socket_bind(const mp_obj_t arg0, const mp_obj_t arg1) in socket_bind()
303 STATIC mp_obj_t socket_listen(const mp_obj_t arg0, const mp_obj_t arg1) in socket_listen()
315 STATIC mp_obj_t socket_accept(const mp_obj_t arg0) in socket_accept()
366 STATIC mp_obj_t socket_connect(const mp_obj_t arg0, const mp_obj_t arg1) in socket_connect()
462 STATIC mp_obj_t socket_settimeout(const mp_obj_t arg0, const mp_obj_t arg1) in socket_settimeout()
478 STATIC mp_obj_t socket_setblocking(const mp_obj_t arg0, const mp_obj_t arg1) in socket_setblocking()
607 STATIC mp_obj_t socket_send(const mp_obj_t arg0, const mp_obj_t arg1) in socket_send()
617 STATIC mp_obj_t socket_sendall(const mp_obj_t arg0, const mp_obj_t arg1) in socket_sendall()
663 STATIC mp_obj_t socket_fileno(const mp_obj_t arg0) in socket_fileno()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmodsocket.c301 STATIC mp_obj_t socket_bind(const mp_obj_t arg0, const mp_obj_t arg1) in socket_bind()
315 STATIC mp_obj_t socket_listen(const mp_obj_t arg0, const mp_obj_t arg1) in socket_listen()
327 STATIC mp_obj_t socket_accept(const mp_obj_t arg0) in socket_accept()
378 STATIC mp_obj_t socket_connect(const mp_obj_t arg0, const mp_obj_t arg1) in socket_connect()
484 STATIC mp_obj_t socket_settimeout(const mp_obj_t arg0, const mp_obj_t arg1) in socket_settimeout()
501 STATIC mp_obj_t socket_setblocking(const mp_obj_t arg0, const mp_obj_t arg1) in socket_setblocking()
633 STATIC mp_obj_t socket_send(const mp_obj_t arg0, const mp_obj_t arg1) in socket_send()
643 STATIC mp_obj_t socket_sendall(const mp_obj_t arg0, const mp_obj_t arg1) in socket_sendall()
692 STATIC mp_obj_t socket_fileno(const mp_obj_t arg0) in socket_fileno()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmodsocket.c281 STATIC mp_obj_t socket_bind(const mp_obj_t arg0, const mp_obj_t arg1) { in socket_bind()
294 STATIC mp_obj_t socket_listen(const mp_obj_t arg0, const mp_obj_t arg1) { in socket_listen()
305 STATIC mp_obj_t socket_accept(const mp_obj_t arg0) { in socket_accept()
355 STATIC mp_obj_t socket_connect(const mp_obj_t arg0, const mp_obj_t arg1) { in socket_connect()
447 STATIC mp_obj_t socket_settimeout(const mp_obj_t arg0, const mp_obj_t arg1) { in socket_settimeout()
462 STATIC mp_obj_t socket_setblocking(const mp_obj_t arg0, const mp_obj_t arg1) { in socket_setblocking()
584 STATIC mp_obj_t socket_send(const mp_obj_t arg0, const mp_obj_t arg1) { in socket_send()
593 STATIC mp_obj_t socket_sendall(const mp_obj_t arg0, const mp_obj_t arg1) { in socket_sendall()
637 STATIC mp_obj_t socket_fileno(const mp_obj_t arg0) { in socket_fileno()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/
A Dinstrumentation.h59 void SetArgs(int position, int arg0) { args_[position] = arg0; } in SetArgs()
62 void SetArgs(int position, int arg0, Args... args) { in SetArgs()
/AliOS-Things-master/components/py_engine/tests/inlineasm/
A Dasmargs.py5 def arg0(): function
/AliOS-Things-master/components/py_engine/engine/py/
A Dparse.c615 mp_obj_t arg0; in fold_constants() local

Completed in 33 milliseconds