Searched refs:ofs (Results 126 - 133 of 133) sorted by relevance

123456

/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-sparc.c654 int block, last_block, ofs, last_ofs, chunks_this_block;
682 ofs = offset % block_size;
686 (ofs / insn_chunk_size));
692 + (ofs / insn_chunk_size) * ptr_chunk_size;
653 int block, last_block, ofs, last_ofs, chunks_this_block; local
/freebsd-11-stable/sys/dev/sound/pci/
H A Demu10kx.c1091 uint32_t blksz, start, idx, ofs, tmp, found; local
1139 ofs = 0;
1142 tmp = (uint32_t) (blk->buf_addr + ofs);
1144 ofs += EMUPAGESIZE;
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c1014 int i, n, ndyn, ofs; local
1053 ofs = start;
1061 map[ofs++] = rule;
1070 bcopy(chain->map + end, map + ofs,
/freebsd-11-stable/contrib/binutils/gas/
H A Dsymbols.c664 symbol_temp_new (segT seg, valueT ofs, fragS *frag)
666 return symbol_new (FAKE_LABEL_NAME, seg, ofs, frag);
660 symbol_temp_new(segT seg, valueT ofs, fragS *frag) argument
/freebsd-11-stable/sys/dev/bwi/
H A Dbwirf.c2366 bwi_rf_get_latest_tssi(struct bwi_mac *mac, int8_t tssi[], uint16_t ofs) argument
2373 val = MOBJ_READ_2(mac, BWI_COMM_MOBJ, ofs + i);
H A Dif_bwi.c320 bwi_read_sprom(struct bwi_softc *sc, uint16_t ofs) argument
322 return CSR_READ_2(sc, ofs + BWI_SPROM_START);
/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c8007 int ofs, nfs, r; local
8048 ofs = Queue[old->e_dfqgrp]->qg_qpaths[old->e_dfqdir].qp_fsysidx;
8050 if (FILE_SYS_DEV(ofs) == FILE_SYS_DEV(nfs))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1477 MemOpInfo(SUnit *su, const MachineOperand *Op, int64_t ofs) argument
1478 : SU(su), BaseOp(Op), Offset(ofs) {}

Completed in 208 milliseconds

123456