Searched refs:currentInt (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbUI.cpp311 int currentInt, valid; local
352 currentInt = GetDlgItemInt(hDlg,
355 tpcb->rand_seed = currentInt;
356 currentInt = GetDlgItemInt(hDlg,
359 if (currentInt < 20) {
365 tpcb->cachesize = currentInt*1024;

Completed in 105 milliseconds