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

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c931 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
946 allocbufa=(decNumber *)malloc(needbytes);
947 if (allocbufa==NULL) { /* hopeless -- abandon */
950 a=allocbufa; /* use the allocated space */
973 free(allocbufa); /* drop any storage used */
1110 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
1139 allocbufa=(decNumber *)malloc(needbytes);
1140 if (allocbufa==NULL) { /* hopeless -- abandon */
1143 acc=allocbufa; /* use the allocated space */
1172 free(allocbufa); /* dro
1399 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
2821 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
5248 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
5594 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */ local
[all...]

Completed in 95 milliseconds