OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wbuffer_to_alloc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libquadmath/printf/
printf_fp.c
889
size_t
wbuffer_to_alloc
= (2 + chars_needed) * sizeof (wchar_t);
890
buffer_malloced =
wbuffer_to_alloc
>= 4096;
893
wbuffer = (wchar_t *) malloc (
wbuffer_to_alloc
);
899
wbuffer = (wchar_t *) alloca (
wbuffer_to_alloc
);
887
size_t
wbuffer_to_alloc
= (2 + chars_needed) * sizeof (wchar_t);
local
/src/external/gpl3/gcc.old/dist/libquadmath/printf/
printf_fp.c
889
size_t
wbuffer_to_alloc
= (2 + chars_needed) * sizeof (wchar_t);
890
buffer_malloced =
wbuffer_to_alloc
>= 4096;
893
wbuffer = (wchar_t *) malloc (
wbuffer_to_alloc
);
899
wbuffer = (wchar_t *) alloca (
wbuffer_to_alloc
);
887
size_t
wbuffer_to_alloc
= (2 + chars_needed) * sizeof (wchar_t);
local
Completed in 42 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026