Searched refs:yy (Results 26 - 50 of 53) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/
H A Dmissing85 flex create \`lex.yy.c', if possible, from existing .c
87 lex create \`lex.yy.c', if possible, from existing .c
249 rm -f lex.yy.c
256 cp "$SRCFILE" lex.yy.c
261 if test ! -f lex.yy.c; then
262 echo 'main() { return 0; }' >lex.yy.c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dmissing83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
257 rm -f lex.yy.c
264 cp "$SRCFILE" lex.yy.c
269 if test ! -f lex.yy.c; then
270 echo 'main() { return 0; }' >lex.yy.c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dmissing72 flex create \`lex.yy.c', if possible, from existing .c
74 lex create \`lex.yy.c', if possible, from existing .c
222 rm -f lex.yy.c
229 cp "$SRCFILE" lex.yy.c
234 if [ ! -f lex.yy.c ]; then
235 echo 'main() { return 0; }' >lex.yy.c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dcompress.c122 UChar yy[256]; local
161 for (i = 0; i < s->nInUse; i++) yy[i] = (UChar) i;
170 if (yy[0] == ll_i) {
193 rtmp = yy[1];
194 yy[1] = yy[0];
195 ryy_j = &(yy[1]);
204 yy[0] = rtmp;
205 j = ryy_j - &(yy[0]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A DMakefile16 ifeq ($(CONFIG_MMU)$(CONFIG_BLOCK),yy)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A DMakefile31 obj-y += $(obj-yy)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dec.c634 gcry_mpi_t x1, y1, z1, k, h, yy;
642 yy = mpi_copy (point->y);
647 ec_invm (yy, yy, ctx);
653 mpi_set (y1, yy);
666 ec_mulm (y1, yy, z3, ctx);
676 mpi_set (result->y, yy); mpi_free (yy); yy = NULL;
633 gcry_mpi_t x1, y1, z1, k, h, yy; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dtileblit.c55 const unsigned short *s, int count, int yy, int xx,
63 blit.sy = yy;
54 tile_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.h60 const unsigned short *s, int count, int yy, int xx,
H A Dbitblit.c143 const unsigned short *s, int count, int yy, int xx,
159 image.dy = yy * vc->vc_font.height;
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,
149 image.dx = yy * vc->vc_font.height;
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,
135 image.dx = vxres - ((yy + 1) * vc->vc_font.height);
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
H A Dfbcon_ud.c151 const unsigned short *s, int count, int yy, int xx,
172 image.dy = vyres - ((yy * vc->vc_font.height) + vc->vc_font.height);
150 ud_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/shared/
H A Dbzip2_inflate.c1724 Int32 zz, yy, tmp; \
1727 yy = zz << 1; \
1728 if (yy > nHeap) break; \
1729 if (yy < nHeap && \
1730 weight[heap[yy+1]] < weight[heap[yy]]) \
1731 yy++; \
1732 if (weight[tmp] < weight[heap[yy]]) break; \
1733 heap[zz] = heap[yy]; \
1734 zz = yy; \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A DMakefile215 rm -f flex parse.c parse.h *.o alloca.c *.lint lex.yy.c lex.yy.cc \
H A DMakefile.in215 rm -f flex parse.c parse.h *.o alloca.c *.lint lex.yy.c lex.yy.cc \
/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
836 case 0x82: p++; len+=2; yy = (*p++ << 8); yy += *p++; break;
837 case 0x81: p++; len++; yy = *p++; break;
839 default: yy = *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
863 case 0x82: p++; len+=2; yy = (*p++ << 8); yy += *p++; break;
864 case 0x81: p++; len++; yy = *p++; break;
866 default: yy = *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/matrox/
H A Dmatroxfb_accel.c387 const u_int8_t* chardata, int width, int height, int yy, int xx) {
403 ydstlen = (yy << 16) | height;
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.c760 /* 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
772 bn_check_top(yy);
779 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx);
/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
559 yy = cursor->image.dy - info->var.yoffset;
562 temp |= yy << 16;
/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
305 yy = offset / vc->vc_cols;
309 xx = nxx; yy = nyy;
318 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx);
328 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx);
332 yy++;
/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
1620 yy = cursor->image.dy - info->var.yoffset;
1623 temp |= yy << 16;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmotion_est_template.c54 const int yy = 16 * s->mb_y + 8*(n>>1);
H A Dmpegvideo_enc.c1952 int yy = mb_y * 16; local
1953 uint8_t *pix = s->new_picture.data[0] + (yy * s->linesize) + xx;

Completed in 210 milliseconds

123