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

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fp.c500 tmpsize = powers->arraysize + _FPIO_CONST_SHIFT;
503 tmpsize * sizeof (mp_limb_t));
509 tmpsize = powers->arraysize;
511 tmpsize * sizeof (mp_limb_t));
520 tmpsize = scalesize + powers->arraysize - _FPIO_CONST_OFFSET;
522 --tmpsize;
659 tmpsize = fracsize + powers->arraysize - _FPIO_CONST_OFFSET;
661 --tmpsize;
663 count_leading_zeros (cnt_h, tmp[tmpsize - 1]);
664 incr = (tmpsize
[all...]
/haiku/src/tests/kits/translation/
H A DTranslationUtilsTest.cpp251 off_t stylsize = 0, tmpsize = 0; local
253 CPPUNIT_ASSERT(tmpfile.GetSize(&tmpsize) == B_OK);
254 CPPUNIT_ASSERT(stylsize == tmpsize);
257 tmpbuf = new char[tmpsize];
260 CPPUNIT_ASSERT(tmpfile.ReadAt(0, tmpbuf, tmpsize) == tmpsize);

Completed in 76 milliseconds