Home | History | Annotate | Download | only in i18n

Lines Matching refs:bufa

936   decNumber bufa[D2N(DECBUFFER+1)];/* +1 in case DECBUFFER=0  */
937 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
949 a=bufa;
951 if (needbytes>sizeof(bufa)) { /* need malloc space */
1115 decNumber bufa[D2N(DECBUFFER*2+1)];
1116 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
1142 acc=bufa; /* may fit */
1144 if (needbytes>sizeof(bufa)) { /* need malloc space */
1408 decNumber bufa[D2N(DECBUFFER+2)];
1409 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
1410 decNumber *a=bufa; /* temporary a */
1477 if (needbytes>sizeof(bufa)) { /* need malloc space */
2834 bufa[D2N(DECBUFFER+2)];
2838 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
2841 decNumber *a=bufa; /* approximation to result */
2917 if (needbytes>(Int)sizeof(bufa)) { /* [same applies to b] */
5267 decNumber bufa[D2N(DECBUFFER*4+18+1)];
5268 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
5269 decNumber *a=bufa; /* accumulator */
5408 if (needbytes>sizeof(bufa)) { /* need malloc space */
5617 decNumber bufa[D2N(DECBUFFER+12)];
5618 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
5619 decNumber *a=bufa; /* accumulator/work */
5621 decNumber *allocbufb=NULL; /* -> allocated bufa, iff allocated */
5689 if (needbytes>sizeof(bufa)) { /* need malloc space */