Home
last modified time | relevance | path

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

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