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

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/echo/
H A Dfir.h35 history to avoid 0 length hardware loop issues. This is wasteful of
41 history sample offsets that are 16 bit aligned - the dual MAC needs
65 int16_t *history; member in struct:fir16_state_t
77 int16_t *history; member in struct:fir32_state_t
88 float *history; member in struct:fir_float_state_t
98 fir->history = kcalloc(2 * taps, sizeof(int16_t), GFP_KERNEL);
100 fir->history = kcalloc(taps, sizeof(int16_t), GFP_KERNEL);
102 return fir->history;
108 memset(fir->history, 0, 2 * fir->taps * sizeof(int16_t));
110 memset(fir->history,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/system/
H A Dreadline.h27 # include <readline/history.h>
33 # include <history.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/delta/
H A Ddelta_private.h25 /// Position in history[]
28 /// Buffer to hold history of the original data
29 uint8_t history[LZMA_DELTA_DIST_MAX]; member in struct:lzma_coder_s
H A Ddelta_encoder.c27 const uint8_t tmp = coder->history[
29 coder->history[coder->pos-- & 0xFF] = in[i];
43 const uint8_t tmp = coder->history[
45 coder->history[coder->pos-- & 0xFF] = buffer[i];
H A Ddelta_decoder.c23 buffer[i] += coder->history[(distance + coder->pos) & 0xFF];
24 coder->history[coder->pos-- & 0xFF] = buffer[i];
H A Ddelta_common.c51 memzero(next->coder->history, LZMA_DELTA_DIST_MAX);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/delta/
H A Ddelta_private.h25 /// Position in history[]
28 /// Buffer to hold history of the original data
29 uint8_t history[LZMA_DELTA_DIST_MAX]; member in struct:lzma_coder_s
H A Ddelta_encoder.c27 const uint8_t tmp = coder->history[
29 coder->history[coder->pos-- & 0xFF] = in[i];
43 const uint8_t tmp = coder->history[
45 coder->history[coder->pos-- & 0xFF] = buffer[i];
H A Ddelta_decoder.c23 buffer[i] += coder->history[(distance + coder->pos) & 0xFF];
24 coder->history[coder->pos-- & 0xFF] = buffer[i];
H A Ddelta_common.c51 memzero(next->coder->history, LZMA_DELTA_DIST_MAX);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/vis/
H A Dwgets.h34 FTPLineListPtr history; /* in, out */ member in struct:WGetsParams
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfilehist.tex7 in an MDI application, where the file history should appear on each MDI child menu
37 The number of files stored in the history array.
51 The file menu used to display the file history list (if enabled).
62 history menu item. Since menu items can't share the same ID you should change
78 Adds a file to the file history list, if the object has a pointer to an appropriate file menu.
85 Appends the files in the history list, to all menus managed by the file history object.
89 Appends the files in the history list, to the given menu only.
103 Returns the number of files currently stored in the file history.
124 Returns the list of menus that are managed by this file history objec
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.h43 int history; member in class:TpcbExample
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dreadline.c28 # include <readline/history.h>
34 # include <history.h>
155 history
169 DEBUG(0,("no history without readline support\n"));
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_idet.c48 uint8_t history[HIST_SIZE]; member in struct:__anon3403
145 memmove(idet->history+1, idet->history, HIST_SIZE-1);
146 idet->history[0] = type;
149 if(idet->history[i] != UNDETERMINED){
151 best_type = idet->history[i];
153 if(idet->history[i] == best_type) {
272 memset(idet->history, UNDETERMINED, HIST_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dpdbtest.c98 /* Check password history */
102 DEBUG(0, ("Password history is not set\n"));
106 DEBUG(0, ("Password history not written correctly, lengths differ, want %d, got %d\n",
110 DEBUG(0, ("Password history not written correctly\n"));
236 uint32 expire, min_age, history; local
292 pdb_get_account_policy(AP_PASSWORD_HISTORY, &history);
293 if (history * PW_HISTORY_ENTRY_LEN < NT_HASH_LEN) {
296 buf = (uint8 *)TALLOC(ctx, history * PW_HISTORY_ENTRY_LEN);
310 for (i = 0; i < history * PW_HISTORY_ENTRY_LEN; i++) {
313 pdb_set_pw_history(out, buf, history, PDB_SE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dfsm.c97 int e = fi->history[idx].event;
98 int s = fi->history[idx++].state;
114 fi->history[fi->history_index].state = state;
115 fi->history[fi->history_index++].event = event;
/netgear-R7000-V1.0.7.12_1.2.5/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...]

Completed in 295 milliseconds

123