Searched refs:history (Results 1 - 25 of 31) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.h43 int history; member in class:TpcbExample
H A DTpcbUI.cpp192 tpcb->history = 5000;
202 tpcb->history = 10000;
212 tpcb->history = 259200;
H A DTpcbExample.cpp26 tellers(TELLERS), history(HISTORY), fast_mode(1), verbose(0),
75 // history records, and tellers.
182 "db_create of history db failed.");
186 if ((err = dbp->open(dbp, NULL, "history", NULL, DB_RECNO,
189 "Create of history file failed. error: %s.",
194 populateHistory(dbp, history, accounts, branches, tellers);
197 "Close of history file failed. error: %s.",
263 "Failure initializing history file: %s.",
329 if ((err = hdb->open(hdb, NULL, "history", NULL, DB_UNKNOWN,
332 "Open of history fil
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dprobe-sched.c59 AVAHI_LLIST_HEAD(AvahiProbeJob, history);
79 AVAHI_LLIST_PREPEND(AvahiProbeJob, jobs, s->history, pj);
93 AVAHI_LLIST_REMOVE(AvahiProbeJob, jobs, s->history, pj);
124 AVAHI_LLIST_PREPEND(AvahiProbeJob, jobs, s->history, pj);
146 AVAHI_LLIST_HEAD_INIT(AvahiProbeJob, s->history);
163 while (s->history)
164 job_free(s, s->history);
229 /* Lets remove it from the history */
345 for (pj = s->history; pj; pj = pj->jobs_next) {
H A Dquery-sched.c77 AVAHI_LLIST_HEAD(AvahiQueryJob, history);
99 AVAHI_LLIST_PREPEND(AvahiQueryJob, jobs, s->history, qj);
114 AVAHI_LLIST_REMOVE(AvahiQueryJob, jobs, s->history, qj);
145 AVAHI_LLIST_PREPEND(AvahiQueryJob, jobs, s->history, qj);
167 AVAHI_LLIST_HEAD_INIT(AvahiQueryJob, s->history);
186 while (s->history)
187 job_free(s, s->history);
286 /* Lets remove it from the history */
337 for (qj = s->history; qj; qj = qj->jobs_next) {
410 /* Look if there's a history jo
[all...]
H A Dresponse-sched.c75 AVAHI_LLIST_HEAD(AvahiResponseJob, history);
99 AVAHI_LLIST_PREPEND(AvahiResponseJob, jobs, s->history, rj);
116 AVAHI_LLIST_REMOVE(AvahiResponseJob, jobs, s->history, rj);
147 AVAHI_LLIST_PREPEND(AvahiResponseJob, jobs, s->history, rj);
169 AVAHI_LLIST_HEAD_INIT(AvahiResponseJob, s->history);
187 while (s->history)
188 job_free(s, s->history);
300 for (rj = s->history; rj; rj = rj->jobs_next) {
306 /* avahi_log_debug("history age: %u", (unsigned) (avahi_age(&rj->delivery)/1000)); */
379 /* avahi_log_debug("Response suppressed by local duplicate suppression (history)"); */
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dreadline.c28 # include <readline/history.h>
34 # include <history.h>
142 history
156 DEBUG(0,("no history without readline support\n"));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_tpcb.c59 * with which to populate the account, history, branch, and teller tables
131 int accounts, branches, seed, tellers, history; local
136 accounts = branches = history = tellers = 0;
171 case 's': /* Number of history records */
172 if ((history = atoi(optarg)) <= 0)
199 history = history == 0 ? HISTORY : history;
204 (long)tellers, (long)history);
210 accounts, branches, history, teller
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dalac.c44 * 8bit history mult
45 * 8bit initial history
174 unsigned int history = rice_initialhistory; local
186 k = av_log2((history >> 9) + 3);
197 /* now update the history */
198 history += x_modified * rice_historymult
199 - ((history * rice_historymult) >> 9);
202 history = 0xffff;
205 if ((history < 128) && (output_count+1 < output_size)) {
211 k = 7 - av_log2(history)
[all...]
H A Dalacenc.c285 unsigned int history = s->rc.initial_history; local
292 k = av_log2((history >> 9) + 3);
302 history += x * s->rc.history_mult
303 - ((history * s->rc.history_mult) >> 9);
307 history = 0xFFFF;
309 if((history < 128) && (i < s->avctx->frame_size)) {
312 k = 7 - av_log2(history) + ((history + 16) >> 6);
323 history = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/net/
H A Dfsm.c95 int e = fi->history[idx].event;
96 int s = fi->history[idx++].state;
112 fi->history[fi->history_index].state = state;
113 fi->history[fi->history_index++].event = event;
H A Dfsm.h25 * Define these to record a history of
52 * Element of State/Event history used for debugging.
72 fsm_history history[FSM_HISTORY_SIZE]; member in struct:fsm_instance_t
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp60 // with which to populate the account, history, branch, and teller tables
119 int accounts, branches, tellers, history; local
125 accounts = branches = history = tellers = 0;
173 // Number of history records
174 if ((history = atoi(argv[++i])) <= 0)
196 history = history == 0 ? HISTORY : history;
202 << (long)history << " History\n";
214 app.populate(accounts, branches, history, teller
272 populate(int accounts, int branches, int history, int tellers) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java24 // with which to populate the account, history, branch, and teller tables
76 int accounts, branches, tellers, history; field in class:TpcbExample
79 int accounts, int branches, int tellers, int history,
86 this.history = history;
117 // history records, and tellers given to the constructor.
235 dbp = dbenv.openDatabase(null, "history", null, config);
238 errExit(e7, "Create of history file failed");
246 errExit(e8, "Close of history file failed");
284 for (i = 1; i <= history;
78 TpcbExample(File home, int accounts, int branches, int tellers, int history, int cachesize, boolean noSync) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dlineedit.c855 if (command_ps[0] != '\0' || state->history[state->cur_history] == NULL) {
856 free(state->history[state->cur_history]);
857 state->history[state->cur_history] = xstrdup(command_ps);
867 get_previous_history(); /* save the current history line */
886 free(state->history[hi]);
904 state->history[hi++] = hl;
921 fprintf(fp, "%s\n", state->history[i]);
939 free(state->history[MAX_HISTORY]);
940 state->history[MAX_HISTORY] = NULL;
941 /* After max history, remov
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dlpc.c271 const FLAC__int32 *history; local
284 history = data;
286 sum += qlp_coeff[j] * (*(--history));
287 sumo += (FLAC__int64)qlp_coeff[j] * (FLAC__int64)(*history);
290 fprintf(stderr,"FLAC__lpc_compute_residual_from_qlp_coefficients: OVERFLOW, i=%u, j=%u, c=%d, d=%d, sumo=%I64d\n",i,j,qlp_coeff[j],*history,sumo);
293 fprintf(stderr,"FLAC__lpc_compute_residual_from_qlp_coefficients: OVERFLOW, i=%u, j=%u, c=%d, d=%d, sumo=%lld\n",i,j,qlp_coeff[j],*history,(long long)sumo);
536 const FLAC__int32 *history; local
548 history = data;
550 sum += (FLAC__int64)qlp_coeff[j] * (FLAC__int64)(*(--history));
801 const FLAC__int32 *r = residual, *history; local
1066 const FLAC__int32 *r = residual, *history; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/vtysh/
H A Dvtysh_main.c30 #include <readline/history.h>
186 /* If the line has any text in it, save it on the history. */
H A Dvtysh.c31 #include <readline/history.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/as/
H A Dlpc_asm.s51 ; coefficients and all relevant history stay in registers, so the outer loop
78 ; load coefficients into v0-v7 and initial history into v8-v15
105 lvsl v16,0,r11 ; v16: history alignment permutation vector
237 vsldoi v15,v15,v14,4 ; increment history
284 vsldoi v8,v8,v20,4 ; insert value onto history
327 ; load coefficients into v0-v1 and initial history into v2-v3
354 lvsl v4,0,r11 ; v4: history alignment permutation vector
419 vsldoi v2,v2,v8,4 ; insert value onto history
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/gas/
H A Dlpc_asm.s53 # coefficients and all relevant history stay in registers, so the outer loop
80 # load coefficients into v0-v7 and initial history into v8-v15
107 lvsl v16,0,r11 # v16: history alignment permutation vector
239 vsldoi v15,v15,v14,4 # increment history
286 vsldoi v8,v8,v20,4 # insert value onto history
329 # load coefficients into v0-v1 and initial history into v2-v3
356 lvsl v4,0,r11 # v4: history alignment permutation vector
421 vsldoi v2,v2,v8,4 # insert value onto history
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlcatalog.c22 #include <readline/history.h>
71 /* If the line has any text in it, save it on the history. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/include/
H A Dlibbb.h856 char *history[MAX_HISTORY + 1]; member in struct:line_input_t
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dshell.c43 # include <readline/history.h>
3066 ** is coming from a file or device. A prompt is issued and history
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DBuilder.pm1216 can erase history if you really want to.
1245 # If backward, wipe history. Its their funeral.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemas.c827 int *history; /* list of (depth, state-id) tuples */ member in struct:_xmlSchemaIDCStateObj
3851 if (sto->history != NULL)
3852 xmlFree(sto->history);
22393 * Register a match in the state object history.
22395 if (sto->history == NULL) {
22396 sto->history = (int *) xmlMalloc(5 * sizeof(int));
22397 if (sto->history == NULL) {
22399 "allocating the state object history", NULL);
22405 sto->history = (int *) xmlRealloc(sto->history,
[all...]

Completed in 399 milliseconds

12