Searched refs:here (Results 26 - 50 of 707) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dmemmove.S59 CALGN( sbcnes r4, ip, r2 ) @ C is always set here
62 CALGN( subs r2, r2, ip ) @ C is set here
82 addne pc, pc, ip @ C is always clear here
143 CALGN( sbcnes r4, ip, r2 ) @ C is always set here
H A Dcopy_template.S87 CALGN( sbcnes r4, r3, r2 ) @ C is always set here
110 addne pc, pc, ip @ C is always clear here
173 CALGN( sbcnes r4, ip, r2 ) @ C is always set here
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A DMakefile.in278 # inlined here, so that they can be written in a Makefile without requiring a
527 here=`pwd`; cd $(srcdir) && etags -o $$here/TAGS $(HEADERS) $(SOURCES)
532 here=`pwd`; cd $(srcdir) && ctags -o $$here/CTAGS $(HEADERS) $(SOURCES)
537 here=`pwd`; cd $(srcdir) && mkid -f$$here/ID $(HEADERS) $(SOURCES)
H A DMakefile278 # inlined here, so that they can be written in a Makefile without requiring a
527 here=`pwd`; cd $(srcdir) && etags -o $$here/TAGS $(HEADERS) $(SOURCES)
532 here=`pwd`; cd $(srcdir) && ctags -o $$here/CTAGS $(HEADERS) $(SOURCES)
537 here=`pwd`; cd $(srcdir) && mkid -f$$here/ID $(HEADERS) $(SOURCES)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dudiv.S72 ! Here the dividend is >= 2**(31-N) or so. We must be careful here,
74 ! The number of bits in the result here is N*ITER+SC, where SC <= N.
93 ! We get here if the %o1 overflowed while shifting.
118 ! We have to be careful here. We know that %o3 >= %o5, so we can do the
342 ! non-restoring fixup here (one instruction only!)
H A Durem.S70 ! Here the dividend is >= 2**(31-N) or so. We must be careful here,
72 ! The number of bits in the result here is N*ITER+SC, where SC <= N.
91 ! We get here if the %o1 overflowed while shifting.
116 ! We have to be careful here. We know that %o3 >= %o5, so we can do the
340 ! non-restoring fixup here (one instruction only!)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-q.c142 struct ed *here = *prev; local
148 while (here && ed != here) {
149 if (ed->interval > here->interval)
151 prev = &here->ed_next;
152 prev_p = &here->hwNextED;
153 here = *prev;
155 if (ed != here) {
156 ed->ed_next = here;
157 if (here)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dballoc.c703 ext3_grpblk_t here, next; local
718 here = ext3_find_next_zero_bit(bh->b_data, end_goal, start);
719 if (here < end_goal && ext3_test_allocatable(here, bh))
720 return here;
724 here = start;
725 if (here < 0)
726 here = 0;
728 p = ((char *)bh->b_data) + (here >> 3);
729 r = memscan(p, 0, ((maxblocks + 7) >> 3) - (here >>
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dballoc.c720 ext4_grpblk_t here, next; local
735 here = ext4_find_next_zero_bit(bh->b_data, end_goal, start);
736 if (here < end_goal && ext4_test_allocatable(here, bh))
737 return here;
741 here = start;
742 if (here < 0)
743 here = 0;
745 p = ((char *)bh->b_data) + (here >> 3);
746 r = memscan(p, 0, ((maxblocks + 7) >> 3) - (here >>
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/intl/
H A DMakefile278 # inlined here, so that they can be written in a Makefile without requiring a
527 here=`pwd`; cd $(srcdir) && etags -o $$here/TAGS $(HEADERS) $(SOURCES)
532 here=`pwd`; cd $(srcdir) && ctags -o $$here/CTAGS $(HEADERS) $(SOURCES)
537 here=`pwd`; cd $(srcdir) && mkid -f$$here/ID $(HEADERS) $(SOURCES)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-perl-157 # Multiple here documents invoked from the same line.
59 First here document.
61 Second here document.
118 gettext "The function '{func}' expects '%c' here.";
225 msgid "First here document.\n"
229 msgid "Second here document.\n"
315 msgid "The function '{func}' expects '%c' here."
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpointer.in.h97 xmlNodePtr here,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dverify_cpu.S50 /* Some VIA C3s need magic MSRs to enable CX64. Do this here */
79 #error add proper model checking here
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxpointer.h97 xmlNodePtr here,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpointer.in.h97 xmlNodePtr here,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/debian/
H A Dinit.d37 # for example by sending it SIGHUP, do it here.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A DMakefile.in314 here=`pwd`; \
329 here=`pwd`; \
341 here=`$(am__cd) $(top_builddir) && pwd` \
343 && gtags -i $(GTAGS_ARGS) $$here
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A DMakefile.in311 here=`pwd`; \
326 here=`pwd`; \
338 here=`$(am__cd) $(top_builddir) && pwd` \
340 && gtags -i $(GTAGS_ARGS) $$here
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ia32/
H A DMakefile.in330 here=`pwd`; \
345 here=`pwd`; \
357 here=`$(am__cd) $(top_builddir) && pwd` \
359 && gtags -i $(GTAGS_ARGS) $$here
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/private/
H A DMakefile.in304 here=`pwd`; \
319 here=`pwd`; \
331 here=`$(am__cd) $(top_builddir) && pwd` \
333 && gtags -i $(GTAGS_ARGS) $$here
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/protected/
H A DMakefile.in288 here=`pwd`; \
303 here=`pwd`; \
315 here=`$(am__cd) $(top_builddir) && pwd` \
317 && gtags -i $(GTAGS_ARGS) $$here
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/replaygain_synthesis/include/private/
H A DMakefile.in273 here=`pwd`; \
288 here=`pwd`; \
300 here=`$(am__cd) $(top_builddir) && pwd` \
302 && gtags -i $(GTAGS_ARGS) $$here
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A DMakefile.in261 here=`pwd`; \
277 here=`pwd`; \
289 here=`$(am__cd) $(top_builddir) && pwd` \
291 && gtags -i $(GTAGS_ARGS) $$here
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/lib/
H A Ddiv64.S30 1: mr r11,r5 # here dividend.hi != 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/lib/
H A Ddiv64.S30 1: mr r11,r5 # here dividend.hi != 0

Completed in 475 milliseconds

1234567891011>>