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

/freebsd-11-stable/contrib/wpa/src/utils/
H A Dradiotap_iter.h36 * @this_arg: pointer to current radiotap arg; it is valid after each
72 unsigned char *this_arg; member in struct:ieee80211_radiotap_iterator
H A Dradiotap.c71 * The iterator's @this_arg member points to the start of the argument
82 * You must take care when dereferencing iterator.this_arg
84 * get_unaligned((type *)iterator.this_arg) to dereference
85 * iterator.this_arg for type "type" safely on all arches.
157 iterator->this_arg = iterator->_arg;
220 * in @this_arg_index and sets @this_arg to point to the
222 * present fields. @this_arg can be changed by the caller (eg,
228 * You must take care when dereferencing iterator.this_arg
230 * get_unaligned((type *)iterator.this_arg) to dereference
231 * iterator.this_arg fo
[all...]
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c131 if (*iter.this_arg & IEEE80211_RADIOTAP_F_FCS)
139 failed = le_to_host16((*(le16 *) iter.this_arg)) &
148 datarate = *iter.this_arg * 5;
151 ssi_signal = (s8) *iter.this_arg;
/freebsd-11-stable/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-11-stable/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 189 milliseconds