OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:a_allocated
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-runtime/intl/
printf-parse.c
66
size_t
a_allocated
; /* allocated elements of a->arg */
local
78
a_allocated
= 0;
84
if (n >=
a_allocated
) \
89
a_allocated
= xtimes (
a_allocated
, 2); \
90
if (
a_allocated
<= n) \
91
a_allocated
= xsum (n, 1); \
92
memory_size = xtimes (
a_allocated
, sizeof (argument)); \
/src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
printf-parse.c
66
size_t
a_allocated
; /* allocated elements of a->arg */
local
78
a_allocated
= 0;
84
if (n >=
a_allocated
) \
89
a_allocated
= xtimes (
a_allocated
, 2); \
90
if (
a_allocated
<= n) \
91
a_allocated
= xsum (n, 1); \
92
memory_size = xtimes (
a_allocated
, sizeof (argument)); \
/src/external/gpl2/texinfo/dist/intl/
printf-parse.c
70
size_t
a_allocated
; /* allocated elements of a->arg */
local
82
a_allocated
= 0;
88
if (n >=
a_allocated
) \
93
a_allocated
= xtimes (
a_allocated
, 2); \
94
if (
a_allocated
<= n) \
95
a_allocated
= xsum (n, 1); \
96
memory_size = xtimes (
a_allocated
, sizeof (argument)); \
/src/external/gpl2/xcvs/dist/lib/
printf-parse.c
70
size_t
a_allocated
; /* allocated elements of a->arg */
local
82
a_allocated
= 0;
88
if (n >=
a_allocated
) \
93
a_allocated
= xtimes (
a_allocated
, 2); \
94
if (
a_allocated
<= n) \
95
a_allocated
= xsum (n, 1); \
96
memory_size = xtimes (
a_allocated
, sizeof (argument)); \
/src/sys/fs/ntfs/
ntfs.h
98
u_int64_t
a_allocated
;
member in struct:attr::__anon6825::__anon6827
Completed in 15 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026