Home
last modified time | relevance | path

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

/trueos/contrib/byacc/test/yacc/
HDcode_calc.tab.c58 const YYINT calc_check[] = { 40, variable
HDcalc.tab.c86 #define yycheck calc_check
211 static const YYINT calc_check[] = { 40, variable
HDpure_calc.tab.c86 #define yycheck calc_check
221 static const YYINT calc_check[] = { 40, variable
HDcode_calc.code.c86 #define yycheck calc_check
/trueos/contrib/byacc/test/btyacc/
HDcode_calc.tab.c75 const YYINT calc_check[] = { 40, variable
HDpure_calc.tab.c93 #define yycheck calc_check
255 static const YYINT calc_check[] = { 40, variable
HDcalc.tab.c93 #define yycheck calc_check
245 static const YYINT calc_check[] = { 40, variable
HDcode_calc.code.c93 #define yycheck calc_check
/trueos/sys/netinet/
HDsctp_input.c5645 uint32_t check, calc_check; in sctp_common_input_processing() local
5649 calc_check = sctp_calculate_cksum(m, iphlen); in sctp_common_input_processing()
5651 if (calc_check != check) { in sctp_common_input_processing()
5653 calc_check, check, (void *)m, length, iphlen); in sctp_common_input_processing()