Searched refs:hist (Results 1 - 25 of 77) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/btools/
H A Dsizehistory.pl23 @hist = <F>;
25 if ($#hist >= 0) {
26 if ($#hist > 20) {
27 splice(@hist, 0, $#hist - 19);
29 print @hist;
30 if ($hist[$#hist] =~ /^(\d+)\t(\d+)\t(\d+)\t(\d+)\t/) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/btools/
H A Dsizehistory.pl23 @hist = <F>;
25 if ($#hist >= 0) {
26 if ($#hist > 20) {
27 splice(@hist, 0, $#hist - 19);
29 print @hist;
30 if ($hist[$#hist] =~ /^(\d+)\t(\d+)\t(\d+)\t(\d+)\t/) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/btools/
H A Dsizehistory.pl23 @hist = <F>;
25 if ($#hist >= 0) {
26 if ($#hist > 20) {
27 splice(@hist, 0, $#hist - 19);
29 print @hist;
30 if ($hist[$#hist] =~ /^(\d+)\t(\d+)\t(\d+)\t(\d+)\t/) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/tools/
H A Dprobetest.c74 unsigned hist = 0; local
84 unsigned int p2 = hist ? p & 0x3F : (p >> 6);
87 hist = v;
92 unsigned int p2 = (p >> (hist*3)) & 7;
95 hist = (2*hist + v) & 3;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/tools/
H A Dprobetest.c74 unsigned hist = 0; local
84 unsigned int p2 = hist ? p & 0x3F : (p >> 6);
87 hist = v;
92 unsigned int p2 = (p >> (hist*3)) & 7;
95 hist = (2*hist + v) & 3;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/tools/
H A Dprobetest.c74 unsigned hist = 0; local
84 unsigned int p2 = hist ? p & 0x3F : (p >> 6);
87 hist = v;
92 unsigned int p2 = (p >> (hist*3)) & 7;
95 hist = (2*hist + v) & 3;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/vq/
H A Dbookutil.h39 extern void build_tree_from_lengths(int vals, long *hist, long *lengths);
40 extern void build_tree_from_lengths0(int vals, long *hist, long *lengths);
H A Dhuffbuild.c130 long *hist=_ogg_calloc(vals,sizeof(long)); local
133 for(j=loval;j<vals;j++)hist[j]=guard;
141 hist[val]++;
149 build_tree_from_lengths0(vals,hist,lengths);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/vq/
H A Dbookutil.h39 extern void build_tree_from_lengths(int vals, long *hist, long *lengths);
40 extern void build_tree_from_lengths0(int vals, long *hist, long *lengths);
H A Dhuffbuild.c130 long *hist=_ogg_calloc(vals,sizeof(long)); local
133 for(j=loval;j<vals;j++)hist[j]=guard;
141 hist[val]++;
149 build_tree_from_lengths0(vals,hist,lengths);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/vq/
H A Dbookutil.h39 extern void build_tree_from_lengths(int vals, long *hist, long *lengths);
40 extern void build_tree_from_lengths0(int vals, long *hist, long *lengths);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/readline/
H A Dhistory.c213 history_get_time (hist)
214 HIST_ENTRY *hist;
219 if (hist == 0 || hist->timestamp == 0)
221 ts = hist->timestamp;
318 free_history_entry (hist)
319 HIST_ENTRY *hist;
323 if (hist == 0)
325 FREE (hist->line);
326 FREE (hist
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/readline/
H A Dhistory.c213 history_get_time (hist)
214 HIST_ENTRY *hist;
219 if (hist == 0 || hist->timestamp == 0)
221 ts = hist->timestamp;
318 free_history_entry (hist)
319 HIST_ENTRY *hist;
323 if (hist == 0)
325 FREE (hist->line);
326 FREE (hist
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/readline/
H A Dhistory.c213 history_get_time (hist)
214 HIST_ENTRY *hist;
219 if (hist == 0 || hist->timestamp == 0)
221 ts = hist->timestamp;
318 free_history_entry (hist)
319 HIST_ENTRY *hist;
323 if (hist == 0)
325 FREE (hist->line);
326 FREE (hist
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dra288.c114 * @param hist pointer to the input history of the filter
120 float *hist, float *out2, const float *window)
127 apply_window(work, window, hist, order + n + non_rec);
144 static void backward_filter(float *hist, float *rec, const float *window, argument
150 do_hybrid_window(order, n, non_rec, temp, hist, rec, window);
155 memmove(hist, hist + n, move_size*sizeof(*hist));
119 do_hybrid_window(int order, int n, int non_rec, float *out, float *hist, float *out2, const float *window) argument
H A Ddvdsubenc.c97 unsigned long hist[256]; local
107 hist[i] = 0;
115 hist[color] += alpha;
121 if (hist[i] > hmax) {
123 hmax = hist[i];
129 av_log(NULL, AV_LOG_DEBUG, "dvd_subtitle hist[%d]=%ld -> col %d\n",
130 imax, hist[imax], color);
132 hist[imax] = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dra288.c114 * @param hist pointer to the input history of the filter
120 float *hist, float *out2, const float *window)
127 apply_window(work, window, hist, order + n + non_rec);
144 static void backward_filter(float *hist, float *rec, const float *window, argument
150 do_hybrid_window(order, n, non_rec, temp, hist, rec, window);
155 memmove(hist, hist + n, move_size*sizeof(*hist));
119 do_hybrid_window(int order, int n, int non_rec, float *out, float *hist, float *out2, const float *window) argument
H A Ddvdsubenc.c97 unsigned long hist[256]; local
107 hist[i] = 0;
115 hist[color] += alpha;
121 if (hist[i] > hmax) {
123 hmax = hist[i];
129 av_log(NULL, AV_LOG_DEBUG, "dvd_subtitle hist[%d]=%ld -> col %d\n",
130 imax, hist[imax], color);
132 hist[imax] = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dra288.c114 * @param hist pointer to the input history of the filter
120 float *hist, float *out2, const float *window)
127 apply_window(work, window, hist, order + n + non_rec);
144 static void backward_filter(float *hist, float *rec, const float *window, argument
150 do_hybrid_window(order, n, non_rec, temp, hist, rec, window);
155 memmove(hist, hist + n, move_size*sizeof(*hist));
119 do_hybrid_window(int order, int n, int non_rec, float *out, float *hist, float *out2, const float *window) argument
H A Ddvdsubenc.c97 unsigned long hist[256]; local
107 hist[i] = 0;
115 hist[color] += alpha;
121 if (hist[i] > hmax) {
123 hmax = hist[i];
129 av_log(NULL, AV_LOG_DEBUG, "dvd_subtitle hist[%d]=%ld -> col %d\n",
130 imax, hist[imax], color);
132 hist[imax] = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/kernel/
H A Dirq.c205 int hist = action->cr16_hist[k]; local
207 if (hist) {
208 avg += hist;
212 if (hist > max) max = hist;
213 if (hist < min) min = hist;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/src/
H A Dprogress.c547 } hist;
704 struct bar_progress_hist *hist = &bp->hist;
728 xzero (*hist);
753 hist->total_time -= hist->times[hist->pos];
754 hist->total_bytes -= hist->bytes[hist
545 } hist; member in struct:bar_progress
702 struct bar_progress_hist *hist = &bp->hist; local
916 struct bar_progress_hist *hist = &bp->hist; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/kernel/
H A Dirq.c205 int hist = action->cr16_hist[k]; local
207 if (hist) {
208 avg += hist;
212 if (hist > max) max = hist;
213 if (hist < min) min = hist;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/src/
H A Dprogress.c547 } hist;
704 struct bar_progress_hist *hist = &bp->hist;
728 xzero (*hist);
753 hist->total_time -= hist->times[hist->pos];
754 hist->total_bytes -= hist->bytes[hist
545 } hist; member in struct:bar_progress
702 struct bar_progress_hist *hist = &bp->hist; local
916 struct bar_progress_hist *hist = &bp->hist; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/src/
H A Dprogress.c547 } hist;
704 struct bar_progress_hist *hist = &bp->hist;
728 xzero (*hist);
753 hist->total_time -= hist->times[hist->pos];
754 hist->total_bytes -= hist->bytes[hist
545 } hist; member in struct:bar_progress
702 struct bar_progress_hist *hist = &bp->hist; local
916 struct bar_progress_hist *hist = &bp->hist; local
[all...]

Completed in 376 milliseconds

1234