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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr038/data/
H A Ddatabase_without_name.sql5 value NUMERIC(8,2), -- just a comment here;
H A Dwrong_create_sequence.sql6 value NUMERIC(8,2), -- just a comment here;
H A Dtwo_same_databases.sql7 value NUMERIC(8,2), -- just a comment here;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr038/data/
H A Ddatabase_without_name.sql5 value NUMERIC(8,2), -- just a comment here;
H A Dwrong_create_sequence.sql6 value NUMERIC(8,2), -- just a comment here;
H A Dtwo_same_databases.sql7 value NUMERIC(8,2), -- just a comment here;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/VMS/
H A Dtest-includes.com5 $ here = f$parse("A.;0",f$ENV("PROCEDURE")) - "A.;0"
6 $ set default 'here'
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/VMS/
H A Dtest-includes.com5 $ here = f$parse("A.;0",f$ENV("PROCEDURE")) - "A.;0"
6 $ set default 'here'
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/VMS/
H A Dtest-includes.com5 $ here = f$parse("A.;0",f$ENV("PROCEDURE")) - "A.;0"
6 $ set default 'here'
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/VMS/
H A Dtest-includes.com5 $ here = f$parse("A.;0",f$ENV("PROCEDURE")) - "A.;0"
6 $ set default 'here'
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr038/data/
H A Ddatabase_without_name.sql5 value NUMERIC(8,2), -- just a comment here;
H A Dwrong_create_sequence.sql6 value NUMERIC(8,2), -- just a comment here;
H A Dtwo_same_databases.sql7 value NUMERIC(8,2), -- just a comment here;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/VMS/
H A Dtest-includes.com5 $ here = f$parse("A.;0",f$ENV("PROCEDURE")) - "A.;0"
6 $ set default 'here'
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/
H A Dinffast.c90 code here; /* retrieved table entry */ local
127 here = lcode[hold & lmask];
129 op = (unsigned)(here.bits);
132 op = (unsigned)(here.op);
134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
136 "inflate: literal 0x%02x\n", here.val));
137 PUP(out) = (unsigned char)(here.val);
140 len = (unsigned)(here.val);
158 here
[all...]
H A Dinfback.c256 code here; /* current decoding table entry */ local
392 here = state->lencode[BITS(state->lenbits)];
393 if ((unsigned)(here.bits) <= bits) break;
396 if (here.val < 16) {
397 NEEDBITS(here.bits);
398 DROPBITS(here.bits);
399 state->lens[state->have++] = here.val;
402 if (here.val == 16) {
403 NEEDBITS(here.bits + 2);
404 DROPBITS(here
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/
H A Dinffast.c90 code here; /* retrieved table entry */ local
127 here = lcode[hold & lmask];
129 op = (unsigned)(here.bits);
132 op = (unsigned)(here.op);
134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
136 "inflate: literal 0x%02x\n", here.val));
137 PUP(out) = (unsigned char)(here.val);
140 len = (unsigned)(here.val);
158 here
[all...]
H A Dinfback.c256 code here; /* current decoding table entry */ local
392 here = state->lencode[BITS(state->lenbits)];
393 if ((unsigned)(here.bits) <= bits) break;
396 if (here.val < 16) {
397 NEEDBITS(here.bits);
398 DROPBITS(here.bits);
399 state->lens[state->have++] = here.val;
402 if (here.val == 16) {
403 NEEDBITS(here.bits + 2);
404 DROPBITS(here
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/zlib/
H A Dinffast.c90 code here; /* retrieved table entry */ local
127 here = lcode[hold & lmask];
129 op = (unsigned)(here.bits);
132 op = (unsigned)(here.op);
134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
136 "inflate: literal 0x%02x\n", here.val));
137 PUP(out) = (unsigned char)(here.val);
140 len = (unsigned)(here.val);
158 here
[all...]
H A Dinfback.c256 code here; /* current decoding table entry */ local
392 here = state->lencode[BITS(state->lenbits)];
393 if ((unsigned)(here.bits) <= bits) break;
396 if (here.val < 16) {
397 NEEDBITS(here.bits);
398 DROPBITS(here.bits);
399 state->lens[state->have++] = here.val;
402 if (here.val == 16) {
403 NEEDBITS(here.bits + 2);
404 DROPBITS(here
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/xen/interface/io/
H A Dprotocols.h18 # error arch fixup needed here
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/xen/interface/io/
H A Dprotocols.h18 # error arch fixup needed here
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/main/
H A Dcfe_version.mk5 # Put just the version number in here. This file is sourced

Completed in 262 milliseconds

1234567891011>>