Home | History | Annotate | Download | only in fb

Lines Matching refs:max_count

124   const uint32_t max_count = kBwModeMax;
125 char *tokens[max_count] = { NULL };
128 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
166 const uint32_t max_count = 256;
167 char *tokens[max_count] = { NULL };
171 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
258 if (!ParseString(line.c_str(), tokens, max_count, ": =\n", &token_count)) {
281 char *tokens_fmt[max_count] = { NULL };
283 if (!ParseString(tokens[j+1], tokens_fmt, max_count, ",\n", &token_fmt_count)) {
369 const uint32_t max_count = 10;
370 char *tokens[max_count] = { NULL };
375 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {