Searched refs:this_arg (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dradiotap_iter.h14 * @this_arg: pointer to current radiotap arg
25 unsigned char *this_arg; member in struct:ieee80211_radiotap_iterator
H A Dradiotap.c60 * The iterator's @this_arg member points to the start of the argument
71 * You must take care when dereferencing iterator.this_arg
73 * get_unaligned((type *)iterator.this_arg) to dereference
74 * iterator.this_arg for type "type" safely on all arches.
100 iterator->this_arg = NULL;
144 * in @this_arg_index and sets @this_arg to point to the
146 * present fields. @this_arg can be changed by the caller (eg,
152 * You must take care when dereferencing iterator.this_arg
154 * get_unaligned((type *)iterator.this_arg) to dereference
155 * iterator.this_arg fo
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dgcc.c7302 const char *this_path, *this_arg;
7374 this_arg = p;
7382 if (*this_arg != '!')
7387 ++this_arg;
7390 ok = used_arg (this_arg, p - this_arg);
7444 this_arg = p;
7452 if (*this_arg != '!')
7457 ++this_arg;
7461 This is true even if this_arg begin
7272 const char *this_path, *this_arg; local
7550 const char *this_arg; local
[all...]
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c2170 rtx this_arg = operands[i];
2174 if (GET_MODE (this_arg) == TFmode)
2182 if (GET_CODE (this_arg) == MEM
2184 this_arg = XEXP (this_arg, 0);
2185 else if (CONSTANT_P (this_arg)
2188 this_slot = force_const_mem (TFmode, this_arg);
2189 this_arg = XEXP (this_slot, 0);
2197 emit_move_insn (this_slot, this_arg);
2201 this_arg
2165 rtx this_arg = operands[i]; local
[all...]

Completed in 172 milliseconds