Searched refs:here (Results 1 - 25 of 707) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/VMS/
H A Dtest-includes.com5 $ here = f$parse("A.;0",f$ENV("PROCEDURE")) - "A.;0"
6 $ set default 'here'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/VMS/
H A Dtest-includes.com5 $ here = f$parse("A.;0",f$ENV("PROCEDURE")) - "A.;0"
6 $ set default 'here'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/lib/
H A Dmemcpy.S19 sub r4,r5 ! From here, r5 has the distance to r0
20 add r6,r0 ! From here, r0 points the end of copying point
26 ! From here, r6 is free
H A Dmemmove.S25 sub r5,r4 ! From here, r4 has the distance to r0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dxattr.c369 struct ext2_xattr_entry *here, *last; local
377 * here -- The named entry found, or the place for inserting, within
417 here = FIRST_ENTRY(bh);
418 while (!IS_LAST_ENTRY(here)) {
419 struct ext2_xattr_entry *next = EXT2_XATTR_NEXT(here);
422 if (!here->e_value_block && here->e_value_size) {
423 size_t offs = le16_to_cpu(here->e_value_offs);
427 not_found = name_index - here->e_name_index;
429 not_found = name_len - here
1001 struct ext2_xattr_entry *here; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Dans.c200 char *here; local
213 here = strchr(buffer,'#');
214 if (here) *here = 0;
231 const char *prefix,*here; local
234 here = strchr(addr,0);
235 while (here > prefix) {
236 *buf++ = *--here;
239 while (here > addr) *buf++ = *addr++;
H A Dtext2atm.c197 const char *here; local
202 while ((here = strtok(NULL,"\t\n ")))
203 if (!strcasecmp(here,text)) {
204 here = strtok(line,"\t\n ");
205 result = text2atm(here,addr,length,flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dzran.c46 use of pointers in the state. The approach here allows for storage of the
249 struct point *here; local
258 here = index->list;
260 while (--ret && here[1].out <= offset)
261 here++;
272 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET);
275 if (here->bits) {
281 (void)inflatePrime(&strm, here->bits, ret >> (8 - here
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dzran.c46 use of pointers in the state. The approach here allows for storage of the
249 struct point *here; local
258 here = index->list;
260 while (--ret && here[1].out <= offset)
261 here++;
272 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET);
275 if (here->bits) {
281 (void)inflatePrime(&strm, here->bits, ret >> (8 - here
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dxattr.c523 struct ext3_xattr_entry *here; member in struct:ext3_xattr_search
544 if (!s->here->e_value_block && s->here->e_value_size) {
545 size_t size = le32_to_cpu(s->here->e_value_size);
560 size_t rest = (void *)last - (void *)s->here + sizeof(__u32);
561 memmove((void *)s->here + size, s->here, rest);
562 memset(s->here, 0, size);
563 s->here->e_name_index = i->name_index;
564 s->here
1287 struct ext3_xattr_entry *here; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dxattr.c522 struct ext4_xattr_entry *here; member in struct:ext4_xattr_search
543 if (!s->here->e_value_block && s->here->e_value_size) {
544 size_t size = le32_to_cpu(s->here->e_value_size);
559 size_t rest = (void *)last - (void *)s->here + sizeof(__u32);
560 memmove((void *)s->here + size, s->here, rest);
561 memset(s->here, 0, size);
562 s->here->e_name_index = i->name_index;
563 s->here
1285 struct ext4_xattr_entry *here; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dfinddomain.c204 struct loaded_l10nfile *here = runp; local
208 free ((char *) here->filename);
209 free (here);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/mach-ip27/
H A Dkernel-entry-init.h28 move t2, t1 # text and data are here
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/mach-ip27/
H A Dkernel-entry-init.h28 move t2, t1 # text and data are here
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dhead-l7200.S13 #error What am I doing here...
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Dentry-macro.S48 mov \irqnr, #0 @@ start here
71 @@ exit here, Z flag unset if IRQ
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-sched.c67 union ehci_shadow here = *prev_p; local
70 while (here.ptr && here.ptr != ptr) {
72 hw_p = here.hw_next;
73 here = *prev_p;
76 if (!here.ptr)
82 *prev_p = *periodic_next_shadow (&here, Q_NEXT_TYPE (*hw_p));
83 *hw_p = *here.hw_next;
370 union ehci_shadow here; local
373 here
499 union ehci_shadow here = *prev; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgmerge-properties-131 still\ existing=here is normally no comment
37 # trailing comments should be removed, even here
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/scripts/
H A Dsecure-card28 set dialup <put phone number here>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-clps711x/
H A Ddebug-macro.S39 tst \rx, #0x1000 @ UART2 does not have CTS here
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dfindbit.S50 orr r2, r2, #7 @ if zero, then no bits here
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-sa1100/
H A Ddebug-macro.S21 @ We probe for the active serial port here, coherently with
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dfindbit.S50 orr r2, r2, #7 @ if zero, then no bits here
83 orr r2, r2, #7 @ if zero, then no bits here
113 orr r2, r2, #7 @ if zero, then no bits here
140 orr r2, r2, #7 @ if zero, then no bits here
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_entry.S76 | send some signal to program here
80 | we jump here after an access error while trying to access
96 | it does not really belong here, but...
111 | directly here, these function may only be called from within
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dhead.S38 /* On entry here from SRM console, the HWPCB of the per-cpu
88 # Putting it here means we dont have to recompile the whole

Completed in 170 milliseconds

1234567891011>>