Searched refs:component_len (Results 1 – 2 of 2) sorted by relevance
245 uint64_t component_len; in doubles2str() local247 component_len = 24LL + strlen(sep); in doubles2str()248 if (count >= (INT_MAX - 1)/component_len) in doubles2str()250 ap = av_malloc(component_len * count + 1); in doubles2str()256 unsigned l = snprintf(ap, component_len, "%.15g%s", dp[i], sep); in doubles2str()257 if(l >= component_len) { in doubles2str()
916 ptrdiff_t component_len = component_end - component; in componentcheck() local917 if (component_len == 0) { in componentcheck()929 if (0 < component_len && component_len <= 2 in componentcheck()931 int len = component_len; in componentcheck()937 if (0 < component_len && component[0] == '-') in componentcheck()940 if (component_len_max < component_len) in componentcheck()