Home | History | Annotate | Download | only in i18n

Lines Matching defs:bufa

951   decNumber bufa[D2N(DECBUFFER+1)];/* +1 in case DECBUFFER=0  */
952 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
964 a=bufa;
966 if (needbytes>sizeof(bufa)) { /* need malloc space */
1130 decNumber bufa[D2N(DECBUFFER*2+1)];
1131 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
1157 acc=bufa; /* may fit */
1159 if (needbytes>sizeof(bufa)) { /* need malloc space */
1423 decNumber bufa[D2N(DECBUFFER+2)];
1424 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
1425 decNumber *a=bufa; /* temporary a */
1492 if (needbytes>sizeof(bufa)) { /* need malloc space */
2849 decNumber bufa[D2N(DECBUFFER+2)];
2853 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
2856 decNumber *a=bufa; /* approximation to result */
2932 if (needbytes>(Int)sizeof(bufa)) { /* [same applies to b] */
5288 decNumber bufa[D2N(DECBUFFER*4+18+1)];
5289 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
5290 decNumber *a=bufa; /* accumulator */
5429 if (needbytes>sizeof(bufa)) { /* need malloc space */
5638 decNumber bufa[D2N(DECBUFFER+12)];
5639 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
5640 decNumber *a=bufa; /* accumulator/work */
5642 decNumber *allocbufb=NULL; /* -> allocated bufa, iff allocated */
5710 if (needbytes>sizeof(bufa)) { /* need malloc space */