Searched refs:offs (Results 1 - 25 of 163) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/init/
H A Dstruct3.C10 int offs; member in struct:SaveLoadEntry
H A Dstruct2.C12 int offs; member in struct:SaveLoadEntry
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/init/
H A Dstruct3.C10 int offs; member in struct:SaveLoadEntry
H A Dstruct2.C12 int offs; member in struct:SaveLoadEntry
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dencode-4.mm48 unsigned offs = sizeof(self);
49 CHECK_IF(offs == offs3);
50 offs += sizeof(_cmd);
51 CHECK_IF(offs == offs4);
52 offs += sizeof(r);
53 CHECK_IF(offs == offs5);
54 offs += sizeof(i);
55 CHECK_IF(offs == offs1);
59 unsigned offs = sizeof(self);
60 CHECK_IF(offs
[all...]
H A Dcxx-scope-1.mm17 Derived *CxxClass::get_instance(int offs) {
18 return inst[offs];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Dencode-2.m48 unsigned offs = sizeof(self);
49 CHECK_IF(offs == offs3);
50 offs += sizeof(_cmd);
51 CHECK_IF(offs == offs4);
52 offs += sizeof(r);
53 CHECK_IF(offs == offs5);
54 offs += sizeof(i);
55 CHECK_IF(offs == offs1);
59 unsigned offs = sizeof(self);
60 CHECK_IF(offs
[all...]
/netbsd-6-1-5-RELEASE/lib/libusbhid/
H A Ddata.c43 int i, end, offs; local
54 offs = hpos / 8;
55 end = (hpos + hsize + 7) / 8 - offs;
58 data |= buf[offs + i] << (i*8);
74 int i, end, offs, mask; local
93 offs = hpos / 8;
94 end = (hpos + hsize) / 8 - offs;
97 buf[offs + i] = (buf[offs + i] & ((uint32_t)mask >> (i*8))) |
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr29250.c26 long long offs = sparse_feature_matrix[v].vec_index local
28 fm[offs] = sparse_feature_matrix[v].features[f].entry;
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dmdoc.c284 mdoc_parseln(struct mdoc *m, int ln, char *buf, int offs) argument
304 return(mandoc_getcontrol(buf, &offs) ?
305 mdoc_pmacro(m, ln, buf, offs) :
306 mdoc_ptext(m, ln, buf, offs));
661 mdoc_preptext(struct mdoc *m, int line, char *buf, int offs)
666 while ('\0' != buf[offs]) {
670 if (NULL != (start = strchr(buf + offs, delim)))
674 if ( ! mdoc_ptext(m, line, buf, offs))
682 offs += start - (buf + offs);
709 mdoc_ptext(struct mdoc *m, int line, char *buf, int offs) argument
832 mdoc_pmacro(struct mdoc *m, int ln, char *buf, int offs) argument
[all...]
H A Dman.c127 man_parseln(struct man *m, int ln, char *buf, int offs) argument
134 return (mandoc_getcontrol(buf, &offs) ?
135 man_pmacro(m, ln, buf, offs) :
136 man_ptext(m, ln, buf, offs));
395 man_descope(struct man *m, int line, int offs) argument
415 return(man_body_alloc(m, line, offs, m->last->tok));
419 man_ptext(struct man *m, int line, char *buf, int offs) argument
426 if ( ! man_word_alloc(m, line, offs, buf + offs))
428 return(man_descope(m, line, offs));
481 man_pmacro(struct man *m, int ln, char *buf, int offs) argument
[all...]
H A Dpreconv.c52 size_t offs; /* starting buffer offset */ member in struct:buf
94 cp = b->buf + (int)b->offs;
104 for (i = b->offs; i < b->sz; i++) {
135 cp = b->buf + (int)b->offs;
145 for (i = b->offs; i < b->sz; i++) {
317 cue_enc(const struct buf *b, size_t *offs, enum enc *enc) argument
323 ln = b->buf + (int)*offs;
324 sz = b->sz - *offs;
333 *offs = (size_t)((eoln + 1) - b->buf);
411 size_t offs; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hp300/hp300/
H A Dleds.c71 * `offs' is a mask of LEDs to turn off,
78 ledcontrol(int ons, int offs, int togs) argument
86 : "d" (ons), "d" (~offs), "d" (togs));
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dezload.c108 u_int len, offs; local
123 for (offs = 0; offs < ptr->length; offs += ANCHOR_CHUNK) {
124 len = ptr->length - offs;
127 USETW(req.wValue, ptr->address + offs);
130 ptr->address + offs, len));
133 __UNCONST(ptr->data + offs));
/netbsd-6-1-5-RELEASE/sys/miscfs/procfs/
H A Dprocfs_fd.c51 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);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Drecipient_list.h38 #define RECIPIENT_ASSIGN(rcpt, offs, orcpt, notify, orig, addr) do { \
39 (rcpt)->offset = (offs); \
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dsti_pci.c150 bus_addr_t selected, offs, suboffs; local
183 for (offs = 0; offs < romsize; offs += subsize) {
188 tmp = bus_space_read_4(pa->pa_memt, romh, offs + 0);
192 if (offs == 0) {
204 tmp = bus_space_read_4(pa->pa_memt, romh, offs + 4);
208 if (offs == 0) {
217 offs + 0x0c);
223 (u_int)offs, (u_in
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Disic_isa_tel_s08.c103 static u_int8_t tels08_read_reg(struct isic_softc *sc, int what, bus_size_t offs);
104 static void tels08_write_reg(struct isic_softc *sc, int what, bus_size_t offs, u_int8_t data);
127 tels08_write_reg(struct isic_softc *sc, int what, bus_size_t offs, u_int8_t data) argument
132 offs += offset[what];
134 if (offs & 0x01)
135 offs |= 0x200;
137 bus_space_write_1(t, h, offs, data);
157 tels08_read_reg(struct isic_softc *sc, int what, bus_size_t offs) argument
162 offs += offset[what];
164 if (offs
[all...]
H A Disic_isa_tel_s016.c105 static u_int8_t tels016_read_reg(struct isic_softc *sc, int what, bus_size_t offs);
106 static void tels016_write_reg(struct isic_softc *sc, int what, bus_size_t offs, u_int8_t data);
129 tels016_write_reg(struct isic_softc *sc, int what, bus_size_t offs, u_int8_t data) argument
134 offs += offset[what];
135 if (offs & 0x01)
136 offs |= 0x200;
138 bus_space_write_1(t, h, offs, data);
158 tels016_read_reg(struct isic_softc *sc, int what, bus_size_t offs) argument
163 offs += offset[what];
165 if(offs
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pcmcia/
H A Disic_pcmcia_elsa_isdnmc.c82 static u_int8_t elsa_isdnmc_read_reg(struct isic_softc *sc, int what, bus_size_t offs);
83 static void elsa_isdnmc_write_reg(struct isic_softc *sc, int what, bus_size_t offs, u_int8_t data);
190 elsa_isdnmc_write_reg(struct isic_softc *sc, int what, bus_size_t offs, u_int8_t data) argument
196 bus_space_write_1(t, h, ADDR_LATCH, offs);
200 bus_space_write_1(t, h, ADDR_LATCH, offs);
204 bus_space_write_1(t, h, ADDR_LATCH, 0x40+offs);
222 elsa_isdnmc_read_reg(struct isic_softc *sc, int what, bus_size_t offs) argument
228 bus_space_write_1(t, h, ADDR_LATCH, offs);
231 bus_space_write_1(t, h, ADDR_LATCH, offs);
234 bus_space_write_1(t, h, ADDR_LATCH, 0x40+offs);
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/pmppc/dev/
H A Dif_cs_mainbus.c141 cs_io_read_1(struct cs_softc *sc, bus_size_t offs) argument
145 a = sc->sc_ioh + (offs << 2);
151 cs_io_read_2(struct cs_softc *sc, bus_size_t offs) argument
155 a = sc->sc_ioh + (offs << 2);
161 cs_io_read_multi_2(struct cs_softc *sc, bus_size_t offs, u_int16_t *buf, argument
166 a = sc->sc_ioh + (offs << 2);
174 cs_io_write_2(struct cs_softc *sc, bus_size_t offs, u_int16_t data) argument
179 a = sc->sc_ioh + (offs << 2);
187 cs_io_write_multi_2(struct cs_softc *sc, bus_size_t offs, argument
199 dp = (double *)(sc->sc_ioh + (offs <<
221 cs_mem_read_2(struct cs_softc *sc, bus_size_t offs) argument
227 cs_mem_write_2(struct cs_softc *sc, bus_size_t offs, u_int16_t data) argument
233 cs_mem_write_region_2(struct cs_softc *sc, bus_size_t offs, const u_int16_t *buf, bus_size_t cnt) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/svr4/
H A Dsvr4_stropts.h135 long offs; /* Address offset */ member in struct:svr4_strmcmd
172 #define SVR4_ADDROF(sc) (void *) (((char *) (sc)) + (sc)->offs)
173 #define SVR4_C_ADDROF(sc) (const void *) (((const char *) (sc)) + (sc)->offs)
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/libtos/
H A Dahdi.c69 u_int offs = part->ap_st + esec; local
70 rv = ahdi_getparts(dd, ptable, offs,
71 esec == AHDI_BBLOCK ? offs : esec);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/scripts/
H A Dsummary.in99 my ($freq, $offs);
114 ($offs, $freq) = ($Fld[2], $Fld[3]);
115 $loop_tmax = max($loop_tmax, $offs);
116 $loop_tmin = min($loop_tmin, $offs);
119 $loop_time += $offs;
120 $loop_time_rms += $offs * $offs;
176 my ($dist, $offs);
188 $offs = $Fld[4];
189 if ($offs >
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/time/
H A Dstrptime.c80 int alt_format, i, split_year = 0, neg = 0, offs; local
467 offs = 0;
470 offs = offs * 10 + (*bp++ - '0');
482 offs *= 100;
485 i = offs % 100;
489 offs = (offs / 100) * 100 + (i * 50) / 30;
495 offs = -offs;
[all...]

Completed in 147 milliseconds

1234567