Home | History | Annotate | Download | only in fb

Lines Matching defs:max_count

103   const uint32_t max_count = kBwModeMax;
104 char *tokens[max_count] = { NULL };
107 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
151 const uint32_t max_count = 256;
152 char *tokens[max_count] = { NULL };
156 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
249 if (!ParseString(line.c_str(), tokens, max_count, ": =\n", &token_count)) {
272 char *tokens_fmt[max_count] = { NULL };
274 if (!ParseString(tokens[j+1], tokens_fmt, max_count, ",\n", &token_fmt_count)) {
363 const uint32_t max_count = 10;
364 char *tokens[max_count] = { NULL };
369 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
411 const uint32_t max_count = 10;
412 char *tokens[max_count] = { NULL };
415 if (!ParseString(caps.c_str(), tokens, max_count, ":, =\n", &token_count)) {