/src/lib/libc/gen/ |
signalnumber.c | 48 long offs; local in function:signalnumber 78 offs = strtol(name+1, &ep, 10); 80 offs < 0 || offs > SIGRTMAX-SIGRTMIN) 83 i += (int)offs; 85 i -= (int)offs;
|
signalnumber.c | 48 long offs; local in function:signalnumber 78 offs = strtol(name+1, &ep, 10); 80 offs < 0 || offs > SIGRTMAX-SIGRTMIN) 83 i += (int)offs; 85 i -= (int)offs;
|
signalnumber.c | 48 long offs; local in function:signalnumber 78 offs = strtol(name+1, &ep, 10); 80 offs < 0 || offs > SIGRTMAX-SIGRTMIN) 83 i += (int)offs; 85 i -= (int)offs;
|
signalnumber.c | 48 long offs; local in function:signalnumber 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 in function:procfs_dofd 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);
|
procfs_fd.c | 51 off_t offs; local in function:procfs_dofd 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);
|
procfs_fd.c | 51 off_t offs; local in function:procfs_dofd 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);
|
procfs_fd.c | 51 off_t offs; local in function:procfs_dofd 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 in function:hid_get_data 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 in function:hid_set_data 95 offs = hpos / 8; 96 end = (hpos + hsize) / 8 - offs; 99 buf[offs + i] = (buf[offs + i] & ((uint32_t)mask >> (i*8))) |
|
data.c | 43 int i, end, offs; local in function:hid_get_data 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 in function:hid_set_data 95 offs = hpos / 8; 96 end = (hpos + hsize) / 8 - offs; 99 buf[offs + i] = (buf[offs + i] & ((uint32_t)mask >> (i*8))) |
|
data.c | 43 int i, end, offs; local in function:hid_get_data 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 in function:hid_set_data 95 offs = hpos / 8; 96 end = (hpos + hsize) / 8 - offs; 99 buf[offs + i] = (buf[offs + i] & ((uint32_t)mask >> (i*8))) |
|
data.c | 43 int i, end, offs; local in function:hid_get_data 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 in function:hid_set_data 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 in function:ahdi_getparts 70 rv = ahdi_getparts(dd, ptable, offs, 71 esec == AHDI_BBLOCK ? offs : esec);
|
ahdi.c | 69 u_int offs = part->ap_st + esec; local in function:ahdi_getparts 70 rv = ahdi_getparts(dd, ptable, offs, 71 esec == AHDI_BBLOCK ? offs : esec);
|
ahdi.c | 69 u_int offs = part->ap_st + esec; local in function:ahdi_getparts 70 rv = ahdi_getparts(dd, ptable, offs, 71 esec == AHDI_BBLOCK ? offs : esec);
|
ahdi.c | 69 u_int offs = part->ap_st + esec; local in function:ahdi_getparts 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 in function:drm_sg_alloc 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;
|
drm_scatter.c | 184 bus_size_t offs; local in function:drm_sg_alloc 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;
|
drm_scatter.c | 184 bus_size_t offs; local in function:drm_sg_alloc 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;
|
drm_scatter.c | 184 bus_size_t offs; local in function:drm_sg_alloc 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/sys/arch/atari/stand/ahdilabel/ |
read.c | 146 u_int offs = part->ap_st + esec; local in function:read_rsec 147 if ((rv = read_rsec (fd, ptable, offs, 148 esec == AHDI_BBLOCK ? offs : esec, flags)) < 0) {
|
/src/tests/lib/libc/time/ |
t_strptime.c | 89 long offs; member in struct:__anond0178a580108 202 ztest1(zt[i].name, fmt, zt[i].offs);
|
/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 in function:_rtld_tlsdesc_fill 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/common/dist/zlib/contrib/infback9/ |
inftree9.c | 54 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local in function:inflate_table9 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 in function:inflate_table 138 offs[1] = 0; 140 offs[len + 1] = offs[len] + count[len]; 144 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|