Searched defs:bufa (Results 1 - 5 of 5) sorted by relevance

/external/qemu/slirp/
H A Dip_icmp.c222 { char bufa[20], bufb[20]; local
223 strcpy(bufa, inet_ntoa(ip->ip_src));
225 DEBUG_MISC((dfd, " %.16s to %.16s\n", bufa, bufb));
/external/qemu/slirp-android/
H A Dip_icmp.c224 { char bufa[20], bufb[20]; local
225 strcpy(bufa, inet_iptostr(ip_geth(ip->ip_src)));
227 DEBUG_MISC((dfd, " %.16s to %.16s\n", bufa, bufb));
/external/opencv/cv/src/
H A Dcvimgwarp.cpp2206 CvMat bufx, bufy, bufp, bufa; local
2214 bufa = cvMat( 1, dsize.width, CV_32F, buf + dsize.width*3 );
2228 cvCartToPolar( &bufx, &bufy, &bufp, &bufa );
2238 double phi = bufa.data.fl[x]*ascale;
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c949 decNumber bufa[D2N(DECBUFFER+1)];/* +1 in case DECBUFFER=0 */ local
950 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
962 a=bufa;
964 if (needbytes>sizeof(bufa)) { /* need malloc space */
1128 decNumber bufa[D2N(DECBUFFER*2+1)]; local
1129 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
1155 acc=bufa; /* may fit */
1157 if (needbytes>sizeof(bufa)) { /* need malloc space */
1421 decNumber bufa[D2N(DECBUFFER+2)]; local
1422 decNumber *allocbufa=NULL; /* -> allocated bufa, if
2847 decNumber bufa[D2N(DECBUFFER+2)]; local
5286 decNumber bufa[D2N(DECBUFFER*4+18+1)]; local
5636 decNumber bufa[D2N(DECBUFFER+12)]; local
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c951 decNumber bufa[D2N(DECBUFFER+1)];/* +1 in case DECBUFFER=0 */ local
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)]; local
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)]; local
1424 decNumber *allocbufa=NULL; /* -> allocated bufa, if
2849 decNumber bufa[D2N(DECBUFFER+2)]; local
5288 decNumber bufa[D2N(DECBUFFER*4+18+1)]; local
5638 decNumber bufa[D2N(DECBUFFER+12)]; local
[all...]

Completed in 508 milliseconds