Searched refs:idx2 (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-std.c183 unsigned int idx1,idx2; local
192 for (idx2 = 0; idx2 < ARRAY_SIZE(std_items); idx2++) {
193 ip = std_items + idx2;
319 unsigned int idx,bcnt,idx2; local
344 for (idx2 = 0; idx2 < ARRAY_SIZE(std_mixes); idx2++) {
345 if ((id & std_mixes[idx2])
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/
H A Dinit.c114 int idx2; local
115 for (idx2 = 0; idx2 < SNDRV_CARDS; idx2++)
117 if (~snd_cards_lock & idx & 1<<idx2) {
118 idx = idx2;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfnmatch_loop.c386 int32_t idx2; local
389 idx2 = findidx (&np);
390 if (idx2 != 0 && len == weights[idx2])
396 == weights[idx2 + 1 + cnt]))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/sis/
H A Dinit.c2213 unsigned short *idx2)
2221 (*idx2) = (unsigned short)(ThTiming[((temp2 >> 3) | temp1) & 0x07]);
2228 SiS_GetFIFOThresholdA300(unsigned short idx1, unsigned short idx2) argument
2236 return (unsigned short)((ThLowA[idx1 + 1] * idx2) + ThLowA[idx1]);
2240 SiS_GetFIFOThresholdB300(unsigned short idx1, unsigned short idx2) argument
2248 return (unsigned short)((ThLowB[idx1 + 1] * idx2) + ThLowB[idx1]);
2255 unsigned short idx1, idx2; local
2258 SiS_GetFIFOThresholdIndex300(SiS_Pr, &idx1, &idx2);
2261 longtemp *= SiS_GetFIFOThresholdA300(idx1, idx2);
2263 longtemp *= SiS_GetFIFOThresholdB300(idx1, idx2);
2212 SiS_GetFIFOThresholdIndex300(struct SiS_Private *SiS_Pr, unsigned short *idx1, unsigned short *idx2) argument
[all...]
H A Dinit.h1497 unsigned short *idx2);
1498 unsigned short SiS_GetFIFOThresholdB300(unsigned short idx1, unsigned short idx2);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_ca_en50221.c1438 size_t idx, idx2; local
1500 idx2 = dvb_ringbuffer_pkt_next(&ca->slot_info[slot].rx_buffer, idx, &fraglen);
1503 idx = idx2;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c3423 int32_t idx2 = table[ch];
3424 size_t len = weights[idx2];
3435 == weights[idx2 + 1 + cnt]))
6431 int32_t idx, idx2;
6449 idx2 = 0;
6451 for (i = 0 ; idx2 == 0 && i < WORK_BUFFER_SIZE - 1; i++)
6463 idx2 = findidx ((const wint_t**)&cp);
6480 len = weights[idx2];
6488 if (idx2 != 0 && len == weights[idx])
6492 == weights[idx2
3410 int32_t idx2 = table[ch]; local
6414 int32_t idx, idx2; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibiptc.c611 unsigned int idx, idx2; local
629 iptcc_bsearch_chain_index(c2->name, &idx2, h);
630 if (idx != idx2) {

Completed in 80 milliseconds