Home | History | Annotate | Download | only in fb

Lines Matching defs: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)) {
260 if (!ParseString(line.c_str(), tokens, max_count, ": =\n", &token_count)) {
283 char *tokens_fmt[max_count] = { NULL };
285 if (!ParseString(tokens[j+1], tokens_fmt, max_count, ",\n", &token_fmt_count)) {
371 const uint32_t max_count = 10;
372 char *tokens[max_count] = { NULL };
377 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {