Searched refs:advance (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/xtensa/lib/
H A Dstrncpy_user.S79 addi a3, a3, 1 # advance src pointer
82 addi a11, a11, 1 # advance dst pointer
92 addi a11, a11, 1 # advance dst pointer
96 addi a3, a3, 2 # advance src pointer
99 addi a11, a11, 1 # advance dst pointer
121 addi a3, a3, 4 # advance src pointer
127 addi a11, a11, 4 # advance dst pointer
136 addi a3, a3, 2 # advance src pointer
145 addi a11, a11, 2 # advance dst pointer
152 addi a11, a11, 1-3 # advance ds
[all...]
H A Dstrnlen_user.S81 addi a4, a4, 4 # advance string pointer
95 addi a4, a4, 2 # advance string pointer
104 addi a4, a4, 1 # advance string pointer
129 addi a4, a4, 1 # advance string pointer
134 addi a4, a4, 2 # advance ptr for aligned access
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mm/
H A Dpg-r4k.c125 static inline void build_src_pref(int advance) argument
127 if (!(load_offset & (cpu_dcache_line_size() - 1)) && advance) {
133 mi.i_format.simmediate = load_offset + advance;
167 static inline void build_dst_pref(int advance) argument
169 if (!(store_offset & (cpu_dcache_line_size() - 1)) && advance) {
175 mi.i_format.simmediate = store_offset + advance;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Ddrawtext.c108 int advance[ 255 ]; member in struct:__anon756
283 /* Save advance */
284 ci->advance[c] = ci->face->glyph->advance.x >> 6;
462 if (( (x + ci->advance[ c ]) >= width ) || ( c == '\n' ))
476 x += ci->advance[c];
526 x += slot->advance.x >> 6;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Dmuldiv.c37 static inline void advance(struct pt_regs *regs) function
238 advance(regs);
H A Dunaligned.c329 static inline void advance(struct pt_regs *regs) function
416 advance(regs);
527 advance(regs);
H A Dentry.S693 jmp %l2 ! advance over trap instruction
713 jmp %l2 ! advance over trap instruction
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dunaligned.c225 static inline void advance(struct pt_regs *regs) function
387 advance(regs);
427 advance(regs);
559 advance(regs);
584 advance(regs);
640 advance(regs);
688 advance(regs);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/lib/
H A Dchecksum.S47 add %o0, 8, %o0 ! advance buf ptr
54 add %o0, 4, %o0 ! advance buf ptr
65 add %o0, 2, %o0 ! advance buf ptr either way
121 add %o0, 128, %o0 ! advance buf ptr
129 add %o0, %g1, %o0 ! advance buf ptr
350 add %o0, 128, %o0 ! advance src ptr
352 add %o1, 128, %o1 ! advance dest ptr
358 add %o0, %o2, %o0 ! advance src ptr
363 add %o1, %o2, %o1 ! advance dest ptr (carry is clear btw)
386 add %o0, 128, %o0 ! advance sr
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex336 \ifodd\pageno \advance\hoffset by \bindingoffset
337 \else \advance\hoffset by -\bindingoffset\fi
773 \dimen0 = \ht\groupbox \advance\dimen0 by \dp\groupbox
775 \dimen2 = \pageheight \advance\dimen2 by -\pagetotal
817 \advance\dimen2 by \dp\strutbox
867 \parseargdef\nofillexdent{{\advance \leftskip by -\exdentamount
974 \advance\hsize by -\leftskip
975 \advance\hsize by -\rightskip
1424 \advance\tempnum by 1
1528 \advance\filenamelengt
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex340 \ifodd\pageno \advance\hoffset by \bindingoffset
341 \else \advance\hoffset by -\bindingoffset\fi
777 \dimen0 = \ht\groupbox \advance\dimen0 by \dp\groupbox
779 \dimen2 = \pageheight \advance\dimen2 by -\pagetotal
821 \advance\dimen2 by \dp\strutbox
871 \parseargdef\nofillexdent{{\advance \leftskip by -\exdentamount
985 \advance\hsize by -\leftskip
986 \advance\hsize by -\rightskip
1455 \advance\tempnum by 1
1559 \advance\filenamelengt
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Ddecbin.S156 addqb #4,%d3 |advance d3 to the next digit
220 addqb #4,%d3 |advance d3 to the next digit
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex.c3678 goto advance;
3701 advance:
3741 /* End of string1 => advance to string2. */ \
4589 /* If necessary, advance to next segment in register
4596 /* End of string1 => advance to string2. */
4603 /* If necessary, advance to next segment in data. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c5205 goto advance;
5252 advance:
5303 /* End of string1 => advance to string2. */ \
6871 /* If necessary, advance to next segment in register
6878 /* End of string1 => advance to string2. */
6885 /* If necessary, advance to next segment in data. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex7 \topmargin=-\headheight \advance\topmargin by -\headsep

Completed in 282 milliseconds