Searched defs:proto (Results 1 – 3 of 3) sorted by relevance
| /optee_os/lib/libutils/isoc/newlib/ |
| H A D | _ansi.h | 70 #define _EXFUN(name, proto) __cdecl name proto argument 71 #define _EXPARM(name, proto) (* __cdecl name) proto argument 73 #define _EXFUN(name, proto) name proto argument 74 #define _EXPARM(name, proto) (* name) proto argument 94 #define _EXFUN(name, proto) name() argument
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | net_sockets.c | 159 const char *port, int proto) in mbedtls_net_connect() 205 int mbedtls_net_bind(mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto) in mbedtls_net_bind()
|
| /optee_os/core/include/drivers/ |
| H A D | i2c.h | 159 enum i2c_smbus_protocol proto, in i2c_smbus_raw()
|