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

/freebsd-10.0-release/contrib/file/
H A Dprint.c68 m->in_offset);
H A Dfile.h269 int32_t in_offset; /* offset from indirection */ member in struct:magic
H A Dapprentice.c1265 m->in_offset = 0;
1335 m->in_offset = (int32_t)strtol(l, &t, 0);
1339 "in_offset `%s' invalid", l);
2482 m->in_offset = swap4((uint32_t)m->in_offset);
H A Dsoftmagic.c1049 int off = m->in_offset;
/freebsd-10.0-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.0-release/sys/ofed/drivers/net/mlx4/
H A Dfw.c1651 u8 op_modifier, u32 in_offset[],
1671 if (in_offset[i] > MLX4_MAILBOX_SIZE) {
1676 MLX4_GET(counter_out[i], outbox, in_offset[i]);
1650 mlx4_query_diag_counters(struct mlx4_dev *dev, int array_length, u8 op_modifier, u32 in_offset[], u32 counter_out[]) argument
/freebsd-10.0-release/sys/ofed/include/linux/mlx4/
H A Ddevice.h1096 u8 op_modifier, u32 in_offset[],
/freebsd-10.0-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 144 milliseconds