OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocacc
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c
3814
Unit *
allocacc
=NULL; /* -> allocated acc buffer, iff allocated */
local
4038
allocacc
=(Unit *)malloc(need*sizeof(Unit));
4039
if (
allocacc
==NULL) { /* hopeless -- abandon */
4042
acc=
allocacc
;
4133
free(
allocacc
); /* drop any storage used */
4220
Unit *
allocacc
=NULL; /* -> allocated buffer, iff allocated */
local
4401
allocacc
=(Unit *)malloc(acclength*sizeof(Unit));
4402
if (
allocacc
==NULL) { /* hopeless -- abandon */
4405
acc=
allocacc
; /* use the allocated space */
4786
free(
allocacc
); /* .. *
4840
void *
allocacc
=NULL; \/* -> allocated accumulator, iff allocated *\/
local
6231
Unit *
allocacc
=NULL; \/* -> allocated acc buffer, iff allocated *\/
local
[
all
...]
/src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c
3814
Unit *
allocacc
=NULL; /* -> allocated acc buffer, iff allocated */
local
4038
allocacc
=(Unit *)malloc(need*sizeof(Unit));
4039
if (
allocacc
==NULL) { /* hopeless -- abandon */
4042
acc=
allocacc
;
4133
free(
allocacc
); /* drop any storage used */
4220
Unit *
allocacc
=NULL; /* -> allocated buffer, iff allocated */
local
4401
allocacc
=(Unit *)malloc(acclength*sizeof(Unit));
4402
if (
allocacc
==NULL) { /* hopeless -- abandon */
4405
acc=
allocacc
; /* use the allocated space */
4786
free(
allocacc
); /* .. *
4840
void *
allocacc
=NULL; \/* -> allocated accumulator, iff allocated *\/
local
6231
Unit *
allocacc
=NULL; \/* -> allocated acc buffer, iff allocated *\/
local
[
all
...]
/src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c
3814
Unit *
allocacc
=NULL; /* -> allocated acc buffer, iff allocated */
local
4038
allocacc
=(Unit *)malloc(need*sizeof(Unit));
4039
if (
allocacc
==NULL) { /* hopeless -- abandon */
4042
acc=
allocacc
;
4133
free(
allocacc
); /* drop any storage used */
4220
Unit *
allocacc
=NULL; /* -> allocated buffer, iff allocated */
local
4401
allocacc
=(Unit *)malloc(acclength*sizeof(Unit));
4402
if (
allocacc
==NULL) { /* hopeless -- abandon */
4405
acc=
allocacc
; /* use the allocated space */
4786
free(
allocacc
); /* .. *
4840
void *
allocacc
=NULL; \/* -> allocated accumulator, iff allocated *\/
local
6231
Unit *
allocacc
=NULL; \/* -> allocated acc buffer, iff allocated *\/
local
[
all
...]
/src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c
3814
Unit *
allocacc
=NULL; /* -> allocated acc buffer, iff allocated */
local
4038
allocacc
=(Unit *)malloc(need*sizeof(Unit));
4039
if (
allocacc
==NULL) { /* hopeless -- abandon */
4042
acc=
allocacc
;
4133
free(
allocacc
); /* drop any storage used */
4220
Unit *
allocacc
=NULL; /* -> allocated buffer, iff allocated */
local
4401
allocacc
=(Unit *)malloc(acclength*sizeof(Unit));
4402
if (
allocacc
==NULL) { /* hopeless -- abandon */
4405
acc=
allocacc
; /* use the allocated space */
4786
free(
allocacc
); /* .. *
4840
void *
allocacc
=NULL; \/* -> allocated accumulator, iff allocated *\/
local
6231
Unit *
allocacc
=NULL; \/* -> allocated acc buffer, iff allocated *\/
local
[
all
...]
Completed in 64 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026