Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_grammar.c824 YYSIZE_T yyi; \
825 for (yyi = 0; yyi < (Count); yyi++) \
826 (Dst)[yyi] = (Src)[yyi]; \
1441 int yyi; in yy_reduce_print() local
1445 for (yyi = 0; yyi < yynrhs; yyi++) in yy_reduce_print()
1447 YYFPRINTF (stderr, " $%d = ", yyi + 1); in yy_reduce_print()
1449 yystos[yyssp[yyi + 1 - yynrhs]], in yy_reduce_print()
1450 &(yyvsp[(yyi + 1) - (yynrhs)]) in yy_reduce_print()
1695 int yyi = 0; in yysyntax_error() local
1697 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
[all …]