Home
last modified time | relevance | path

Searched refs:allocdac (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/libdecnumber/
H A DdecNumber.c2110 decNumber *allocdac=NULL; /* -> allocated acc buffer, iff used */ in decNumberPower() local
2298 allocdac=(decNumber *)malloc(needbytes); in decNumberPower()
2299 if (allocdac==NULL) { /* hopeless -- abandon */ in decNumberPower()
2302 dac=allocdac; /* use the allocated space */ in decNumberPower()
2418 if (allocdac!=NULL) free(allocdac); /* drop any storage used */ in decNumberPower()