HomeSort by: relevance | last modified time | path
    Searched defs:isize (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/sim/arm/
arminit.c 48 ARMword isize; variable
283 int isize = INSN_SIZE; local
303 SETABORT (IBIT, state->prog32Sig ? UNDEF32MODE : SVC26MODE, isize);
306 SETABORT (IBIT, state->prog32Sig ? SVC32MODE : SVC26MODE, isize);
316 SETABORT (IBIT, SVC26MODE, isize);
  /src/external/gpl3/gdb.old/dist/sim/arm/
arminit.c 48 ARMword isize; variable
283 int isize = INSN_SIZE; local
303 SETABORT (IBIT, state->prog32Sig ? UNDEF32MODE : SVC26MODE, isize);
306 SETABORT (IBIT, state->prog32Sig ? SVC32MODE : SVC26MODE, isize);
316 SETABORT (IBIT, SVC26MODE, isize);
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-scan.c 64 mp_size_t size, isize; local
79 for (isize = 0; isize <= size; isize++)
84 if ((int) isize*GMP_NUMB_BITS < -o)
87 start = isize*GMP_NUMB_BITS + o;
  /src/sys/opencrypto/
deflate.c 223 /* Followed by uint32_t CRC32 and uint32_t ISIZE */
237 u_int32_t isize = 0, icrc = 0; local
281 memcpy(&isize, &data[size-sizeof(uint32_t)], sizeof(uint32_t));
282 LE32TOH(isize);
286 DPRINTF("isize = %u (%02x %02x %02x %02x)\n",
287 isize,
293 buf[0].size = isize;
356 /* need room for header, CRC, and ISIZE */
396 /* fill in CRC and ISIZE */
409 if (crc != icrc || result != isize) {
    [all...]
  /src/sys/ufs/ufs/
ufs_inode.c 330 off_t isize = ip->i_size; local
333 isize += ip->i_ffs2_extsize;
335 if (isize == 0)
ufs_vnops.c 1840 int isize; local
1848 isize = ip->i_size;
1849 if (isize < ump->um_maxsymlinklen ||
1851 uiomove((char *)SHORTLINK(ip), isize, ap->a_uio);
  /src/sys/arch/cats/cats/
cats_machdep.c 390 paddr_t istart, isize; local
400 &istart, &isize)) {
406 istart + isize - 1);
410 bp->bp_pages = atop(isize);
431 if ((istart + isize) < end) {
433 (istart + isize), end - 1);
436 bp->bp_start = atop(istart + isize);
437 bp->bp_pages = atop(end - (istart + isize));
  /src/sys/compat/common/
kern_info_43.c 175 int isize; local
181 if ((error = copyin(SCARG(uap, size), &isize, sizeof(isize))) != 0)
184 if (isize < 0 || isize > 4096)
187 size = isize;
  /src/sys/ufs/ext2fs/
ext2fs_vnops.c 876 int isize; local
878 isize = ext2fs_size(ip);
879 if (isize < ump->um_maxsymlinklen ||
881 uiomove(ip->i_din.e2fs_din->e2di_shortlink, isize, ap->a_uio);
  /src/usr.sbin/mopd/common/
file.c 192 u_int32_t load_addr, xfr_addr, isd, iha, hbcnt, isize; local
207 isize = (header[isd+ISD_W_PAGCNT+1]*256 +
218 printf("Image Size: %08x\n",isize);
224 isize = (header[L_BLDZ+1]*256 + header[L_BLDZ]) * 64;
229 printf("Image Size: %08x\n",isize);
251 isize = (header[isd+ISD_W_PAGCNT+1]*256 +
261 printf("Image Size: %08x\n",isize);
274 isize = (header[isd+EISD_L_SECSIZE+3]*0x1000000 +
282 printf("Image Size: %08x\n",isize);
  /src/external/gpl3/gdb/dist/gdb/
ft32-tdep.c 146 ft32_fetch_instruction (CORE_ADDR a, int *isize,
154 *isize = ft32_decode_shortcode (a4, inst, sc) ? 2 : 4;
155 if (*isize == 2)
175 int isize = 0; local
210 for (next_addr = start_addr; next_addr < end_addr; next_addr += isize)
212 inst = ft32_fetch_instruction (next_addr, &isize, byte_order);
251 inst = ft32_fetch_instruction (next_addr, &isize, byte_order);
263 next_addr += isize;
  /src/external/gpl3/gdb.old/dist/gdb/
ft32-tdep.c 146 ft32_fetch_instruction (CORE_ADDR a, int *isize,
154 *isize = ft32_decode_shortcode (a4, inst, sc) ? 2 : 4;
155 if (*isize == 2)
175 int isize = 0; local
209 for (next_addr = start_addr; next_addr < end_addr; next_addr += isize)
211 inst = ft32_fetch_instruction (next_addr, &isize, byte_order);
250 inst = ft32_fetch_instruction (next_addr, &isize, byte_order);
262 next_addr += isize;
  /src/sys/arch/netwinder/netwinder/
netwinder_machdep.c 743 paddr_t istart, isize; local
761 &istart, &isize)) {
768 istart + isize - 1);
771 atop(istart + isize), atop(istart),
772 atop(istart + isize), VM_FREELIST_ISADMA);
792 if ((istart + isize) < end) {
795 (istart + isize), end - 1);
797 uvm_page_physload(atop(istart + isize),
798 atop(end), atop(istart + isize),
  /src/sys/dev/i2c/
ihidev.c 164 int isize; local
208 isize = repsz + 2; /* two bytes for the length */
209 isize += (sc->sc_nrepid != 1); /* one byte for the report ID */
210 if (isize > sc->sc_isize)
211 sc->sc_isize = isize;
  /src/sys/ufs/lfs/
ulfs_vnops.c 962 int isize; local
972 isize = ip->i_size;
973 if (isize < fs->um_maxsymlinklen ||
975 uiomove((char *)SHORTLINK(ip), isize, ap->a_uio);
  /src/sbin/newfs_ext2fs/
mke2fs.c 1058 uint64_t isize; local
1128 isize = (uint64_t)sblock.e2fs_bsize * EXT2FS_NDADDR +
1132 if (isize > UINT32_MAX &&
1141 node.e2di_size = isize & UINT32_MAX;
1142 node.e2di_size_high = isize >> 32;
  /src/external/gpl3/binutils/dist/bfd/
elf32-m68hc11.c 613 unsigned isize;
633 isize = 3;
639 isize = 4;
645 isize = 4;
651 isize = 3;
677 offset = start_offset + isize;
611 unsigned isize; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-m68hc11.c 613 unsigned isize;
633 isize = 3;
639 isize = 4;
645 isize = 4;
651 isize = 3;
677 offset = start_offset + isize;
611 unsigned isize; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-m68hc11.c 613 unsigned isize;
633 isize = 3;
639 isize = 4;
645 isize = 4;
651 isize = 3;
677 offset = start_offset + isize;
611 unsigned isize; local
  /src/external/gpl3/gdb/dist/sim/ft32/
interp.c 348 int isize; local
360 isize = 2;
363 isize = 4;
405 ft32_cpu->pc += isize;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-m68hc11.c 613 unsigned isize;
633 isize = 3;
639 isize = 4;
645 isize = 4;
651 isize = 3;
677 offset = start_offset + isize;
611 unsigned isize; local
  /src/external/gpl3/gdb.old/dist/sim/ft32/
interp.c 348 int isize; local
360 isize = 2;
363 isize = 4;
405 ft32_cpu->pc += isize;
  /src/sys/arch/arm/arm/
cpufunc.c 1395 u_int ctype, isize, dsize; local
1459 isize = CPU_CT_ISIZE(ctype);
1460 multiplier = (isize & CPU_CT_xSIZE_M) ? 3 : 2;
1461 arm_pcache.icache_line_size = 1U << (CPU_CT_xSIZE_LEN(isize) + 3);
1462 if (CPU_CT_xSIZE_ASSOC(isize) == 0) {
1463 if (isize & CPU_CT_xSIZE_M)
1469 (CPU_CT_xSIZE_ASSOC(isize) - 1);
1472 if (CPU_CT_xSIZE_P & isize)
1474 __BIT(9 + CPU_CT_xSIZE_SIZE(isize)
1475 - CPU_CT_xSIZE_ASSOC(isize))
    [all...]
  /src/sys/dev/usb/
uchcom.c 349 int i, bin=-1, bout=-1, intr=-1, isize=0; local
366 isize = UGETW(ed->wMaxPacketSize);
391 if (isize < UCHCOM_INTR_LEAST) {
396 DPRINTF(("%s: bulkin=%d, bulkout=%d, intr=%d, isize=%d\n",
397 device_xname(sc->sc_dev), bin, bout, intr, isize));
400 endpoints->ep_intr_size = isize;
  /src/external/gpl3/binutils/dist/gas/config/
tc-mcore.c 860 unsigned isize; local
893 isize = 2;
1462 isize = C32_LEN;
1473 isize = U32_LEN;
1608 check_literals (opcode->transfer, isize);

Completed in 30 milliseconds

1 2 3