Searched refs:ISIZE (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/libdiff/compat/ |
| H A D | merge.c | 59 #define ISIZE sizeof(int) macro 63 *(int*)dst = *(int*)src, src += ISIZE, dst += ISIZE; \ 67 *(int*) dst = *(int*) src, src += ISIZE, dst += ISIZE; \ 68 while (i -= ISIZE) 114 if (!(size % ISIZE) && !(((char *)base - (char *)0) % ISIZE)) in mergesort()
|
| /src/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()
|
| /src/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()
|
| /src/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
|