HomeSort by: relevance | last modified time | path
    Searched defs:blk_size (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libkvm/
kvm_aarch64.c 149 const size_t blk_size = 1 << addr_shift; local
153 return blk_size - (va & blk_mask);
  /src/crypto/external/apache2/openssl/dist/crypto/hmac/
hmac_local.h 32 int blk_size; member in struct:hmac_ctx_st::__anon304::__anon305
  /src/external/bsd/libarchive/dist/libarchive/test/
test_fuzz.c 57 size_t blk_size; local
197 &blk, &blk_size, &blk_offset))
  /src/usr.sbin/sysinst/arch/mac68k/
md.c 63 int blk_size; variable
167 blk_size = disklabel.d_secsize;
207 blk_size, pm->dlcyl, pm->dlhead, pm->dlsec, pm->dlsize);
215 if (lseek(fd, (off_t)0 * blk_size, SEEK_SET) < 0 ||
227 lseek(fd, (off_t)(i+1) * blk_size, SEEK_SET);
232 map.blk = (struct apple_part_map_entry *)malloc(map.size * blk_size);
236 lseek(fd, (off_t)1 * blk_size, SEEK_SET);
237 read(fd, map.blk, map.size * blk_size);
390 if (lseek (fd, (off_t)0 * blk_size, SEEK_SET) < 0) {
397 if (write (fd, &new_block0, blk_size) != blk_size)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/mcore/
mcore.cc 2480 int blk_size = 0;
2536 blk_size ++;
2554 if (optimize > 1 && blk_size > 2)
2474 int blk_size = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/config/mcore/
mcore.cc 2479 int blk_size = 0;
2535 blk_size ++;
2553 if (optimize > 1 && blk_size > 2)
2473 int blk_size = 0; local

Completed in 23 milliseconds