HomeSort by: relevance | last modified time | path
    Searched refs:dl_load (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/dso/
dso_dl.c 16 /* Part of the hack in "dl_load" ... */
19 static int dl_load(DSO *dso);
30 dl_load,
53 static int dl_load(DSO *dso) function
  /src/crypto/external/bsd/openssl/dist/crypto/dso/
dso_dl.c 16 /* Part of the hack in "dl_load" ... */
19 static int dl_load(DSO *dso);
30 dl_load,
53 static int dl_load(DSO *dso) function
  /src/crypto/external/bsd/openssl.old/dist/crypto/dso/
dso_dl.c 16 /* Part of the hack in "dl_load" ... */
19 static int dl_load(DSO *dso);
30 dl_load,
53 static int dl_load(DSO *dso) function
  /src/external/bsd/wpa/dist/wpa_supplicant/
interworking.c 1258 u8 wan_info, dl_load, ul_load; local
1280 dl_load = wan[9];
1284 dl_bandwidth = dl_speed / 255 * (255 - dl_load);
1286 dl_bandwidth = dl_speed * (255 - dl_load) / 255;

Completed in 27 milliseconds