Searched refs:in_offset (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/sound/pcm/
H A Dsndstat.c70 int in_offset; member in struct:sndstat_file
158 } else if (pf->in_offset == 0) {
165 len = sbuf_len(&pf->sbuf) - pf->in_offset;
169 err = uiomove(sbuf_data(&pf->sbuf) + pf->in_offset, len, buf);
170 pf->in_offset += len;
197 if (pf->in_offset != 0) {
/freebsd-11-stable/contrib/file/src/
H A Dprint.c68 optyp[m->in_op & FILE_OPS_MASK] : '?', m->in_offset);
H A Dfile.h320 int32_t in_offset; /* offset from indirection */ member in struct:magic
H A Dapprentice.c1975 m->in_offset = 0;
2053 m->in_offset = CAST(int32_t, strtol(l, &t, 0));
2057 "in_offset `%s' invalid", l);
3401 m->in_offset = swap4(CAST(uint32_t, m->in_offset));
H A Dsoftmagic.c1607 intmax_t off = m->in_offset;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.c6696 int in_offset; /* >=1 if parsing operand of offset. */
6767 intel_parser.in_offset = 0;
6986 int in_offset = 0;
7007 if (!in_offset++)
7008 ++intel_parser.in_offset;
7152 || intel_parser.in_offset
7178 if (in_offset)
7180 --intel_parser.in_offset;
7211 if (!intel_parser.in_offset)
7245 if (intel_parser.in_offset)
6683 int in_offset; /* >=1 if parsing operand of offset. */ member in struct:intel_parser_s
6973 int in_offset = 0; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dreload.c1906 int in_offset = 0;
1935 in_offset += subreg_regno_offset (REGNO (SUBREG_REG (in)),
2025 unsigned int regno = REGNO (in) + in_offset;
1897 int in_offset = 0; local

Completed in 277 milliseconds