| /src/lib/libc/gen/ |
| signalnumber.c | 48 long offs; local 78 offs = strtol(name+1, &ep, 10); 80 offs < 0 || offs > SIGRTMAX-SIGRTMIN) 83 i += (int)offs; 85 i -= (int)offs;
|
| /src/sys/miscfs/procfs/ |
| procfs_fd.c | 51 off_t offs; local 56 offs = fp->f_offset; 60 error = (*fp->f_ops->fo_read)(fp, &offs, uio, curl->l_cred, 0); 63 error = (*fp->f_ops->fo_write)(fp, &offs, uio, curl->l_cred, 0);
|
| /src/lib/libusbhid/ |
| data.c | 43 int i, end, offs; local 54 offs = hpos / 8; 55 end = (hpos + hsize + 7) / 8 - offs; 58 data |= ((uint32_t)buf[offs + i]) << (i*8); 76 int i, end, offs, mask; local 95 offs = hpos / 8; 96 end = (hpos + hsize) / 8 - offs; 99 buf[offs + i] = (buf[offs + i] & ((uint32_t)mask >> (i*8))) |
|
| /src/sys/arch/atari/stand/tostools/libtos/ |
| ahdi.c | 69 u_int offs = part->ap_st + esec; local 70 rv = ahdi_getparts(dd, ptable, offs, 71 esec == AHDI_BBLOCK ? offs : esec);
|
| /src/sys/external/bsd/drm/dist/bsd-core/ |
| drm_scatter.c | 184 bus_size_t offs; local 186 for (offs = 0; 187 (offs + PAGE_SIZE <= dmah->map->dm_segs[i].ds_len) && 189 offs += PAGE_SIZE) 190 entry->busaddr[npage++] = base + offs;
|
| /src/common/dist/zlib/contrib/infback9/ |
| inftree9.c | 54 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local 130 offs[1] = 0; 132 offs[len + 1] = offs[len] + count[len]; 136 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|
| /src/common/dist/zlib/ |
| inftrees.c | 56 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local 138 offs[1] = 0; 140 offs[len + 1] = offs[len] + count[len]; 144 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|
| /src/libexec/ld.elf_so/arch/aarch64/ |
| mdreloc.c | 134 _rtld_tlsdesc_alloc(size_t tlsindex, Elf_Addr offs) 140 tlsdesc->td_tlsoffs = offs; 150 Elf_Addr offs = 0; local 169 offs = def->st_value; 173 offs += rela->r_addend; 178 where[1] = defobj->tlsoffset + offs + 186 where[1] = (Elf_Addr)_rtld_tlsdesc_alloc(defobj->tlsindex, offs); 190 obj->path, (void *)where[1], defobj->tlsindex, (void *)offs));
|
| /src/sys/arch/arm/at91/ |
| at91spi.c | 285 int offs = sc->sc_dmaoffs ^ HALF_BUF_SIZE; local 286 bus_dmamap_sync(sc->sc_dmat, sc->sc_dmamap, offs, HALF_BUF_SIZE, 293 memcpy(chunk->chunk_rptr, (const uint8_t *)sc->sc_dmapage + offs, len);
|
| /src/sys/arch/atari/stand/ahdilabel/ |
| read.c | 146 u_int offs = part->ap_st + esec; local 147 if ((rv = read_rsec (fd, ptable, offs, 148 esec == AHDI_BBLOCK ? offs : esec, flags)) < 0) {
|
| /src/sys/arch/hppa/dev/ |
| sti_pci_machdep.c | 156 bus_addr_t selected, offs, suboffs; local 190 for (offs = 0; offs < romsize; offs += subsize) { 195 tmp = bus_space_read_4(pa->pa_memt, romh, offs + 0); 199 if (offs == 0) { 211 tmp = bus_space_read_4(pa->pa_memt, romh, offs + 4); 215 if (offs == 0) { 224 offs + 0x0c); 230 (u_int)offs, (u_int)subsize, tmp) [all...] |
| /src/external/cddl/osnet/dev/fbt/aarch64/ |
| fbt_isa.c | 125 int offs; local 203 offs = (le32toh(*instr) & B_DATA_MASK); 204 offs *= 4; 205 target = (instr + offs);
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| inftrees.c | 61 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local 143 offs[1] = 0; 145 offs[len + 1] = offs[len] + count[len]; 149 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| pru-dis.c | 86 long offs = 0; local 172 offs = GET_BROFF_SIGNED (opcode) * 4; 173 (*info->print_address_func) (address + offs, info); 176 offs = GET_INSN_FIELD (LOOP_JMPOFFS, opcode) * 4; 177 (*info->print_address_func) (address + offs, info);
|
| /src/external/gpl3/binutils/dist/zlib/contrib/infback9/ |
| inftree9.c | 54 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local 130 offs[1] = 0; 132 offs[len + 1] = offs[len] + count[len]; 136 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|
| /src/external/gpl3/binutils/dist/zlib/ |
| inftrees.c | 54 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local 136 offs[1] = 0; 138 offs[len + 1] = offs[len] + count[len]; 142 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| pru-dis.c | 86 long offs = 0; local 172 offs = GET_BROFF_SIGNED (opcode) * 4; 173 (*info->print_address_func) (address + offs, info); 176 offs = GET_INSN_FIELD (LOOP_JMPOFFS, opcode) * 4; 177 (*info->print_address_func) (address + offs, info);
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/ |
| inftree9.c | 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local 135 offs[1] = 0; 137 offs[len + 1] = offs[len] + count[len]; 141 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| inftrees.c | 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local 141 offs[1] = 0; 143 offs[len + 1] = offs[len] + count[len]; 147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| pru-dis.c | 86 long offs = 0; local 172 offs = GET_BROFF_SIGNED (opcode) * 4; 173 (*info->print_address_func) (address + offs, info); 176 offs = GET_INSN_FIELD (LOOP_JMPOFFS, opcode) * 4; 177 (*info->print_address_func) (address + offs, info);
|
| /src/external/gpl3/gdb/dist/zlib/contrib/infback9/ |
| inftree9.c | 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local 135 offs[1] = 0; 137 offs[len + 1] = offs[len] + count[len]; 141 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|
| /src/external/gpl3/gdb/dist/zlib/ |
| inftrees.c | 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local 141 offs[1] = 0; 143 offs[len + 1] = offs[len] + count[len]; 147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| pru-dis.c | 86 long offs = 0; local 172 offs = GET_BROFF_SIGNED (opcode) * 4; 173 (*info->print_address_func) (address + offs, info); 176 offs = GET_INSN_FIELD (LOOP_JMPOFFS, opcode) * 4; 177 (*info->print_address_func) (address + offs, info);
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/infback9/ |
| inftree9.c | 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local 135 offs[1] = 0; 137 offs[len + 1] = offs[len] + count[len]; 141 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| inftrees.c | 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local 141 offs[1] = 0; 143 offs[len + 1] = offs[len] + count[len]; 147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|