Searched refs:prefix_count (Results 1 – 3 of 3) sorted by relevance
106 prefix_count = {}109 prefix_count[p] = prefix_count.get(p, 0) + 1110 self.assertEqual({"outer_mean": 2, "mean": 2}, prefix_count)
267 unsigned int prefix_count; in VASNPRINTF() local566 prefix_count = 0; in VASNPRINTF()571 prefixes[prefix_count++] = a.arg[dp->width_arg_index].a.a_int; in VASNPRINTF()577 prefixes[prefix_count++] = a.arg[dp->precision_arg_index].a.a_int; in VASNPRINTF()599 switch (prefix_count) \ in VASNPRINTF()619 switch (prefix_count) \ in VASNPRINTF()
1397 jint prefix_count,2349 jvmtiError SetNativeMethodPrefixes(jint prefix_count, in SetNativeMethodPrefixes()2351 return functions->SetNativeMethodPrefixes(this, prefix_count, prefixes); in SetNativeMethodPrefixes()