Searched refs:wrap (Results 51 - 75 of 103) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dmga_dma.c188 DRM_DEBUG(" wrap = %d\n", primary->last_wrap);
206 DRM_DEBUG(" wrap = %d\n", sarea_priv->last_wrap);
314 u32 head, wrap; local
318 wrap = dev_priv->sarea_priv->last_wrap;
323 tail->age.wrap);
325 head - dev_priv->primary->offset, wrap);
327 if (TEST_AGE(&tail->age, head, wrap)) {
347 DRM_DEBUG("age=0x%06lx wrap=%d\n",
349 dev_priv->primary->offset, buf_priv->list_entry->age.wrap);
900 dev_priv->sarea_priv->last_frame.wrap
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Drecovery.c86 int wrap, a, b, revoke; local
99 wrap = (rr->rr_where < sdp->sd_replay_tail);
102 revoke = (wrap) ? (a || b) : (a && b);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dres_func.S403 | ;wrap-around case
614 | The wrap-around condition occurs for add, sub, div, and cmp
697 | One of the ops is denormalized. Test for wrap condition
709 blt fix_stk |if less, not wrap case
727 beq nan_or_inf |not wrap case
729 beq nan_or_inf |yes, not wrap case?
734 | ;check wrap case
748 blt fix_stk |if less, not wrap case
801 | One of the ops is denormalized. Test for wrap condition
813 blt fix_stk |if less, not wrap cas
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dfop006.tcl153 set pid [exec $tclsh_path $test_path/wrap.tcl \
H A Drecd015.tcl65 set p [exec $tclsh_path $test_path/wrap.tcl recd15scr.tcl \
H A Drep017.tcl132 set pid [exec $tclsh_path $test_path/wrap.tcl \
H A Drep018.tcl115 set pid [exec $tclsh_path $test_path/wrap.tcl \
H A Drep036.tcl119 set pid [exec $tclsh_path $test_path/wrap.tcl \
H A Drep042.tcl120 set pid [exec $tclsh_path $test_path/wrap.tcl \
H A Drep048.tcl111 set pid [exec $tclsh_path $test_path/wrap.tcl \
H A Dsdbtest002.tcl72 set p [exec $tclsh_path $test_path/wrap.tcl \
H A Dtest042.tcl114 puts "exec $tclsh_path $test_path/wrap.tcl \
117 set p [exec $tclsh_path $test_path/wrap.tcl \
H A Drep040.tcl154 set pid [exec $tclsh_path $test_path/wrap.tcl \
H A Drep043.tcl142 set pid [exec $tclsh_path $test_path/wrap.tcl \
H A Drep045.tcl142 set pid [exec $tclsh_path $test_path/wrap.tcl \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dwmv2dec.c263 int xy, wrap, diff, type; local
266 wrap = s->b8_stride;
272 B = s->current_picture.motion_val[0][xy - wrap];
273 C = s->current_picture.motion_val[0][xy + 2 - wrap];
H A Dapiexample.c299 void pgm_save(unsigned char *buf,int wrap, int xsize,int ysize,char *filename) argument
307 fwrite(buf + i * wrap,1,xsize,f);
H A Dh263.c689 const int wrap = s->b8_stride; local
713 s->current_picture.ref_index[0][xy + wrap ]=
714 s->current_picture.ref_index[0][xy + wrap + 1]= s->field_select[0][1];
722 s->current_picture.motion_val[0][xy + wrap][0] = motion_x;
723 s->current_picture.motion_val[0][xy + wrap][1] = motion_y;
724 s->current_picture.motion_val[0][xy + 1 + wrap][0] = motion_x;
725 s->current_picture.motion_val[0][xy + 1 + wrap][1] = motion_y;
1554 int x, y, wrap, a, c, pred_dc, scale; local
1561 wrap = s->b8_stride;
1567 wrap
1600 int x, y, wrap, a, c, pred_dc, scale, i; local
1688 int wrap; local
2524 int a, b, c, wrap, pred, scale, ret; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A Dmarb_bp_defs.h124 unsigned int wrap : 1; member in struct:__anon8565
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dhndnand.h75 void *wrap; member in struct:hndnand
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dswiotlb.c293 unsigned int nslots, stride, index, wrap; local
314 wrap = index = ALIGN(io_tlb_index, stride);
317 wrap = index = 0;
347 } while (index != wrap);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Daiutils.c467 uint32 addr, wrap; local
474 wrap = sii->wrapba[coreidx];
490 if (!sii->wrappers[coreidx] && (wrap != 0)) {
491 sii->wrappers[coreidx] = REG_MAP(wrap, SI_CORE_SIZE);
503 OSL_PCI_WRITE_CONFIG(sii->osh, PCIE2_BAR0_WIN2, 4, wrap);
505 OSL_PCI_WRITE_CONFIG(sii->osh, PCI_BAR0_WIN2, 4, wrap);
511 sii->curwrap = (void *)((uintptr)wrap);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Ddsputil_mmx.c764 static void draw_edges_mmx(uint8_t *buf, int wrap, int width, int height, int w) argument
769 last_line = buf + (height - 1) * wrap;
790 : "r" ((x86_reg)wrap), "r" ((x86_reg)width), "r" (ptr + wrap*height)
813 : "r" ((x86_reg)wrap), "r" ((x86_reg)width), "r" (ptr + wrap*height)
819 ptr= buf - (i + 1) * wrap - w;
831 : "r" ((x86_reg)buf - (x86_reg)ptr - w), "r" ((x86_reg)-wrap), "r" ((x86_reg)-wrap*3), "r" (ptr+width+2*w)
833 ptr= last_line + (i + 1) * wrap
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DEnvironment.java589 return Lock.wrap(
690 return LogCursor.wrap(dbenv.log_cursor(0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffplay.c438 int wrap, wrap3, width2, skip2; local
455 wrap = dst->linesize[0];
503 lum += wrap - dstw - dstx;
519 lum += wrap;
530 lum += -wrap + 1;
545 lum += wrap;
565 lum += -wrap + 2;
574 lum += wrap;
585 lum += -wrap + 1;
588 lum += wrap
[all...]

Completed in 260 milliseconds

12345