| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | acexcep.h | 173 #define EXCEP_ENV(code) ((ACPI_STATUS) (code | AE_CODE_ENVIRONMENTAL)) argument 174 #define EXCEP_PGM(code) ((ACPI_STATUS) (code | AE_CODE_PROGRAMMER)) argument 175 #define EXCEP_TBL(code) ((ACPI_STATUS) (code | AE_CODE_ACPI_TABLES)) argument 176 #define EXCEP_AML(code) ((ACPI_STATUS) (code | AE_CODE_AML)) argument 177 #define EXCEP_CTL(code) ((ACPI_STATUS) (code | AE_CODE_CONTROL)) argument 202 #define ACPI_SUCCESS(a) (!(a)) argument 203 #define ACPI_FAILURE(a) (a) argument
|
| /f-stack/dpdk/lib/librte_eal/windows/include/ |
| H A D | rte_os.h | 30 #define strerror_r(a, b, c) strerror_s(b, c, a) argument 37 #define index(a, b) strchr(a, b) argument 38 #define rindex(a, b) strrchr(a, b) argument 84 eal_strerror(int code) in eal_strerror()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_script.c | 62 ngx_http_script_code_pt code; in ngx_http_complex_value() local 309 ngx_array_t **a; in ngx_http_set_predicate_slot() local 520 ngx_http_script_code_pt code; in ngx_http_script_run() local 630 uintptr_t *code; in ngx_http_script_done() local 715 ngx_http_script_copy_code_t *code; in ngx_http_script_add_copy_code() local 756 ngx_http_script_copy_code_t *code; in ngx_http_script_copy_len_code() local 793 ngx_http_script_var_code_t *code; in ngx_http_script_add_var_code() local 838 ngx_http_script_var_code_t *code; in ngx_http_script_copy_var_len_code() local 864 ngx_http_script_var_code_t *code; in ngx_http_script_copy_var_code() local 894 uintptr_t *code; in ngx_http_script_add_args_code() local [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | vdev_raidz_impl.h | 203 #define _RAIDZ_GEN_WRAP(code, impl) \ argument 217 #define _RAIDZ_REC_WRAP(code, impl) \ argument 315 vdev_raidz_exp2(const uint8_t a, const unsigned exp) in vdev_raidz_exp2() 336 gf_mul(const gf_t a, const gf_t b) in gf_mul() 349 gf_div(const gf_t a, const gf_t b) in gf_div() 364 gf_inv(const gf_t a) in gf_inv()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | print.c | 76 const Instruction* code=f->code; in PrintCode() local 82 int a=GETARG_A(i); in PrintCode() local
|
| /f-stack/freebsd/netinet6/ |
| H A D | icmp6.c | 170 icmp6_errcount(int type, int code) in icmp6_errcount() 230 icmp6_error2(struct mbuf *m, int type, int code, int param, in icmp6_error2() 259 icmp6_error(struct mbuf *m, int type, int code, int param) in icmp6_error() 404 int code, error, icmp6len, ip6len, noff, off, sum; in icmp6_input() local 895 icmp6_notify_error(struct mbuf **mp, int off, int icmp6len, int code) in icmp6_notify_error() 1593 ni6_dnsmatch(const char *a, int alen, const char *b, int blen) in ni6_dnsmatch() 2047 int type, code, hlim; in icmp6_reflect() local 2791 const int code) in icmp6_ratelimit()
|
| /f-stack/tools/ipfw/ |
| H A D | ipv6.c | 78 print_unreach6_code(struct buf_pr *bp, uint16_t code) in print_unreach6_code() 96 const struct in6_addr *a = &(cmd->addr6); in print_ip6() local
|
| H A D | ipfw2.c | 1008 uint16_t a, b, *p = cmd->ports; in fill_newports() local 1058 char *s = av, *a; in fill_dscp() local 1059 int code; in fill_dscp() local 1132 print_reject_code(struct buf_pr *bp, uint16_t code) in print_reject_code() 1379 const char *code; in print_dscp() local 2282 struct in_addr a; in show_dyn_state() local 3235 int a = strtol(av, &s, 0); in fill_ip() local 3734 struct in6_addr a; in add_src() local 3765 struct in6_addr a; in add_dst() local 4161 int code; in compile_rule() local [all …]
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_resolver.c | 1706 ngx_uint_t i, times, ident, qident, flags, code, nqs, nan, trunc, in ngx_resolver_process_response() local 1883 ngx_uint_t ident, ngx_uint_t code, ngx_uint_t qtype, in ngx_resolver_process_a() 1893 ngx_uint_t type, class, qident, naddrs, a, i, j, start; in ngx_resolver_process_a() local 2538 ngx_uint_t ident, ngx_uint_t code, ngx_uint_t nan, in ngx_resolver_process_srv() 2547 ngx_uint_t type, qident, class, start, nsrvs, a, i, j; in ngx_resolver_process_srv() local 3052 ngx_uint_t ident, ngx_uint_t code, ngx_uint_t nan) in ngx_resolver_process_ptr() 3060 ngx_uint_t mask, type, class, qident, a, i, start; in ngx_resolver_process_ptr() local
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw2.c | 863 map_icmp_unreach(int code) in map_icmp_unreach() 889 send_reject6(struct ip_fw_args *args, int code, u_int hlen, struct ip6_hdr *ip6) in send_reject6() 998 send_reject(struct ip_fw_args *args, int code, int iplen, struct ip *ip) in send_reject() 2152 uint32_t a = in ipfw_chk() local 3100 uint16_t code; in ipfw_chk() local
|
| H A D | ip_fw_sockopt.c | 3147 const struct opcode_obj_rewrite *a, *b; in compare_opcodes() local 3394 const struct ipfw_sopt_handler *a, *b; in compare_sh() local 3427 find_sh(uint16_t code, uint8_t version, sopt_handler_f *handler) in find_sh() 4527 ipfw_objhash_same_name(struct namedobj_instance *ni, struct named_object *a, in ipfw_objhash_same_name()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf.c | 162 int code; member 396 pf_addr_cmp(struct pf_addr *a, struct pf_addr *b, sa_family_t af) in pf_addr_cmp() 1860 u_int32_t a = ntohl(addr->addr32[0]); in pf_print_host() local 2246 pf_change_a(void *a, u_int16_t *c, u_int32_t an, u_int8_t u) in pf_change_a() 2716 pf_send_icmp(struct mbuf *m, u_int8_t type, u_int8_t code, sa_family_t af, in pf_send_icmp() 2775 pf_match_addr(u_int8_t n, struct pf_addr *a, struct pf_addr *m, in pf_match_addr() 2820 struct pf_addr *a, sa_family_t af) in pf_match_addr_range() 3335 struct pf_krule *r, *a = NULL; in pf_test_rule() local 3967 struct pf_krule *r, *a = NULL; in pf_test_fragment() local 5905 struct pf_krule *a = NULL, *r = &V_pf_default_rule, *tr, *nr; in pf_test() local [all …]
|
| /f-stack/tools/compat/include/net/ |
| H A D | pfvar.h | 55 #define PF_AEQ(a, b, c) \ argument 62 #define PF_ANEQ(a, b, c) \ argument 69 #define PF_AZERO(a, c) \ argument 80 #define PF_AINC(a, f) \ argument 92 #define PF_AEQ(a, b, c) \ argument 104 #define PF_AZERO(a, c) \ argument 116 #define PF_AINC(a, f) \ argument 127 #define PF_AEQ(a, b, c) \ argument 133 #define PF_AZERO(a, c) \ argument 142 #define PF_AINC(a, f) \ argument [all …]
|
| /f-stack/freebsd/net/ |
| H A D | pfvar.h | 167 #define PF_AEQ(a, b, c) \ argument 174 #define PF_ANEQ(a, b, c) \ argument 181 #define PF_AZERO(a, c) \ argument 192 #define PF_AINC(a, f) \ argument 204 #define PF_AEQ(a, b, c) \ argument 216 #define PF_AZERO(a, c) \ argument 228 #define PF_AINC(a, f) \ argument 239 #define PF_AEQ(a, b, c) \ argument 245 #define PF_AZERO(a, c) \ argument 254 #define PF_AINC(a, f) \ argument [all …]
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v03.c | 591 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() 593 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName() 1172 static unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() 1178 static short FSE_abs(short a) in FSE_abs() 1517 static unsigned HUF_isError(size_t code) { return ERR_isError(code); } in HUF_isError() 2375 #define MAX(a,b) ((a)<(b)?(b):(a)) argument 2439 static unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } in ZSTD_isError() 3130 unsigned ZSTDv03_isError(size_t code) in ZSTDv03_isError()
|
| H A D | zstd_v05.c | 438 #define MIN(a,b) ((a)<(b) ? (a) : (b)) argument 439 #define MAX(a,b) ((a)>(b) ? (a) : (b)) argument 1275 unsigned FSEv05_isError(size_t code) { return ERR_isError(code); } in FSEv05_isError() 1277 const char* FSEv05_getErrorName(size_t code) { return ERR_getErrorName(code); } in FSEv05_getErrorName() 1283 static short FSEv05_abs(short a) { return a<0 ? -a : a; } in FSEv05_abs() 1779 unsigned HUFv05_isError(size_t code) { return ERR_isError(code); } in HUFv05_isError() 1780 const char* HUFv05_getErrorName(size_t code) { return ERR_getErrorName(code); } in HUFv05_getErrorName() 2633 unsigned ZSTDv05_isError(size_t code) { return ERR_isError(code); } in ZSTDv05_isError() 2638 const char* ZSTDv05_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTDv05_getErrorName()
|
| H A D | zstd_v02.c | 589 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() 591 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName() 1171 static unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() 1177 static short FSE_abs(short a) in FSE_abs() 1520 static unsigned HUF_isError(size_t code) { return ERR_isError(code); } in HUF_isError() 2734 #define MAX(a,b) ((a)<(b)?(b):(a)) argument 2798 static unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } in ZSTD_isError() 3488 unsigned ZSTDv02_isError(size_t code) in ZSTDv02_isError()
|
| H A D | zstd_v06.c | 451 #define MIN(a,b) ((a)<(b) ? (a) : (b)) argument 452 #define MAX(a,b) ((a)>(b) ? (a) : (b)) argument 1251 unsigned FSEv06_isError(size_t code) { return ERR_isError(code); } in FSEv06_isError() 1253 const char* FSEv06_getErrorName(size_t code) { return ERR_getErrorName(code); } in FSEv06_getErrorName() 1259 static unsigned HUFv06_isError(size_t code) { return ERR_isError(code); } in HUFv06_isError() 1265 static short FSEv06_abs(short a) { return a<0 ? -a : a; } in FSEv06_abs() 2720 unsigned ZSTDv06_isError(size_t code) { return ERR_isError(code); } in ZSTDv06_isError() 2724 const char* ZSTDv06_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTDv06_getErrorName()
|
| H A D | zstd_v07.c | 1193 unsigned FSEv07_isError(size_t code) { return ERR_isError(code); } in FSEv07_isError() 1195 const char* FSEv07_getErrorName(size_t code) { return ERR_getErrorName(code); } in FSEv07_getErrorName() 1201 unsigned HUFv07_isError(size_t code) { return ERR_isError(code); } in HUFv07_isError() 1203 const char* HUFv07_getErrorName(size_t code) { return ERR_getErrorName(code); } in HUFv07_getErrorName() 1209 static short FSEv07_abs(short a) { return (short)(a<0 ? -a : a); } in FSEv07_abs() 2618 unsigned ZSTDv07_isError(size_t code) { return ERR_isError(code); } in ZSTDv07_isError() 2622 const char* ZSTDv07_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTDv07_getErrorName() 2687 #define MIN(a,b) ((a)<(b) ? (a) : (b)) argument 2688 #define MAX(a,b) ((a)>(b) ? (a) : (b)) argument
|
| H A D | zstd_v04.c | 339 #define MIN(a,b) ((a)<(b) ? (a) : (b)) argument 340 #define MAX(a,b) ((a)>(b) ? (a) : (b)) argument 1149 static unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() 1155 static short FSE_abs(short a) in FSE_abs() 1677 static unsigned HUF_isError(size_t code) { return ERR_isError(code); } in HUF_isError() 2489 static unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } in ZSTD_isError()
|
| H A D | zstd_v01.c | 471 static unsigned FSE_isError(size_t code) { return (code > (size_t)(-FSE_ERROR_maxCode)); } in FSE_isError() 473 static short FSE_abs(short a) in FSE_abs() 1340 #define MAX(a,b) ((a)<(b)?(b):(a)) argument 1452 unsigned ZSTDv01_isError(size_t code) { return ERR_isError(code); } in ZSTDv01_isError()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctputil.c | 489 sctp_misc_ints(uint8_t from, uint32_t a, uint32_t b, uint32_t c, uint32_t d) in sctp_misc_ints() 4599 struct sockaddr_in6 a, b; in sctp_is_same_scope() local 4927 sctp_generate_cause(uint16_t code, char *info) in sctp_generate_cause() 7047 sctp_log_trace(uint32_t subsys, const char *str SCTP_UNUSED, uint32_t a, uint32_t b, uint32_t c, ui… in sctp_log_trace() 7169 uint8_t type, code; in sctp_recv_icmp_tunneled_packet() local 7277 uint8_t type, code; in sctp_recv_icmp6_tunneled_packet() local
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz.c | 934 uint8_t *p, *q, *pxy, *qxy, tmp, a, b, aexp, bexp; in vdev_raidz_reconstruct_pq() local 1392 int code = 0; in vdev_raidz_reconstruct_general() local 1530 int code; in vdev_raidz_reconstruct_row() local 2354 int code = 0; in vdev_raidz_io_done_reconstruct_known_missing() local
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uni_ie.c | 495 uni_print_ie_internal(enum uni_ietype code, const union uni_ieall *ie, in uni_print_ie_internal() 505 uni_print_ie(char *buf, size_t size, enum uni_ietype code, in uni_print_ie() 513 uni_check_ie(enum uni_ietype code, union uni_ieall *ie, struct unicx *cx) in uni_check_ie() 641 uni_encode_ie(enum uni_ietype code, struct uni_msg *msg, union uni_ieall *ie, in uni_encode_ie() 870 uni_diag(enum uni_cause cause, enum uni_coding code) in uni_diag() 3478 check_traffic(u_int mask, u_int mopt, struct tallow *a) in check_traffic()
|
| /f-stack/freebsd/contrib/zstd/doc/educational_decoder/ |
| H A D | zstd_decompress.c | 36 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument 37 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument 1949 const u16 code = rank_idx[bits[i]]; in HUF_init_dtable() local
|