Searched refs:xx (Results 76 - 100 of 102) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_accel.c387 const u_int8_t* chardata, int width, int height, int yy, int xx) {
421 fxbndry = ((xx + width - 1) << 16) | xx;
386 matroxfb_1bpp_imageblit(WPMINFO u_int32_t fgx, u_int32_t bgx, const u_int8_t* chardata, int width, int height, int yy, int xx) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_gf2m.c635 /* Invert xx, reduce modulo p, and store the result in r. r could be xx.
641 int BN_GF2m_mod_inv_arr(BIGNUM *r, const BIGNUM *xx, const unsigned int p[], BN_CTX *ctx) argument
646 bn_check_top(xx);
651 ret = BN_GF2m_mod_inv(r, xx, field, ctx);
760 /* Divide yy by xx, reduce modulo p, and store the result in r. r could be xx
761 * or yy, xx could equal yy.
767 int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx, const unsigned int p[], BN_CTX *ctx) argument
773 bn_check_top(xx);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dioc4_serial.c996 int xx, num_intrs = 0; local
1011 for (xx = 0; xx < num_intrs; xx++) {
1012 intr_info = &soft->is_intr_type[intr_type].is_intr_info[xx];
1422 int xx; local
1431 for (xx = 0; (xx < 4) && (len > 0); xx++) {
1432 entry->ring_data[xx]
[all...]
H A Dioc3_serial.c693 int xx; local
702 for (xx = 0; (xx < 4) && (len > 0); xx++) {
703 entry->ring_data[xx] = *buf++;
704 entry->ring_sc[xx] = TXCB_VALID;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/4xx/
H A Dbubinga.c37 #include <platforms/4xx/ibm405ep.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpi-mpow.c178 int xx = k > 3 ? k-3:0; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dswscale.c1114 int xx= (xDstInSrc - ((filterSize-1)<<15) + (1<<15))>>16;
1116 (*filterPos)[i]= xx;
1133 int xx= (xDstInSrc - ((filterSize-1)<<15) + (1<<15))>>16;
1136 (*filterPos)[i]= xx;
1140 int64_t coeff= fone - FFABS((xx<<16) - xDstInSrc)*(fone>>16);
1143 xx++;
1176 int xx= (xDstInSrc - ((filterSize-2)<<16)) / (1<<17);
1178 (*filterPos)[i]= xx;
1181 int64_t d= ((int64_t)FFABS((xx<<17) - xDstInSrc))<<13;
1263 xx
[all...]
H A Dswscale_template.c2297 "xor %%"REG_d", %%"REG_d" \n\t" // xx
2301 "movzbl (%0, %%"REG_d"), %%edi \n\t" //src[xx]
2302 "movzbl 1(%0, %%"REG_d"), %%esi \n\t" //src[xx+1]
2303 "subl %%edi, %%esi \n\t" //src[xx+1] - src[xx]
2304 "imull %%ecx, %%esi \n\t" //(src[xx+1] - src[xx])*2*xalpha
2306 "addl %%edi, %%esi \n\t" //src[xx+1]*2*xalpha + src[xx]*(1-2*xalpha)
2311 "adc %3, %%"REG_d" \n\t" //xx
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dkssl.c817 ** "62 xx 30 yy" (APPLICATION-2, SEQUENCE), where xx-yy =~ 2, and
818 ** xx and yy are possibly multi-byte length fields.
823 int xx = 0, yy = 0; local
828 case 0x82: p++; xx = (*p++ << 8); xx += *p++; break;
829 case 0x81: p++; xx = *p++; break;
831 default: xx = *p++; break;
842 return (xx - len == yy)? 1: 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dkssl.c844 ** "62 xx 30 yy" (APPLICATION-2, SEQUENCE), where xx-yy =~ 2, and
845 ** xx and yy are possibly multi-byte length fields.
850 int xx = 0, yy = 0; local
855 case 0x82: p++; xx = (*p++ << 8); xx += *p++; break;
856 case 0x81: p++; xx = *p++; break;
858 default: xx = *p++; break;
869 return (xx - len == yy)? 1: 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dbitblit.c143 const unsigned short *s, int count, int yy, int xx,
158 image.dx = xx * vc->vc_font.width;
142 bit_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
H A Dfbcon_ccw.c129 const unsigned short *s, int count, int yy, int xx,
150 image.dy = vyres - ((xx + count) * vc->vc_font.width);
128 ccw_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
H A Dfbcon_cw.c115 const unsigned short *s, int count, int yy, int xx,
136 image.dy = xx * vc->vc_font.width;
114 cw_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/core/
H A Dsnd-aoa-gpio-feature.c284 static irqreturn_t ftr_handle_notify_irq(int xx, void *data) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dpgtable.h175 #define pgd_clear(xx) do { } while(0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_decoder.c1671 FLAC__uint64 xx; local
1687 if(!FLAC__bitreader_read_raw_uint64(decoder->private_->input, &xx, FLAC__STREAM_METADATA_SEEKPOINT_SAMPLE_NUMBER_LEN))
1689 decoder->private_->seek_table.data.seek_table.points[i].sample_number = xx;
1691 if(!FLAC__bitreader_read_raw_uint64(decoder->private_->input, &xx, FLAC__STREAM_METADATA_SEEKPOINT_STREAM_OFFSET_LEN))
1693 decoder->private_->seek_table.data.seek_table.points[i].stream_offset = xx;
2143 FLAC__uint64 xx; local
2345 if(!FLAC__bitreader_read_utf8_uint64(decoder->private_->input, &xx, raw_header, &raw_header_len))
2347 if(xx == FLAC__U64L(0xffffffffffffffff)) { /* i.e. non-UTF8 code... */
2355 decoder->private_->frame.header.number.sample_number = xx;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dvt.c298 unsigned int xx, yy, offset; local
304 xx = offset % vc->vc_cols;
309 xx = nxx; yy = nyy;
313 int startx = xx;
315 while (xx < vc->vc_cols && count) {
319 startx = xx;
324 xx++;
331 xx = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnvidia.c557 u32 xx, yy, temp; local
560 xx = cursor->image.dx - info->var.xoffset;
561 temp = xx & 0xFFFF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dembed_config.c1 /* Board specific functions for those embedded 8xx boards that do
24 #include <platforms/4xx/xparameters/xparameters.h>
213 /* The 8xx can only run a maximum 50 MHz bus speed (until
584 * on the 8xx boards. It would be nice to have a key lookup
759 /* see bi_tbfreq definition in arch/ppc/platforms/4xx/xilinx_ml300.h */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/riva/
H A Dfbdev.c1618 u32 xx, yy, temp; local
1621 xx = cursor->image.dx - info->var.xoffset;
1622 temp = xx & 0xFFFF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmotion_est_template.c53 const int xx = 16 * s->mb_x + 8*(n&1);
H A Dmpegvideo_enc.c1951 int xx = mb_x * 16; local
1953 uint8_t *pix = s->new_picture.data[0] + (yy * s->linesize) + xx;
H A Dmotion_est.c1061 varc, s->avg_mb_var, sum, vard, mx - xx, my - yy);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dawk.c197 #define xx 0 macro
332 OC_COLON|xx|P(67)|':',
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound_awacs.c1261 static void awacs_nosound(unsigned long xx) argument

Completed in 456 milliseconds

12345