Searched refs:best (Results 1 - 25 of 148) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dinet_ntop.c96 } best, cur; local
108 best.base = -1;
110 best.len = 0;
121 if(best.base == -1 || cur.len > best.len)
122 best = cur;
126 if((cur.base != -1) && (best.base == -1 || cur.len > best.len))
127 best = cur;
128 if(best
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Dmisc.c24 int i,best; local
30 best = -1;
35 best = i;
40 if (best > -1) (*pos) += best_len;
41 return best;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid6algos.c84 /* Try to pick the best algorithm */
90 const struct raid6_calls * best; local
114 bestperf = 0; bestprefer = 0; best = NULL;
133 best = *algo;
134 bestprefer = best->prefer;
142 if (best) {
144 best->name,
146 raid6_call = *best;
152 return best ? 0 : -EINVAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dgeneric.c47 struct usb_host_config *c, *best; local
49 best = NULL;
106 best = c;
118 best = c;
124 else if (!best)
125 best = c;
133 if (best) {
134 i = best->desc.bConfigurationValue;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-timing.h117 short best = 0; local
125 if ((best = (id->dma_ultra & 0x0040) ? XFER_UDMA_6 : 0)) return best;
128 if ((best = (id->dma_ultra & 0x0020) ? XFER_UDMA_5 : 0)) return best;
131 if ((best = (id->dma_ultra & 0x0010) ? XFER_UDMA_4 :
132 (id->dma_ultra & 0x0008) ? XFER_UDMA_3 : 0)) return best;
134 if ((best = (id->dma_ultra & 0x0004) ? XFER_UDMA_2 :
136 (id->dma_ultra & 0x0001) ? XFER_UDMA_0 : 0)) return best;
141 if ((best
[all...]
H A Dide-io.c1081 ide_drive_t *drive, *best; local
1084 best = NULL;
1105 if (!best
1106 || (drive->sleeping && (!best->sleeping || time_before(drive->sleep, best->sleep)))
1107 || (!best->sleeping && time_before(WAKEUP(drive), WAKEUP(best))))
1110 best = drive;
1114 if (best && best
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmotion_est_template.c322 int best[8]; local
325 memset(best, 64, sizeof(int)*8);
350 if(score < best[i]){
351 memmove(&best[i+1], &best[i], sizeof(int)*(7-i));
353 best[i]= score;
397 if(score < best[i]){
398 memmove(&best[i+1], &best[i], sizeof(int)*(7-i));
400 best[
557 small_diamond_search(MpegEncContext * s, int *best, int dmin, int src_index, int ref_index, int const penalty_factor, int size, int h, int flags) argument
599 funny_diamond_search(MpegEncContext * s, int *best, int dmin, int src_index, int ref_index, int const penalty_factor, int size, int h, int flags) argument
660 hex_search(MpegEncContext * s, int *best, int dmin, int src_index, int ref_index, int const penalty_factor, int size, int h, int flags, int dia_size) argument
694 l2s_dia_search(MpegEncContext * s, int *best, int dmin, int src_index, int ref_index, int const penalty_factor, int size, int h, int flags) argument
732 umh_search(MpegEncContext * s, int *best, int dmin, int src_index, int ref_index, int const penalty_factor, int size, int h, int flags) argument
779 full_search(MpegEncContext * s, int *best, int dmin, int src_index, int ref_index, int const penalty_factor, int size, int h, int flags) argument
844 sab_diamond_search(MpegEncContext * s, int *best, int dmin, int src_index, int ref_index, int const penalty_factor, int size, int h, int flags) argument
931 var_diamond_search(MpegEncContext * s, int *best, int dmin, int src_index, int ref_index, int const penalty_factor, int size, int h, int flags) argument
1008 diamond_search(MpegEncContext * s, int *best, int dmin, int src_index, int ref_index, int const penalty_factor, int size, int h, int flags) argument
1041 int best[2]={0, 0}; /*!< x and y coordinates of the best motion vector. local
1174 int best[2]={0, 0}; local
1234 int best[2]={0, 0}; local
[all...]
H A Didcinvideo.c86 int best, best_node; local
88 best = 99999999;
95 if(hnodes[i].count < best) {
96 best = hnodes[i].count;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/common/
H A Dicst307.c44 unsigned int i = 0, rd, best = (unsigned int)-1; local
85 if ((unsigned)f_diff < best) {
90 best = f_diff;
104 unsigned int i = 0, rd, best = (unsigned int)-1; local
149 if ((unsigned)f_diff < best) {
154 best = f_diff;
H A Dicst525.c41 unsigned int i = 0, rd, best = (unsigned int)-1; local
83 if ((unsigned)f_diff < best) {
88 best = f_diff;
102 unsigned int i = 0, rd, best = (unsigned int)-1; local
148 if ((unsigned)f_diff < best) {
153 best = f_diff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dmodedb.c519 u32 best, diff; local
610 best = -1;
620 best = i;
626 if (best != -1) {
627 fb_try_mode(var, info, &db[best], bpp);
632 best = -1;
633 DPRINTK("Trying best-fit modes\n");
640 best = i;
645 if (best != -1) {
646 fb_try_mode(var, info, &db[best], bp
779 struct fb_videomode *mode, *best = NULL; local
817 struct fb_videomode *cmode, *best = NULL; local
966 const struct fb_videomode *m, *m1 = NULL, *md = NULL, *best = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dcompr.c51 struct jffs2_compressor *this, *best=NULL; local
131 best = this;
138 output_buf = best->compr_buf;
139 best->compr_buf = NULL;
140 best->compr_buf_size = 0;
141 best->stat_compr_blocks++;
142 best->stat_compr_orig_size += best_slen;
143 best->stat_compr_new_size += best_dlen;
144 ret = best->compr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demu10k1_callback.c39 struct best_voice *best, int active_only);
94 struct best_voice best[V_END]; local
101 lookup_voices(emu, hw, best, 1); /* no OFF voices */
103 if (best[i].voice >= 0) {
105 vp = &emu->voices[best[i].voice];
211 * look up voice table - get the best voice in order of preference
216 struct best_voice *best, int active_only)
223 best[i].time = (unsigned int)-1;;
224 best[i].voice = -1;
228 * Go through them all and get a best on
215 lookup_voices(struct snd_emux *emu, struct snd_emu10k1 *hw, struct best_voice *best, int active_only) argument
283 struct best_voice best[V_END]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Demu8000_callback.c168 struct best { struct
171 } best[END]; local
172 struct best *bp;
177 best[i].time = (unsigned int)(-1);;
178 best[i].voice = -1;
182 * Go through them all and get a best one to use.
191 bp = best + OFF;
194 bp = best + RELEASED;
197 bp = best + OFF;
200 bp = best
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Ddiffseq.h253 OFFSET best = 0;
264 if (v > best
268 /* We have a good enough best diagonal; now insist
275 best = v;
283 if (best > 0)
290 best = 0;
300 if (v > best
304 /* We have a good enough best diagonal; now insist
311 best = v;
319 if (best >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Ddiffseq.h253 OFFSET best = 0;
264 if (v > best
268 /* We have a good enough best diagonal; now insist
275 best = v;
283 if (best > 0)
290 best = 0;
300 if (v > best
304 /* We have a good enough best diagonal; now insist
311 best = v;
319 if (best >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dkallsyms.c225 /* uncompress a compressed symbol. When this function is called, the best table
427 int i, best, bestprofit; local
430 best = 0;
434 best = i;
438 return best;
441 /* this is the core of the algorithm: calculate the "best" table */
444 int i, best; local
455 best = find_best_token();
457 /* place it in the "best" table */
459 best_table[i][0] = best
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlatticepare.c86 int best=0; local
95 best=(best*tt->quantvals)+tt->quantmap[i];
97 return(best);
107 int best=bestm(b,vec); local
109 if(current<0 && b->c->lengthlist[best]>0)return best;
112 if(b->c->lengthlist[i]>0 && i!=best && i!=current){
126 int best=bestm(b,ppt); local
127 float *firstcell=b->valuelist+best*
494 int best=_best(b,pointlist+i*dim,1); local
540 int best=_best(b,pointlist+i*dim,1); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Dmap.c100 unsigned long best = ~0UL; local
111 if (p->range - 1 >= best)
118 best = p->range - 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-imx/
H A Ddma.c412 * imx_dma_request_by_prio - find and request some of free channels best suiting requested priority
430 int best; local
434 best = 8;
437 best = 4;
441 best = 0;
445 for (i = best; i < IMX_DMA_CHANNELS; i++) {
452 for (i = best - 1; i >= 0; i--) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/softmac/
H A Dieee80211softmac_assoc.c196 struct ieee80211_network *net = NULL, *best = NULL; local
223 because it cannot follow the best pointer logic. */
227 * the best signal here, as we're asked to join
234 * here to find the best BSSID to try.
237 if (!best) {
238 best = net;
239 rssi = best->stats.rssi;
247 best = net;
248 rssi = best->stats.rssi;
252 /* if we unlock here, we might get interrupted and the `best'
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_mm.c228 drm_mm_node_t *best; local
232 best = NULL;
253 best = entry;
259 return best;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/doc/
H A DMakefile.am34 (cd $(DOXYGEN_OUTPUT_DIR) && $(AMTAR) chof - $(HTML_APIDOC_DIR) | GZIP=--best gzip -c) > $@
46 (cd $(DOXYGEN_OUTPUT_DIR) && $(AMTAR) chof - $(HTML_APIDOC_INTERNALS_DIR) | GZIP=--best gzip -c) > $@
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_ase.c55 struct ospf_route *or, *best = NULL; local
92 if (best == NULL)
93 best = or;
94 else if (best->cost > or->cost)
95 best = or;
96 else if (best->cost == or->cost &&
97 IPV4_ADDR_CMP (&best->u.std.area_id,
99 best = or;
105 return best;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl3/
H A Dopl3_midi.c157 struct best { struct
160 } best[END]; local
161 struct best *bp;
164 best[i].time = (unsigned int)(-1);;
165 best[i].voice = -1;
178 bp = best;
219 if (best[i].voice >= 0) {
223 best[i].voice);
225 return best[i].voice;

Completed in 126 milliseconds

123456