Searched refs:percent (Results 1 - 25 of 33) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DFeedbackHandler.java22 @param percent
23 The percent of the operation completed, specified as an integer value between 0 and 100.
25 void recoveryFeedback(Environment environment, int percent); argument
35 @param percent
36 The percent of the operation completed, specified as an integer value between 0 and 100.
38 void upgradeFeedback(Database database, int percent); argument
48 @param percent
49 The percent of the operation completed, specified as an integer value between 0 and 100.
51 void verifyFeedback(Database database, int percent); argument
H A DEnvironment.java513 Ensure that a specified percent of the pages in the shared memory
520 @param percent
521 The percent of the pages in the cache that should be clean.
530 public int trickleCacheWrite(int percent) argument
533 return dbenv.memp_trickle(percent);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test_micro/
H A Dreport67 # release, average, runs, percent, standard deviation
68 read rel avg runs percent rsd
73 # echo "read: rel $rel, avg $avg, runs $runs, percent $percent, rsd $rsd" > /dev/stderr
87 if test "X$percent" != "X" -o "X$rsd" != "X"; then
89 if test "X$percent" = "X"; then
92 echo -n "-$percent"
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DCallbackTest.java131 public void recoveryFeedback(Environment dbenv, int percent) argument
133 TestUtils.DEBUGOUT(2, "recoveryFeedback callback invoked. percent: " + percent);
135 public void upgradeFeedback(Database db, int percent) argument
137 TestUtils.DEBUGOUT(2, "upgradeFeedback callback invoked. percent: " + percent);
139 public void verifyFeedback(Database db, int percent) argument
141 TestUtils.DEBUGOUT(2, "verifyFeedback callback invoked. percent: " + percent);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_cb_prg.c51 double percent; local
83 percent = frac * 100.0f;
92 fprintf(bar->out, format, line, percent);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dcache.c167 static void next_expiry(AvahiCache *c, AvahiCacheEntry *e, unsigned percent);
172 unsigned percent = 0; local
195 percent = 85;
200 percent = 90;
204 percent = 95;
209 percent = 100;
215 assert(percent > 0);
222 next_expiry(e->cache, e, percent);
239 static void next_expiry(AvahiCache *c, AvahiCacheEntry *e, unsigned percent) { argument
245 assert(percent >
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dtc_util.h46 extern int get_percent(unsigned *percent, const char *str);
52 extern void print_percent(char *buf, int len, __u32 percent);
60 extern char * sprint_percent(__u32 percent, char *buf);
H A Dtc_util.c337 int get_percent(__u32 *percent, const char *str) argument
347 *percent = (unsigned) rint(per * max_percent_value);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_recover/
H A Ddb_recover.c189 db_recover_feedback(dbenv, opcode, percent)
192 int percent;
197 printf("\rrecovery %d%% complete", percent);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_recover/
H A Ddb_recover.c174 db_recover_feedback(dbenv, opcode, percent)
177 int percent;
182 printf("\rrecovery %d%% complete", percent);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Dtextbox.c384 int percent; local
388 percent = (page - buf) * 100 / strlen(buf);
390 wprintw(win, "(%3d%%)", percent);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb_java.i153 private final void handle_env_feedback(int opcode, int percent) {
155 env_feedback_handler.recoveryFeedback(wrapper, percent);
371 private final void handle_db_feedback(int opcode, int percent) {
373 db_feedback_handler.upgradeFeedback(wrapper, percent);
375 db_feedback_handler.upgradeFeedback(wrapper, percent);
H A Djava_callbacks.i34 static void __dbj_env_feedback(DB_ENV *dbenv, int opcode, int percent)
41 env_feedback_method, opcode, percent);
576 static void __dbj_db_feedback(DB *db, int opcode, int percent)
583 db_feedback_method, opcode, percent);
H A Ddb.i1138 int memp_trickle(int percent) {
1140 errno = self->memp_trickle(self, percent, &ret);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dtextbox.c520 int fpos, percent; local
529 percent = !file_size ?
532 wprintw(win, "(%3d%%)", percent);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/config/
H A Dtextbox.c543 int fpos, percent; local
552 percent = !file_size ?
555 wprintw (win, "(%3d%%)", percent);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/editors/
H A Dvi.c2670 int cur, percent, ret, trunc_at; local
2689 // current line percent
2693 percent = (100 * cur) / tot;
2696 percent = 100;
2714 cur, tot, percent);
3850 int i, cnt, thing, rbi, startrbi, percent; local
3863 percent = (int) lrand48() % 100; // get a number from 0-99
3864 if (percent < Mp) { // Movement commands
3868 } else if (percent < Np) { // non-movement commands
3871 } else if (percent < D
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/tests/
H A DMakefile.am92 Test-iri-percent.px \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbEnv.java132 private final void handle_env_feedback(int opcode, int percent) { argument
134 env_feedback_handler.recoveryFeedback(wrapper, percent);
485 public int memp_trickle(int percent) throws com.sleepycat.db.DatabaseException { argument
486 return db_javaJNI.DbEnv_memp_trickle(swigCPtr, this, percent);
H A DDb.java120 private final void handle_db_feedback(int opcode, int percent) { argument
122 db_feedback_handler.upgradeFeedback(wrapper, percent);
124 db_feedback_handler.upgradeFeedback(wrapper, percent);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/common/
H A Dsharpsl_pm.c121 int voltage, percent, apm_status, i = 0; local
146 percent = get_percentage(voltage);
150 if ((sharpsl_pm.battstat.ac_status == APM_AC_ONLINE) || (apm_status == APM_BATTERY_STATUS_HIGH) || percent <= sharpsl_pm.battstat.mainbat_percent) {
153 sharpsl_pm.battstat.mainbat_percent = percent;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dusbvideo.c461 unsigned long allPackets, badPackets, goodPackets, percent; local
468 percent = (100 * goodPackets) / allPackets;
470 percent = goodPackets / (allPackets / 100);
472 allPackets, badPackets, percent);
480 percent = (100 * xferBytes) / allBytes;
482 percent = xferBytes / (allBytes / 100);
501 xferBytes, multiplier, percent);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Dlink.c2944 * percent - convert count to a percentage of total (rounding up or down)
2947 static u32 percent(u32 count, u32 total) function
3013 percent(l_ptr->stats.msg_length_profile[0], profile_total),
3014 percent(l_ptr->stats.msg_length_profile[1], profile_total),
3015 percent(l_ptr->stats.msg_length_profile[2], profile_total),
3016 percent(l_ptr->stats.msg_length_profile[3], profile_total),
3017 percent(l_ptr->stats.msg_length_profile[4], profile_total),
3018 percent(l_ptr->stats.msg_length_profile[5], profile_total),
3019 percent(l_ptr->stats.msg_length_profile[6], profile_total));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_mp.c113 int pages, percent, result, ret; local
120 Tcl_WrongNumArgs(interp, 2, objv, "percent");
124 result = Tcl_GetIntFromObj(interp, objv[2], &percent);
129 ret = dbenv->memp_trickle(dbenv, percent, &pages);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c81 float percent, unsigned int dpynum);
12754 float percent; local
12760 percent = ((float) curr) / ((float) max);
12761 return ((percent * (tbl->table[pass] - tbl->table[pass-1]))
12776 int e2fsck_simple_progress(e2fsck_t ctx, const char *label, float percent, argument
12794 fixed_percent = (int) ((10 * percent) + 0.5);
12823 i = ((percent * dpywidth) + 50) / 100;
12831 printf(" %4.1f%% ", percent);
12849 float percent; local
12858 percent
[all...]

Completed in 303 milliseconds

12