/freebsd/crypto/libecc/src/arithmetic_tests/ |
H A D | arithmetic_tests_generator.py | 1310 def test_NN_SHIFT(op): argument 1363 def test_NN_ROTATE(op): argument 1386 def test_NN_XOR_OR_AND(op): argument 1410 def test_NN_NOT(op): argument 1429 def test_NN_ADD_SUB(op): argument 1455 def test_NN_INC_DEC(op): argument 1474 def test_NN_MOD_ADD_SUB(op): argument 1500 def test_NN_MOD_INC_DEC(op): argument 1523 def test_NN_MUL_SQR(op): argument 1545 def test_NN_MOD_MUL(op): argument [all …]
|
/freebsd/contrib/nvi/common/ |
H A D | options_f.c | 31 f_altwerase(SCR *sp, OPTION *op, char *str, u_long *valp) in f_altwerase() 42 f_columns(SCR *sp, OPTION *op, char *str, u_long *valp) in f_columns() 72 f_lines(SCR *sp, OPTION *op, char *str, u_long *valp) in f_lines() 125 f_lisp(SCR *sp, OPTION *op, char *str, u_long *valp) in f_lisp() 135 f_msgcat(SCR *sp, OPTION *op, char *str, u_long *valp) in f_msgcat() 145 f_print(SCR *sp, OPTION *op, char *str, u_long *valp) in f_print() 170 f_readonly(SCR *sp, OPTION *op, char *str, u_long *valp) in f_readonly() 187 f_recompile(SCR *sp, OPTION *op, char *str, u_long *valp) in f_recompile() 204 f_reformat(SCR *sp, OPTION *op, char *str, u_long *valp) in f_reformat() 214 f_ttywerase(SCR *sp, OPTION *op, char *str, u_long *valp) in f_ttywerase() [all …]
|
H A D | options.c | 307 OPTLIST const *op; in opts_init() local 472 OPTLIST const *op; in opts_set() local 762 OPTION *op; in o_set() local 821 OPTLIST const *op; in opts_dump() local 951 opts_print(SCR *sp, OPTLIST const *op) in opts_print() 989 OPTLIST const *op; in opts_save() local 1045 OPTLIST const *op, *found; in opts_search() local
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | tinytest_macros.h | 72 #define tt_abort_perror(op) TT_DIE(("%s: %s [%d]",(op),strerror(errno), errno)) argument 78 #define tt_fail_perror(op) TT_FAIL(("%s: %s [%d]",(op),strerror(errno), errno)) argument 153 #define tt_assert_op_type(a,op,b,type,fmt) \ argument 157 #define tt_int_op(a,op,b) \ argument 162 #define tt_fd_op(a,op,b) do { \ argument 169 #define tt_uint_op(a,op,b) \ argument 173 #define tt_ptr_op(a,op,b) \ argument 178 #define tt_nstr_op(n,a,op,b) \ argument 183 #define tt_str_op(a,op,b) \ argument 188 #define tt_mem_op(expr1, op, expr2, len) \ argument [all …]
|
/freebsd/contrib/libevent/test/ |
H A D | tinytest_macros.h | 72 #define tt_abort_perror(op) TT_DIE(("%s: %s [%d]",(op),strerror(errno), errno)) argument 78 #define tt_fail_perror(op) TT_FAIL(("%s: %s [%d]",(op),strerror(errno), errno)) argument 153 #define tt_assert_op_type(a,op,b,type,fmt) \ argument 157 #define tt_int_op(a,op,b) \ argument 162 #define tt_fd_op(a,op,b) do { \ argument 169 #define tt_uint_op(a,op,b) \ argument 173 #define tt_ptr_op(a,op,b) \ argument 178 #define tt_nstr_op(n,a,op,b) \ argument 183 #define tt_str_op(a,op,b) \ argument 188 #define tt_mem_op(expr1, op, expr2, len) \ argument [all …]
|
/freebsd/bin/sh/ |
H A D | arith_yacc.c | 62 #define ARITH_PRECEDENCE(op, prec) [op - ARITH_BINOP_MIN] = prec argument 111 static inline int arith_prec(int op) in arith_prec() 121 static arith_t do_binop(int op, arith_t a, arith_t b) in do_binop() 166 static arith_t primary(int token, union yystype *val, int op, int noeval) in primary() 203 static arith_t binop2(arith_t a, int op, int precedence, int noeval) in binop2() 233 static arith_t binop(int token, union yystype *val, int op, int noeval) in binop() 244 static arith_t and(int token, union yystype *val, int op, int noeval) in and() 261 static arith_t or(int token, union yystype *val, int op, int noeval) in or() 278 static arith_t cond(int token, union yystype *val, int op, int noeval) in cond() 303 int op = yylex(); in assignment() local
|
/freebsd/sys/dev/xen/efi/ |
H A D | pvefi.c | 55 struct xen_platform_op op = { in get_time() local 82 struct xen_platform_op op = { in get_time_capabilities() local 103 struct xen_platform_op op = { in set_time() local 128 struct xen_platform_op op = { in var_get() local 156 struct xen_platform_op op = { in var_nextname() local 183 struct xen_platform_op op = { in var_set() local
|
/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | wrappers.c | 78 mpfr_srcptr wrapper_get_mpfr(wrapperctx *ctx, int op) in wrapper_get_mpfr() 89 const uint32 *wrapper_get_ieee(wrapperctx *ctx, int op) in wrapper_get_ieee() 105 int wrapper_get_size(wrapperctx *ctx, int op) in wrapper_get_size() 116 int wrapper_is_complex(wrapperctx *ctx, int op) in wrapper_is_complex() 127 mpc_srcptr wrapper_get_mpc(wrapperctx *ctx, int op) in wrapper_get_mpc() 138 mpfr_srcptr wrapper_get_mpfr_r(wrapperctx *ctx, int op) in wrapper_get_mpfr_r() 149 mpfr_srcptr wrapper_get_mpfr_i(wrapperctx *ctx, int op) in wrapper_get_mpfr_i() 160 const uint32 *wrapper_get_ieee_r(wrapperctx *ctx, int op) in wrapper_get_ieee_r() 171 const uint32 *wrapper_get_ieee_i(wrapperctx *ctx, int op) in wrapper_get_ieee_i()
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | action.c | 244 u_int sub, u_int iidx __unused, enum snmp_op op) in op_system_group() 357 u_int iidx __unused, enum snmp_op op) in op_debug() 449 u_int sub, u_int iidx __unused, enum snmp_op op) in op_or_table() 506 u_int sub, u_int iidx __unused, enum snmp_op op) in op_snmp() 589 u_int sub, u_int iidx __unused, enum snmp_op op) in op_snmpd_stats() 631 u_int sub, u_int iidx __unused, enum snmp_op op) in op_snmpd_config() 752 u_int sub, u_int iidx __unused, enum snmp_op op) in op_community() 875 enum snmp_depop op) in dep_modules() 929 u_int sub, u_int iidx, enum snmp_op op) in op_modules() 1056 u_int sub, u_int iidx __unused, enum snmp_op op) in op_snmp_set() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | XRayInstrumentation.cpp | 90 InstrumentationOptions op) { in replaceRetWithPatchableRet() 126 InstrumentationOptions op) { in prependRetWithPatchableExit() 238 InstrumentationOptions op; in runOnMachineFunction() local 246 InstrumentationOptions op; in runOnMachineFunction() local 255 InstrumentationOptions op; in runOnMachineFunction() local
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/ |
H A D | pf_snmp.c | 154 u_int sub, u_int __unused vindex, enum snmp_op op) in pf_status() 195 u_int sub, u_int __unused vindex, enum snmp_op op) in pf_counter() 238 u_int sub, u_int __unused vindex, enum snmp_op op) in pf_statetable() 278 u_int sub, u_int __unused vindex, enum snmp_op op) in pf_srcnodes() 318 u_int sub, u_int __unused vindex, enum snmp_op op) in pf_limits() 358 u_int sub, u_int __unused vindex, enum snmp_op op) in pf_timeouts() 448 u_int sub, u_int __unused vindex, enum snmp_op op) in pf_logif() 521 u_int sub, u_int __unused vindex, enum snmp_op op) in pf_interfaces() 550 u_int sub, u_int __unused vindex, enum snmp_op op) in pf_iftable() 668 u_int sub, u_int __unused vindex, enum snmp_op op) in pf_tables() [all …]
|
/freebsd/sys/dev/etherswitch/ar40xx/ |
H A D | ar40xx_hw_vtu.c | 78 ar40xx_hw_vtu_op(struct ar40xx_softc *sc, uint32_t op, uint32_t val) in ar40xx_hw_vtu_op() 112 uint32_t op, val, mode; in ar40xx_hw_vtu_load_vlan() local 162 uint32_t op, reg, val; in ar40xx_hw_vtu_get_vlan() local
|
/freebsd/contrib/libedit/ |
H A D | prompt.c | 83 prompt_print(EditLine *el, int op) in prompt_print() 152 prompt_set(EditLine *el, el_pfunc_t prf, wchar_t c, int op, int wide) in prompt_set() 184 prompt_get(EditLine *el, el_pfunc_t *prf, wchar_t *c, int op) in prompt_get()
|
/freebsd/contrib/opencsd/decoder/source/c_api/ |
H A D | ocsd_c_api_obj.h | 51 virtual ocsd_datapath_resp_t PacketDataIn( const ocsd_datapath_op_t op, in PacketDataIn() 79 virtual ocsd_datapath_resp_t PacketDataIn(const ocsd_datapath_op_t op, in PacketDataIn() 104 virtual void RawPacketDataMon( const ocsd_datapath_op_t op, in RawPacketDataMon() 133 virtual void RawPacketDataMon(const ocsd_datapath_op_t op, in RawPacketDataMon()
|
/freebsd/libexec/rtld-elf/ |
H A D | rtld_malloc.c | 116 union overhead *op; in __crt_malloc() local 198 union overhead *op; in morecore() local 233 union overhead *op, op1; in __crt_free() local 255 union overhead *op; in __crt_realloc() local
|
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | mibII_interfaces.c | 68 enum snmp_depop op) in ifchange_func() 160 u_int sub, u_int idx __unused, enum snmp_op op) in op_interfaces() 192 u_int sub, u_int iidx __unused, enum snmp_op op) in op_ifentry() 367 u_int sub, u_int iidx __unused, enum snmp_op op) in op_ifxtable()
|
H A D | mibII_ip.c | 164 u_int sub, u_int idx __unused, enum snmp_op op) in op_ip() 257 u_int sub, u_int idx __unused, enum snmp_op op) in op_ipstat() 360 u_int sub, u_int idx __unused, enum snmp_op op) in op_icmpstat()
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm_snapshot.c | 42 vm_snapshot_buf_err(const char *bufname, const enum vm_snapshot_op op) in vm_snapshot_buf_err() 60 int op, error; in vm_snapshot_buf() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
H A D | sync-ops.h | 25 #define SYNC_OP_4(op) \ argument 39 #define SYNC_OP_8(op) \ argument
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_seq_file.c | 141 _seq_open_without_sbuf(struct linux_file *f, const struct seq_operations *op) in _seq_open_without_sbuf() 155 seq_open(struct linux_file *f, const struct seq_operations *op) in seq_open() 167 __seq_open_private(struct linux_file *f, const struct seq_operations *op, int size) in __seq_open_private() 192 struct seq_operations *op; in _single_open_without_sbuf() local 263 const struct seq_operations *op; in single_release() local
|
/freebsd/sys/i386/i386/ |
H A D | db_trace.c | 85 db_frame(struct db_variable *vp, db_expr_t *valuep, int op) in db_frame() 101 db_frame_seg(struct db_variable *vp, db_expr_t *valuep, int op) in db_frame_seg() 137 db_esp(struct db_variable *vp, db_expr_t *valuep, int op) in db_esp() 151 db_gs(struct db_variable *vp, db_expr_t *valuep, int op) in db_gs() 171 db_ss(struct db_variable *vp, db_expr_t *valuep, int op) in db_ss()
|
/freebsd/sys/netgraph/bluetooth/l2cap/ |
H A D | ng_l2cap_ulpi.c | 167 ng_l2cap_l2ca_con_op *op = NULL; in ng_l2cap_l2ca_con_rsp() local 341 ng_l2cap_l2ca_enc_chg_op *op = NULL; in ng_l2cap_l2ca_encryption_change() local 393 ng_l2cap_l2ca_con_rsp_op *op = NULL; in ng_l2cap_l2ca_con_rsp_rsp() local 584 ng_l2cap_l2ca_cfg_op *op = NULL; in ng_l2cap_l2ca_cfg_rsp() local 744 ng_l2cap_l2ca_cfg_rsp_op *op = NULL; in ng_l2cap_l2ca_cfg_rsp_rsp() local 938 ng_l2cap_l2ca_write_op *op = NULL; in ng_l2cap_l2ca_write_rsp() local 1332 ng_l2cap_l2ca_discon_op *op = NULL; in ng_l2cap_l2ca_discon_rsp() local 1561 ng_l2cap_l2ca_ping_op *op = NULL; in ng_l2cap_l2ca_ping_rsp() local 1682 ng_l2cap_l2ca_get_info_op *op = NULL; in ng_l2cap_l2ca_get_info_rsp() local
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_grammar.y | 34 #define OP1(op, c) dt_node_op1(op, c) argument 35 #define OP2(op, l, r) dt_node_op2(op, l, r) argument
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/ |
H A D | bridge_port.c | 345 uint sub, uint iidx __unused, enum snmp_op op) in op_dot1d_base_port() 417 uint sub, uint iidx __unused, enum snmp_op op) in op_dot1d_stp_port() 575 uint sub, uint iidx __unused, enum snmp_op op) in op_dot1d_stp_ext_port() 716 uint sub, uint iidx __unused, enum snmp_op op) in op_dot1d_tp_port() 1075 uint sub, uint iidx __unused, enum snmp_op op) in op_begemot_base_port() 1194 uint sub, uint iidx __unused, enum snmp_op op) in op_begemot_stp_port() 1337 uint sub, uint iidx __unused, enum snmp_op op) in op_begemot_stp_ext_port() 1462 uint sub, uint iidx __unused, enum snmp_op op) in op_begemot_tp_port()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | wlan_snmp.c | 218 uint32_t iidx __unused, enum snmp_op op) in op_wlan_iface() 445 uint32_t sub, uint32_t iidx __unused, enum snmp_op op) in op_wlan_if_parent() 488 uint32_t sub, uint32_t iidx __unused, enum snmp_op op) in op_wlan_iface_config() 877 uint32_t iidx __unused, enum snmp_op op) in op_wlan_if_peer() 963 uint32_t sub, uint32_t iidx __unused, enum snmp_op op) in op_wlan_channels() 1031 uint32_t sub, uint32_t iidx __unused, enum snmp_op op) in op_wlan_roam_params() 1078 uint32_t sub, uint32_t iidx __unused, enum snmp_op op) in op_wlan_tx_params() 1182 uint32_t sub, uint32_t iidx __unused, enum snmp_op op) in op_wlan_scan_config() 1290 uint32_t sub, uint32_t iidx __unused, enum snmp_op op) in op_wlan_scan_results() 1349 uint32_t sub, uint32_t iidx __unused, enum snmp_op op) in op_wlan_iface_stats() [all …]
|