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)) {
253 if (!ParseString(line.c_str(), tokens, max_count, ": =\n", &token_count)) {
276 char *tokens_fmt[max_count] = { NULL };
278 if (!ParseString(tokens[j+1], tokens_fmt, max_count, ",\n", &token_fmt_count)) {
368 const uint32_t max_count = 10;
369 char *tokens[max_count] = { NULL };
374 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
416 const uint32_t max_count = 10;
417 char *tokens[max_count] = { NULL };
420 if (!ParseString(caps.c_str(), tokens, max_count, ":, =\n", &token_count)) {