Searched refs:bx (Results 26 - 50 of 233) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dosdep.h184 # pragma aux match_init "_*" parm caller [] loadds modify [ax bx]
186 modify [ax bx cx dx es]
190 modify [ax bx cx dx es]
192 modify [ax bx cx dx]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/novell/
H A Dosdep.h179 # pragma aux match_init "_*" parm caller [] loadds modify [ax bx]
181 modify [ax bx cx dx es]
185 modify [ax bx cx dx es]
187 modify [ax bx cx dx]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Da.out-core.h42 dump->regs.bx = regs->bx;
H A Dkexec.h93 asm volatile("movl %%ebx,%0" : "=m"(newregs->bx));
107 asm volatile("movq %%rbx,%0" : "=m"(newregs->bx));
H A Dasm.h32 #define _ASM_BX __ASM_REG(bx)
H A Delf.h105 _r->bx = 0; _r->cx = 0; _r->dx = 0; \
117 pr_reg[0] = regs->bx; \
163 regs->ax = regs->bx = regs->cx = regs->dx = 0;
200 (pr_reg)[5] = (regs)->bx; \
H A Duser_64.h74 unsigned long bx; member in struct:user_regs_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Daudiodsp_neon.S47 bx lr
63 bx lr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtruemotion2.c415 Y = (ctx->cur?ctx->Y2:ctx->Y1) + by * 4 * Ystride + bx * 4;\
416 V = (ctx->cur?ctx->V2:ctx->V1) + by * 2 * Vstride + bx * 2;\
417 U = (ctx->cur?ctx->U2:ctx->U1) + by * 2 * Ustride + bx * 2;\
418 last = ctx->last + bx * 4;\
419 clast = ctx->clast + bx * 4;
429 Yo = (ctx->cur?ctx->Y1:ctx->Y2) + by * 4 * oYstride + bx * 4;\
430 Vo = (ctx->cur?ctx->V1:ctx->V2) + by * 2 * oVstride + bx * 2;\
431 Uo = (ctx->cur?ctx->U1:ctx->U2) + by * 2 * oUstride + bx * 2;
472 static inline void tm2_low_chroma(int *data, int stride, int *clast, int *CD, int *deltas, int bx) argument
478 if (bx >
491 tm2_hi_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by) argument
512 tm2_med_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by) argument
534 tm2_low_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by) argument
575 tm2_null_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by) argument
621 tm2_still_block(TM2Context *ctx, AVFrame *pic, int bx, int by) argument
656 tm2_update_block(TM2Context *ctx, AVFrame *pic, int bx, int by) argument
696 tm2_motion_block(TM2Context *ctx, AVFrame *pic, int bx, int by) argument
[all...]
H A Dkmvc.c78 int bx, by; local
85 for (bx = 0; bx < w; bx += 8) {
94 BLK(ctx->cur, bx + (i & 0x7), by + (i >> 3)) = val;
97 l0x = bx + (i & 1) * 4;
167 int bx, by; local
174 for (bx = 0; bx < w; bx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dkmvc.c79 int bx, by; local
86 for (bx = 0; bx < w; bx += 8) {
95 BLK(ctx->cur, bx + (i & 0x7), by + (i >> 3)) = val;
98 l0x = bx + (i & 1) * 4;
160 int bx, by; local
167 for (bx = 0; bx < w; bx
[all...]
H A Dtruemotion2.c367 Y = (ctx->cur?ctx->Y2:ctx->Y1) + by * 4 * Ystride + bx * 4;\
368 V = (ctx->cur?ctx->V2:ctx->V1) + by * 2 * Vstride + bx * 2;\
369 U = (ctx->cur?ctx->U2:ctx->U1) + by * 2 * Ustride + bx * 2;\
370 last = ctx->last + bx * 4;\
371 clast = ctx->clast + bx * 4;
381 Yo = (ctx->cur?ctx->Y1:ctx->Y2) + by * 4 * oYstride + bx * 4;\
382 Vo = (ctx->cur?ctx->V1:ctx->V2) + by * 2 * oVstride + bx * 2;\
383 Uo = (ctx->cur?ctx->U1:ctx->U2) + by * 2 * oUstride + bx * 2;
424 static inline void tm2_low_chroma(int *data, int stride, int *clast, int *CD, int *deltas, int bx) argument
430 if(bx >
443 tm2_hi_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by) argument
464 tm2_med_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by) argument
486 tm2_low_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by) argument
527 tm2_null_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by) argument
573 tm2_still_block(TM2Context *ctx, AVFrame *pic, int bx, int by) argument
608 tm2_update_block(TM2Context *ctx, AVFrame *pic, int bx, int by) argument
646 tm2_motion_block(TM2Context *ctx, AVFrame *pic, int bx, int by) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dsram34xx.S161 bx lr
167 bx lr
186 bx lr
195 bx lr
199 bx lr
214 bx lr
221 bx lr
228 bx lr
262 bx lr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dndis_0.asm78 mov bx,ss ;; Save off the old stack in other regs
82 push bx ;; Save the old one on to the new stack
89 mov ds,bx ;; Set up the source for the move.
104 mov bx,ss ;; Save off the current allocated stack.
109 push bx ;; Free the stack. Push the pointer to it
175 mov bx, [bp+6]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_dctdnoiz.c138 int i, x, y, bx, by, linesize, *iweights; local
178 for (bx = 0; bx < BSIZE; bx++)
179 iweights[(y + by)*linesize + x + bx]++;
275 int x, y, bx, by; local
290 for (bx = 0; bx < BSIZE; bx++) {
297 for (bx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dedd.c32 ireg.bx = (size_t)buf;
84 ireg.bx = EDDMAGIC1;
91 if (oreg.bx != EDDMAGIC2)
H A Dmemory.c88 oreg.bx = oreg.dx;
H A Dtty.c45 ireg.bx = 0x0007;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dasm-offsets_64.c72 ENTRY(bx);
91 ENTRY(bx);
92 ENTRY(bx);
H A Ddoublefault_32.c40 t->ax, t->bx, t->cx, t->dx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dtbarsmpl.cpp529 bx = (int)(tool->m_x+tool->GetWidth()), local
535 dc.SetClippingRegion(ax, ay, (bx-ax+1), (by-ay+1));
536 dc.Blit((ax+1), (ay+1), (bx-ax-2), (by-ay-2), &memDC, 0, 0);
540 dc.DrawLine(ax,ay,(bx-1),ay);
542 dc.DrawLine((bx-1),(ay+1),(bx-1),(by-1));
543 dc.DrawLine((bx-1),(by-1),(ax+1),(by-1));
545 dc.DrawLine(bx,ay,bx,by);
546 dc.DrawLine(bx,b
591 bx = (int)(tool->m_x+tool->GetWidth()), local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2cfg.h53 modify [ax cx dx bx]
55 modify [ax cx dx bx]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Ddsputil_neon.S32 bx lr
40 bx lr
71 bx lr
94 bx lr
117 bx lr
176 bx lr
205 bx lr
227 bx lr
249 bx lr
294 bx l
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/asm586/
H A Dmatch.S169 movw (%edi), %bx
170 movw %bx, scanstart(%esp)
171 movw -1(%edi,%eax), %bx
332 movw -1(%edi,%eax), %bx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/asm586/
H A Dmatch.S169 movw (%edi), %bx
170 movw %bx, scanstart(%esp)
171 movw -1(%edi,%eax), %bx
332 movw -1(%edi,%eax), %bx

Completed in 293 milliseconds

12345678910