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

/freebsd-10.0-release/lib/libprocstat/
H A Dcore.c358 size_t chunksz, done, len, nchr, size; local
410 for (addr = (vm_offset_t)argv[i]; ; addr += chunksz) {
411 chunksz = MIN(ARGS_CHUNK_SZ, nchr - 1 - done);
412 if (chunksz <= 0)
414 n = core_read_mem(core, p, chunksz, addr, false);
417 len = strnlen(p, chunksz);
420 if (len != chunksz)
/freebsd-10.0-release/contrib/binutils/gas/
H A Dcgen.c751 const unsigned long chunksz, /* in bytes */
761 res |= (chunksz & 0xF) << 22;
747 gas_cgen_encode_addend(const unsigned long start, const unsigned long len, const unsigned long oplen, const unsigned long wordsz, const unsigned long chunksz, const unsigned long signed_p, const unsigned long trunc_p) argument
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delflink.c6979 unsigned long chunksz,
6984 location += (size - chunksz);
6986 for (; size; size -= chunksz, location -= chunksz, x >>= (chunksz * 8))
6988 switch (chunksz)
7015 unsigned long chunksz,
7021 for (; size; size -= chunksz, location += chunksz)
7023 switch (chunksz)
6968 put_value(bfd_vma size, unsigned long chunksz, bfd * input_bfd, bfd_vma x, bfd_byte * location) argument
7004 get_value(bfd_vma size, unsigned long chunksz, bfd * input_bfd, bfd_byte * location) argument
7040 decode_complex_addend(unsigned long * start, unsigned long * oplen, unsigned long * len, unsigned long * wordsz, unsigned long * chunksz, unsigned long * lsb0_p, unsigned long * signed_p, unsigned long * trunc_p, unsigned long encoded) argument
7079 chunksz, lsb0_p, signed_p, trunc_p; local
[all...]

Completed in 117 milliseconds