OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dl_load
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/
interworking.c
1188
u8 wan_info,
dl_load
, ul_load;
local
1210
dl_load
= wan[9];
1214
dl_bandwidth = dl_speed / 255 * (255 -
dl_load
);
1216
dl_bandwidth = dl_speed * (255 -
dl_load
) / 255;
[
all
...]
/bionic/tests/libs/
Android.mk
336
# This library is used by
dl_load
test to check symbol preempting
345
# This library is used by
dl_load
test to check symbol preempting
Completed in 54 milliseconds