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

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dmemory.c113 __gmp_default_free (void *blk_ptr, size_t blk_size) argument
118 if (blk_size != 0)
125 if (blk_size % BYTES_PER_MP_LIMB == 0)
126 if (p[blk_size / BYTES_PER_MP_LIMB] != ~((0xdeadbeef << 31) + 0xdeafdeed))
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_fuzz.c76 size_t blk_size; local
154 &blk, &blk_size, &blk_offset))
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/mac68k/
H A Dmd.c63 int blk_size; variable
167 blk_size = disklabel.d_secsize;
190 msg_display(MSG_dldebug, blk_size, dlcyl, dlhead, dlsec, dlsize);
198 if (lseek(fd, (off_t)0 * blk_size, SEEK_SET) < 0 ||
210 lseek(fd, (off_t)(i+1) * blk_size, SEEK_SET);
215 map.blk = (struct apple_part_map_entry *)malloc(map.size * blk_size);
219 lseek(fd, (off_t)1 * blk_size, SEEK_SET);
220 read(fd, map.blk, map.size * blk_size);
328 (void)fprintf (f, "\t:se#%d:%s\\\n", blk_size, doessf);
397 if (lseek (fd, (off_t)0 * blk_size, SEEK_SE
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dmpfr-gmp.c353 mpfr_default_free (void *blk_ptr, size_t blk_size) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mcore/
H A Dmcore.c2427 int blk_size = 0;
2483 blk_size ++;
2501 if (optimize > 1 && blk_size > 2)
2421 int blk_size = 0; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mcore/
H A Dmcore.c2414 int blk_size = 0;
2470 blk_size ++;
2488 if (optimize > 1 && blk_size > 2)
2409 int blk_size = 0; local

Completed in 188 milliseconds