Home
last modified time | relevance | path

Searched refs:calc_check (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/byacc/test/yacc/
Dcode_calc.tab.c58 const YYINT calc_check[] = { 40, variable
Dpure_calc.tab.c86 #define yycheck calc_check
221 static const YYINT calc_check[] = { 40, variable
Dcalc.tab.c86 #define yycheck calc_check
211 static const YYINT calc_check[] = { 40, variable
Dcode_calc.code.c86 #define yycheck calc_check
/freebsd-10-stable/contrib/byacc/test/btyacc/
Dcode_calc.tab.c75 const YYINT calc_check[] = { 40, variable
Dcalc.tab.c93 #define yycheck calc_check
245 static const YYINT calc_check[] = { 40, variable
Dpure_calc.tab.c93 #define yycheck calc_check
255 static const YYINT calc_check[] = { 40, variable
Dcode_calc.code.c93 #define yycheck calc_check
/freebsd-10-stable/sys/netinet/
Dsctp_input.c5679 uint32_t check, calc_check; in sctp_common_input_processing() local
5683 calc_check = sctp_calculate_cksum(m, iphlen); in sctp_common_input_processing()
5685 if (calc_check != check) { in sctp_common_input_processing()
5687 calc_check, check, (void *)m, length, iphlen); in sctp_common_input_processing()