Searched refs:calc_check (Results 1 – 9 of 9) sorted by relevance
| /freebsd-10-stable/contrib/byacc/test/yacc/ |
| D | code_calc.tab.c | 58 const YYINT calc_check[] = { 40, variable
|
| D | pure_calc.tab.c | 86 #define yycheck calc_check 221 static const YYINT calc_check[] = { 40, variable
|
| D | calc.tab.c | 86 #define yycheck calc_check 211 static const YYINT calc_check[] = { 40, variable
|
| D | code_calc.code.c | 86 #define yycheck calc_check
|
| /freebsd-10-stable/contrib/byacc/test/btyacc/ |
| D | code_calc.tab.c | 75 const YYINT calc_check[] = { 40, variable
|
| D | calc.tab.c | 93 #define yycheck calc_check 245 static const YYINT calc_check[] = { 40, variable
|
| D | pure_calc.tab.c | 93 #define yycheck calc_check 255 static const YYINT calc_check[] = { 40, variable
|
| D | code_calc.code.c | 93 #define yycheck calc_check
|
| /freebsd-10-stable/sys/netinet/ |
| D | sctp_input.c | 5679 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()
|