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

/freebsd-10.1-release/contrib/file/src/
H A Dprint.c70 m->in_offset);
H A Dfile.h289 int32_t in_offset; /* offset from indirection */ member in struct:magic
H A Dapprentice.c1855 m->in_offset = 0;
1925 m->in_offset = (int32_t)strtol(l, &t, 0);
1929 "in_offset `%s' invalid", l);
3156 m->in_offset = swap4((uint32_t)m->in_offset);
H A Dsoftmagic.c1245 int off = m->in_offset;
/freebsd-10.1-release/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-10.1-release/sys/ofed/drivers/net/mlx4/
H A Dfw.c1800 u8 op_modifier, u32 in_offset[],
1820 if (in_offset[i] > MLX4_MAILBOX_SIZE) {
1825 MLX4_GET(counter_out[i], outbox, in_offset[i]);
1799 mlx4_query_diag_counters(struct mlx4_dev *dev, int array_length, u8 op_modifier, u32 in_offset[], u32 counter_out[]) argument
/freebsd-10.1-release/sys/ofed/include/linux/mlx4/
H A Ddevice.h1239 u8 op_modifier, u32 in_offset[],
/freebsd-10.1-release/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 134 milliseconds