Home | History | Annotate | Download | only in fb

Lines Matching refs: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)) {
247 if (!ParseString(line.c_str(), tokens, max_count, ": =\n", &token_count)) {
270 char *tokens_fmt[max_count] = { NULL };
272 if (!ParseString(tokens[j+1], tokens_fmt, max_count, ",\n", &token_fmt_count)) {
361 const uint32_t max_count = 10;
362 char *tokens[max_count] = { NULL };
367 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
409 const uint32_t max_count = 10;
410 char *tokens[max_count] = { NULL };
413 if (!ParseString(caps.c_str(), tokens, max_count, ":, =\n", &token_count)) {