Searched refs:args (Results 201 - 208 of 208) sorted by relevance

123456789

/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/preprocessor/tuple/
H A Dto_seq.hpp27 # define MSGPACK_PP_TUPLE_TO_SEQ_I(m, args) MSGPACK_PP_TUPLE_TO_SEQ_II(m, args)
28 # define MSGPACK_PP_TUPLE_TO_SEQ_II(m, args) MSGPACK_PP_CAT(m ## args,)
H A Delem.hpp29 # define MSGPACK_PP_TUPLE_ELEM_I(m, args) MSGPACK_PP_TUPLE_ELEM_II(m, args)
30 # define MSGPACK_PP_TUPLE_ELEM_II(m, args) MSGPACK_PP_CAT(m ## args,)
47 # define MSGPACK_PP_TUPLE_ELEM_I(m, args) MSGPACK_PP_TUPLE_ELEM_II(m, args)
48 # define MSGPACK_PP_TUPLE_ELEM_II(m, args) MSGPACK_PP_CAT(m ## args,)
/seL4-camkes-master/projects/lwip/src/apps/mdns/
H A Dmdns.c1919 mdns_netif_ext_status_callback(struct netif *netif, netif_nsc_reason_t reason, const netif_ext_callback_args_t *args) argument
1921 LWIP_UNUSED_ARG(args);
1929 if (args->status_changed.state != 0) {
1935 if (args->link_changed.state != 0) {
/seL4-camkes-master/tools/cogent/impl/fs/bilby/c/os/linux/
H A Dwrapper.c921 substring_t args[MAX_OPT_ARGS]; local
929 opt = match_token(s, bilbyfs_options, args);
/seL4-camkes-master/projects/musllibc/ldso/
H A Ddynlink.c38 size_t args[2]; member in struct:td_index
432 new->args[0] = def.dso->tls_id;
433 new->args[1] = tls_val + addend;
1493 ldd_mode ? "" : " [args]");
/seL4-camkes-master/projects/camkes-tool/camkes/parser/tests/
H A Dteststage1.py490 self.assertGreaterEqual(len(e.args), 2, 'only a '
/seL4-camkes-master/projects/picotcp/docs/user_manual/
H A Dchap_api_tftp.tex314 int pico_tftp_parse_request_args(char *args, int32_t len, int *options,
320 \item \texttt{args} - Pointer to the buffer containing the arguments: filename for listen callback and block for rx or tx callback.
/seL4-camkes-master/projects/camkes-tool/camkes/ast/
H A Dobjects.py1035 @ast_property("args", lambda i: isinstance(i, list) and
1042 self.args = query_args # the arguments passed to the query

Completed in 74 milliseconds

123456789