Searched refs:allocacc (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c3814 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 134 milliseconds