Searched defs:yyformat (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.cpp1025 const char *yyformat = YY_NULL; local
1026 /* Arguments of yyformat. */
1100 yyformat = S; \
1112 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1133 while ((*yyp = *yyformat) != '\0')
1134 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1137 yyformat += 2;
1142 yyformat++;
/external/elfutils/0.153/src/
H A Dldscript.c1192 const char *yyformat = 0; local
1193 /* Arguments of yyformat. */
1265 yyformat = S; \
1276 yysize1 = yysize + yystrlen (yyformat);
1296 while ((*yyp = *yyformat) != '\0')
1297 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1300 yyformat += 2;
1305 yyformat++;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-bison.c1055 const char *yyformat = 0; local
1056 /* Arguments of yyformat. */
1128 yyformat = S; \
1139 yysize1 = yysize + yystrlen (yyformat);
1159 while ((*yyp = *yyformat) != '\0')
1160 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1163 yyformat += 2;
1168 yyformat++;
H A Dpmu-bison.c945 const char *yyformat = 0; local
946 /* Arguments of yyformat. */
1018 yyformat = S; \
1029 yysize1 = yysize + yystrlen (yyformat);
1049 while ((*yyp = *yyformat) != '\0')
1050 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1053 yyformat += 2;
1058 yyformat++;
/external/bison/src/
H A Dparse-gram.c1697 const char *yyformat = YY_NULL; local
1698 /* Arguments of yyformat. */
1772 yyformat = S; \
1783 yysize1 = yysize + yystrlen (yyformat);
1803 while ((*yyp = *yyformat) != '\0')
1804 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1807 yyformat += 2;
1812 yyformat++;
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_tab.cpp2072 const char *yyformat = YY_NULL; local
2073 /* Arguments of yyformat. */
2147 yyformat = S; \
2159 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
2180 while ((*yyp = *yyformat) != '\0')
2181 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
2184 yyformat += 2;
2189 yyformat++;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-parse.c1415 const char *yyformat = 0; local
1416 /* Arguments of yyformat. */
1488 yyformat = S; \
1499 yysize1 = yysize + yystrlen (yyformat);
1519 while ((*yyp = *yyformat) != '\0')
1520 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1523 yyformat += 2;
1528 yyformat++;
H A Dglsl_parser.cc2520 const char *yyformat = 0; local
2521 /* Arguments of yyformat. */
2593 yyformat = S; \
2604 yysize1 = yysize + yystrlen (yyformat);
2624 while ((*yyp = *yyformat) != '\0')
2625 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
2628 yyformat += 2;
2633 yyformat++;
/external/elfutils/0.153/libcpu/
H A Di386_parse.c1184 const char *yyformat = 0; local
1185 /* Arguments of yyformat. */
1257 yyformat = S; \
1268 yysize1 = yysize + yystrlen (yyformat);
1288 while ((*yyp = *yyformat) != '\0')
1289 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1292 yyformat += 2;
1297 yyformat++;
/external/libpcap/
H A Dgrammar.c1806 const char *yyformat = 0; local
1807 /* Arguments of yyformat. */
1879 yyformat = S; \
1890 yysize1 = yysize + yystrlen (yyformat);
1910 while ((*yyp = *yyformat) != '\0')
1911 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1914 yyformat += 2;
1919 yyformat++;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c1813 const char *yyformat = 0; local
1814 /* Arguments of yyformat. */
1886 yyformat = S; \
1897 yysize1 = yysize + yystrlen (yyformat);
1917 while ((*yyp = *yyformat) != '\0')
1918 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1921 yyformat += 2;
1926 yyformat++;

Completed in 200 milliseconds