Home
last modified time | relevance | path

Searched refs:dWin (Results 1 – 10 of 10) sorted by relevance

/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/win32/libwin32/
H A DstatusDialog.cpp149 void statusDialog::resize(HWND dWin, int dWidth, int dHeight) in resize() argument
156 bWin = GetDlgItem(dWin, IDOK); /* get size of OK button */ in resize()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/win32/libwin32/
H A DstatusDialog.cpp149 void statusDialog::resize(HWND dWin, int dWidth, int dHeight) in resize() argument
156 bWin = GetDlgItem(dWin, IDOK); /* get size of OK button */ in resize()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/win32/libwin32/
H A DstatusDialog.cpp149 void statusDialog::resize(HWND dWin, int dWidth, int dHeight) in resize() argument
156 bWin = GetDlgItem(dWin, IDOK); /* get size of OK button */ in resize()
/dports/sysutils/bacula9-server/bacula-9.6.7/src/win32/libwin32/
H A DstatusDialog.cpp149 void statusDialog::resize(HWND dWin, int dWidth, int dHeight) in resize() argument
156 bWin = GetDlgItem(dWin, IDOK); /* get size of OK button */ in resize()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/win32/libwin32/
H A DstatusDialog.cpp149 void statusDialog::resize(HWND dWin, int dWidth, int dHeight) in resize() argument
156 bWin = GetDlgItem(dWin, IDOK); /* get size of OK button */ in resize()
/dports/sysutils/bacula9-client/bacula-9.6.7/src/win32/libwin32/
H A DstatusDialog.cpp149 void statusDialog::resize(HWND dWin, int dWidth, int dHeight) in resize() argument
156 bWin = GetDlgItem(dWin, IDOK); /* get size of OK button */ in resize()
/dports/sysutils/bacula11-server/bacula-11.0.5/src/win32/libwin32/
H A DstatusDialog.cpp149 void statusDialog::resize(HWND dWin, int dWidth, int dHeight) in resize() argument
156 bWin = GetDlgItem(dWin, IDOK); /* get size of OK button */ in resize()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/win32/libwin32/
H A DstatusDialog.cpp149 void statusDialog::resize(HWND dWin, int dWidth, int dHeight) in resize() argument
156 bWin = GetDlgItem(dWin, IDOK); /* get size of OK button */ in resize()
/dports/mail/crm114/crm114-20100106-BlameMichelson.src/
H A Dcrm_neural_net.c817 float *dWin, *dWhid, *dWout; in crm_neural_net_learn() local
1152 dWin = malloc(sizeof(float) * nn->retina_size * nn->first_layer_size); in crm_neural_net_learn()
1157 if(!dWin || !dWhid || !dWout) in crm_neural_net_learn()
1159 if(dWin) in crm_neural_net_learn()
1160 free(dWin); in crm_neural_net_learn()
1205 dWin[channel * nn->first_layer_size + neuron] = 0.0; in crm_neural_net_learn()
1631 dWin [ channel * nn->first_layer_size + neuron] += in crm_neural_net_learn()
1685 dWin[ channel * nn->first_layer_size + neuron]; in crm_neural_net_learn()
1707 free(dWin); in crm_neural_net_learn()
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/com/jogamp/newt/awt/
H A DNewtCanvasAWT.java632 final Window dWin = cWin.getDelegatedWindow(); in updatePixelScale() local
633 if( dWin instanceof WindowImpl ) { in updatePixelScale()
636 ((WindowImpl)dWin).pixelScaleChangeNotify(minPixelScale, maxPixelScale, true); in updatePixelScale()
705 final Window dWin = cWin.getDelegatedWindow(); in destroyImpl() local
707 if( windowClosing && dWin instanceof WindowImpl ) { in destroyImpl()
708 ((WindowImpl)dWin).windowDestroyNotify(true); in destroyImpl()