Searched refs:best (Results 151 - 175 of 489) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openpam/
H A Dmkpkgng.in135 OpenPAM aims to gather the best features of Solaris PAM, XSSO and
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openpam/
H A Dmkpkgng.in135 OpenPAM aims to gather the best features of Solaris PAM, XSSO and
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openpam/
H A Dmkpkgng.in135 OpenPAM aims to gather the best features of Solaris PAM, XSSO and
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dalacenc.c159 int i, best; local
182 best = 0;
184 if(score[i] < score[best]) {
185 best = i;
188 return best;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dalacenc.c159 int i, best; local
182 best = 0;
184 if(score[i] < score[best]) {
185 best = i;
188 return best;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dalacenc.c159 int i, best; local
182 best = 0;
184 if(score[i] < score[best]) {
185 best = i;
188 return best;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8978.c704 int i, best = 0; local
773 best = i;
781 best = wm8978->mclk_idx;
787 f_sel * mclk_denominator[best] / mclk_numerator[best] / 256,
792 params_format(params), params_rate(params), best);
795 snd_soc_update_bits(codec, WM8978_CLOCKING, 0xe0, best << 5);
H A Dwm8961.c635 int i, best, target, fs; local
646 best = 0;
649 abs(wm8961_srate[best].rate - fs))
650 best = i;
654 reg |= wm8961_srate[best].val;
657 wm8961_srate[best].rate, fs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/soc/codecs/
H A Dwm8978.c704 int i, best = 0; local
773 best = i;
781 best = wm8978->mclk_idx;
787 f_sel * mclk_denominator[best] / mclk_numerator[best] / 256,
792 params_format(params), params_rate(params), best);
795 snd_soc_update_bits(codec, WM8978_CLOCKING, 0xe0, best << 5);
H A Dwm8961.c635 int i, best, target, fs; local
646 best = 0;
649 abs(wm8961_srate[best].rate - fs))
650 best = i;
654 reg |= wm8961_srate[best].val;
657 wm8961_srate[best].rate, fs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dm68k-dis.c1204 /* Try to match the current instruction to best and if so, return the
1210 const struct m68k_opcode * best)
1215 const char *args = best->args;
1274 if (p - buffer < 4 && (best->match & 0xFFFF) != 0)
1280 && (best->match & 0xffff) == 0xffff
1323 best->name, best->args);
1334 info->fprintf_func (info->stream, "%s", best->name);
1206 match_insn_m68k(bfd_vma memaddr, disassemble_info * info, const struct m68k_opcode * best) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dm68k-dis.c1204 /* Try to match the current instruction to best and if so, return the
1210 const struct m68k_opcode * best)
1215 const char *args = best->args;
1274 if (p - buffer < 4 && (best->match & 0xFFFF) != 0)
1280 && (best->match & 0xffff) == 0xffff
1323 best->name, best->args);
1334 info->fprintf_func (info->stream, "%s", best->name);
1206 match_insn_m68k(bfd_vma memaddr, disassemble_info * info, const struct m68k_opcode * best) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dm68k-dis.c1204 /* Try to match the current instruction to best and if so, return the
1210 const struct m68k_opcode * best)
1215 const char *args = best->args;
1274 if (p - buffer < 4 && (best->match & 0xFFFF) != 0)
1280 && (best->match & 0xffff) == 0xffff
1323 best->name, best->args);
1334 info->fprintf_func (info->stream, "%s", best->name);
1206 match_insn_m68k(bfd_vma memaddr, disassemble_info * info, const struct m68k_opcode * best) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wan/
H A Dixp4xx_hss.c1181 u32 *best, u32 *best_diff, u32 *reg)
1192 *best = new_rate;
1199 static void find_best_clock(u32 rate, u32 *best, u32 *reg) argument
1206 check_clock(rate, 0x3FF, 1, 1, best, &diff, reg);
1215 check_clock(rate, a - 1, 1, 1, best, &diff, reg);
1225 !check_clock(rate, a - 1, 1, 1, best, &diff, reg))
1227 check_clock(rate, a, b, 0xFFF, best, &diff, reg);
1230 if (!check_clock(rate, a, b, c, best, &diff, reg))
1232 if (!check_clock(rate, a, b, c + 1, best, &diff, reg))
1180 check_clock(u32 rate, u32 a, u32 b, u32 c, u32 *best, u32 *best_diff, u32 *reg) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wan/
H A Dixp4xx_hss.c1181 u32 *best, u32 *best_diff, u32 *reg)
1192 *best = new_rate;
1199 static void find_best_clock(u32 rate, u32 *best, u32 *reg) argument
1206 check_clock(rate, 0x3FF, 1, 1, best, &diff, reg);
1215 check_clock(rate, a - 1, 1, 1, best, &diff, reg);
1225 !check_clock(rate, a - 1, 1, 1, best, &diff, reg))
1227 check_clock(rate, a, b, 0xFFF, best, &diff, reg);
1230 if (!check_clock(rate, a, b, c, best, &diff, reg))
1232 if (!check_clock(rate, a, b, c + 1, best, &diff, reg))
1180 check_clock(u32 rate, u32 a, u32 b, u32 c, u32 *best, u32 *best_diff, u32 *reg) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/utils/
H A Dmii-tool.c197 static const char *media_list(unsigned mask, unsigned mask2, int best) argument
208 if (best) goto out;
218 if (best) break;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/crypto/
H A Dapi.c67 int best = -2; local
85 if (!exact && !(fuzzy && q->cra_priority > best))
91 best = q->cra_priority;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/crypto/
H A Dapi.c67 int best = -2; local
85 if (!exact && !(fuzzy && q->cra_priority > best))
91 best = q->cra_priority;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/utils/
H A Dmii-tool.c197 static const char *media_list(unsigned mask, unsigned mask2, int best) argument
208 if (best) goto out;
218 if (best) break;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/utils/
H A Dmii-tool.c197 static const char *media_list(unsigned mask, unsigned mask2, int best) argument
208 if (best) goto out;
218 if (best) break;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dtmiofb.c565 struct fb_videomode *best = NULL; local
572 && (!best || (mode->xres < best->xres
573 && mode->yres < best->yres)))
574 best = mode;
577 return best;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Dntpd_simple.c509 int best = -1; local
515 if (best < 0 || p->p_datapoint[i].d_delay < p->p_datapoint[best].d_delay)
516 best = i;
523 p->update = p->p_datapoint[best]; /* struct copy */
527 if (p->p_datapoint[i].d_rcv_time <= p->p_datapoint[best].d_rcv_time)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dtmiofb.c565 struct fb_videomode *best = NULL; local
572 && (!best || (mode->xres < best->xres
573 && mode->yres < best->yres)))
574 best = mode;
577 return best;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Dntpd_simple.c509 int best = -1; local
515 if (best < 0 || p->p_datapoint[i].d_delay < p->p_datapoint[best].d_delay)
516 best = i;
523 p->update = p->p_datapoint[best]; /* struct copy */
527 if (p->p_datapoint[i].d_rcv_time <= p->p_datapoint[best].d_rcv_time)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Dntpd_simple.c509 int best = -1; local
515 if (best < 0 || p->p_datapoint[i].d_delay < p->p_datapoint[best].d_delay)
516 best = i;
523 p->update = p->p_datapoint[best]; /* struct copy */
527 if (p->p_datapoint[i].d_rcv_time <= p->p_datapoint[best].d_rcv_time)

Completed in 383 milliseconds

1234567891011>>