Searched defs:_round (Results 1 - 2 of 2) sorted by relevance

/external/dropbear/libtomcrypt/src/ciphers/safer/
H A Dsaferp.c139 static void _round(unsigned char *b, int i, symmetric_key *skey) function
160 #define ROUND(b, i) _round(b, i, skey)
/external/icu4c/i18n/
H A Ddecimfmt.cpp1360 DecimalFormat::_round(const DigitList &number, DigitList &adjustedNum, UBool& isNegative, UErrorCode &status) const { function in class:DecimalFormat
1473 _round(number, adjustedNum, isNegative, status);

Completed in 100 milliseconds