OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thousands_sep_len
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libquadmath/printf/
printf_fp.c
1165
size_t
thousands_sep_len
;
1178
thousands_sep_len
= 0;
1180
thousands_sep_len
= strlen (thousands_sep);
1183
+ ngroups *
thousands_sep_len
);
1206
memcpy (cp, thousands_sep,
thousands_sep_len
), cp +=
thousands_sep_len
;
1163
size_t
thousands_sep_len
;
local
/src/external/gpl3/gcc.old/dist/libquadmath/printf/
printf_fp.c
1165
size_t
thousands_sep_len
;
1178
thousands_sep_len
= 0;
1180
thousands_sep_len
= strlen (thousands_sep);
1183
+ ngroups *
thousands_sep_len
);
1206
memcpy (cp, thousands_sep,
thousands_sep_len
), cp +=
thousands_sep_len
;
1163
size_t
thousands_sep_len
;
local
Completed in 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026