OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_assoc
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/cachegrind/
cg_arch.c
224
UInt
new_assoc
= old_assoc;
local
251
new_assoc
= (UInt)(0.5 + factor * (Double)old_assoc);
252
tl_assert(
new_assoc
>= old_assoc);
254
new_size = old_line_size *
new_assoc
* new_nSets;
258
if (new_size == old_size &&
new_assoc
== old_assoc)
266
new_line_size,
new_assoc
, new_size);
269
LLc->assoc =
new_assoc
;
/external/wpa_supplicant_8/src/ap/
drv_callbacks.c
44
int
new_assoc
, res;
local
392
new_assoc
= (sta->flags & WLAN_STA_ASSOC) == 0;
403
hostapd_new_assoc_sta(hapd, sta, !
new_assoc
);
[
all
...]
ieee802_11.c
3401
int
new_assoc
= 1;
local
[
all
...]
Completed in 349 milliseconds