Searched refs:ISIZE (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/stdlib/ |
H A D | merge.c | 68 #define ISIZE sizeof(int) macro 72 *(int*)dst = *(int*)src, src += ISIZE, dst += ISIZE; \ 76 *(int*) dst = *(int*) src, src += ISIZE, dst += ISIZE; \ 77 while (i -= ISIZE) 127 if (__is_aligned(size, ISIZE) && __is_aligned(base, ISIZE)) in mergesort_b()
|
/freebsd/sys/kern/ |
H A D | subr_unit.c | 1183 #define ISIZE 1000 macro 1209 int vals[ISIZE]; in test_iter() 1223 for (; i < ISIZE; i++) { in test_iter() 1237 if (i < ISIZE) in test_iter() 1240 qsort(vals, ISIZE, sizeof(vals[0]), test_iter_compar); in test_iter()
|
/freebsd/sys/contrib/zlib/doc/ |
H A D | rfc1952.txt | 276 | CRC32 | ISIZE | 427 ISIZE (Input SIZE) 465 ID2, CM, CRC32, and ISIZE, but may set all the other fields in
|