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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsprintf.c95 static int nums[] = { local
132 for (n = 0; n < countof(nums); n++) {
133 test_i(fmt, nums[n]);
173 static PRInt32 nums[] = { local
226 for (n = 0; n < countof(nums); n++) {
227 test_l(fmt, sfmt, nums[n]);
290 static PRInt64 nums[] = { local
349 for (n = 0; n < countof(nums); n++) {
350 test_ll(fmt, sfmt, nums[n]);

Completed in 2060 milliseconds