OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocinv
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c
1949
decNumber *
allocinv
=NULL; /* -> allocated 1/x buffer, iff used */
local
2183
allocinv
=(decNumber *)malloc(needbytes);
2184
if (
allocinv
==NULL) { /* hopeless -- abandon */
2187
inv=
allocinv
; /* use the allocated space */
2257
free(
allocinv
); /* .. */
/src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c
1949
decNumber *
allocinv
=NULL; /* -> allocated 1/x buffer, iff used */
local
2183
allocinv
=(decNumber *)malloc(needbytes);
2184
if (
allocinv
==NULL) { /* hopeless -- abandon */
2187
inv=
allocinv
; /* use the allocated space */
2257
free(
allocinv
); /* .. */
/src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c
1949
decNumber *
allocinv
=NULL; /* -> allocated 1/x buffer, iff used */
local
2183
allocinv
=(decNumber *)malloc(needbytes);
2184
if (
allocinv
==NULL) { /* hopeless -- abandon */
2187
inv=
allocinv
; /* use the allocated space */
2257
free(
allocinv
); /* .. */
/src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c
1949
decNumber *
allocinv
=NULL; /* -> allocated 1/x buffer, iff used */
local
2183
allocinv
=(decNumber *)malloc(needbytes);
2184
if (
allocinv
==NULL) { /* hopeless -- abandon */
2187
inv=
allocinv
; /* use the allocated space */
2257
free(
allocinv
); /* .. */
Completed in 46 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026