HomeSort by relevance Sort by last modified time
    Searched refs:dl_load (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/dso/
dso_dl.c 72 /* Part of the hack in "dl_load" ... */
75 static int dl_load(DSO *dso);
93 dl_load,
122 static int dl_load(DSO *dso) function
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 1134 u8 wan_info, dl_load, ul_load; local
1156 dl_load = wan[9];
1160 dl_bandwidth = dl_speed / 255 * (255 - dl_load);
1162 dl_bandwidth = dl_speed * (255 - dl_load) / 255;
    [all...]

Completed in 105 milliseconds