Searched refs:initialised (Results 1 - 25 of 45) sorted by relevance

12

/barrelfish-master/usr/drivers/xeon_phi/
H A Dsleep.c25 static bool initialised = false; variable
29 if (!initialised) {
35 initialised = true;
42 if (!initialised) {
59 if (!initialised) {
/barrelfish-master/usr/tests/bulk_transfer/
H A Dsleep.c25 static bool initialised = false; variable
29 if (!initialised) {
35 initialised = true;
42 if (!initialised) {
59 if (!initialised) {
/barrelfish-master/usr/bench/net_latency/
H A Dsleep.c26 static bool initialised = false; variable
30 if (!initialised) {
36 initialised = true;
43 if (!initialised) {
/barrelfish-master/usr/drivers/e10k/
H A Dsleep.c25 static bool initialised = false; variable
29 if (!initialised) {
35 initialised = true;
42 if (!initialised) {
/barrelfish-master/usr/mem_serv_dist/
H A Dsleep.c25 static bool initialised = false; variable
29 if (!initialised) {
35 initialised = true;
42 if (!initialised) {
/barrelfish-master/usr/vmkitmon/
H A Dvmkitmon.c45 static bool initialised = false; variable
49 if (!initialised) {
55 initialised = true;
61 if (!initialised) {
121 if (!initialised)
/barrelfish-master/usr/skb/programs/
H A Dplat_fvp.pl10 % Statically-initialised hardware facts for the A57
H A Dplat_qemu.pl10 % Statically-initialised hardware facts for the A57
H A Dplat_VE_A15x1.pl10 % Statically-initialised hardware facts for the Fixed Virtual Platform A15x1,
H A Dplat_VE_A15x2.pl10 % Statically-initialised hardware facts for the Fixed Virtual Platform A15x4,
H A Dplat_PandaboardES.pl10 % Statically-initialised hardware facts for the Pandaboard ES
H A Dplat_zynq7.pl10 % Statically-initialised hardware facts for Zynq7000-series SoCs.
H A Dplat_VE_A9x4.pl10 % Statically-initialised hardware facts for the Fixed Virtual Platform A9x4
H A Dplat_VE_A9x1.pl10 % Statically-initialised hardware facts for the Fixed Virtual Platform A9x1
H A Dplat_cn88xx.pl10 % Statically-initialised hardware facts for the ThunderX CN88xx SoC
H A Dplat_VE_A15x4.pl10 % Statically-initialised hardware facts for the Fixed Virtual Platform A15x4,
H A Dplat_apm88xxxx.pl10 % Statically-initialised hardware facts for the X-GENE APM88xxxx SoC
H A Dplat_imx8x.pl10 % Statically-initialised hardware facts for the ThunderX CN88xx SoC
H A Dplat_VE_A15x4_A7x4.pl10 % Statically-initialised hardware facts for the big.LITTLE Fixed Virtual
/barrelfish-master/lib/openssl-1.0.0d/crypto/engine/
H A Deng_dyn.c318 int initialised; local
325 initialised = ((ctx->dynamic_dso == NULL) ? 0 : 1);
327 if(initialised)
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_nuron.c170 int initialised = ((pvDSOHandle == NULL) ? 0 : 1); local
179 if(initialised)
H A De_atalla.c422 int initialised = ((atalla_dso == NULL) ? 0 : 1); local
431 if(initialised)
H A De_4758cca.c369 int initialised = ((dso == NULL) ? 0 : 1); local
379 if(initialised)
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c428 int initialised = ((cluster_labs_dso == NULL) ? 0 : 1); local
438 if(initialised)
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/ibmca/
H A Dhw_ibmca.c444 int initialised = ((ibmca_dso == NULL) ? 0 : 1); local
453 if(initialised)

Completed in 121 milliseconds

12