Searched refs:zacc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c4905 uLong *zacc=zaccbuff; /* -> accumulator array for exact result */ local
5014 zacc=(uLong *)allocacc;}
5015 if (zlhi==NULL||zrhi==NULL||zacc==NULL) {
5019 acc=(Unit *)zacc; /* -> target Unit array */
5021 zacc+=zoff; /* start uLong accumulator to right */
5037 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0;
5058 lp=zacc+(rip-zrhi); /* where to add the lhs */
5066 for (lp=zacc; lp<zacc
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c4907 uLong *zacc=zaccbuff; /* -> accumulator array for exact result */ local
5016 zacc=(uLong *)allocacc;}
5017 if (zlhi==NULL||zrhi==NULL||zacc==NULL) {
5021 acc=(Unit *)zacc; /* -> target Unit array */
5023 zacc+=zoff; /* start uLong accumulator to right */
5039 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0;
5060 lp=zacc+(rip-zrhi); /* where to add the lhs */
5068 for (lp=zacc; lp<zacc
[all...]

Completed in 89 milliseconds