Searched refs:at (Results 1 - 25 of 1605) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/xtensa/include/asm/
H A Dasmmacro.h20 * __loopi ar, at, size, inc
22 * at scratch register used by macro
26 * __loops ar, as, at, inc_log2[, mask_log2][, cond][, ncond]
29 * at scratch register use by macro
38 * __endla ar, at, incr
48 .macro __loopi ar, at, size, incr variable
51 movi \at, ((\size + \incr - 1) / (\incr)) variable
52 loop \at, 99f variable
54 addi \at, \ar, \size
64 .macro __loops ar, as, at, incr_log variable
70 extui \\at, \\at, \\incr_log2, \\mask_log2 variable
72 srli \\at, \\at, \\incr_log2 variable
103 .macro __loopt ar, as, at, incr_log2 variable
106 sub \\at, \\as, \\ar variable
108 addi \\at, \\at, (1 << \\incr_log2) - 1 variable
109 srli \\at, \\at, \\incr_log2 variable
[all...]
H A Dcacheasm.h34 .macro __loop_cache_all ar at insn size line_width
38 __loopi \ar, \at, \size, (4 << (\line_width)) variable
43 __endla \ar, \at, 4 << (\line_width) variable
48 .macro __loop_cache_range ar as at insn line_width
50 extui \at, \ar, 0, \line_width
51 add \as, \as, \at
53 __loops \ar, \as, \at, \line_width variable
55 __endla \ar, \at, (1 << (\line_width)) variable
60 .macro __loop_cache_page ar at insn line_width
62 __loopi \ar, \at, PAGE_SIZ variable
67 __endla \\ar, \\at, 4 << (\\line_width) variable
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dasmmacro.h20 * __loopi ar, at, size, inc
22 * at scratch register used by macro
26 * __loops ar, as, at, inc_log2[, mask_log2][, cond][, ncond]
29 * at scratch register use by macro
38 * __endla ar, at, incr
48 .macro __loopi ar, at, size, incr variable
51 movi \at, ((\size + \incr - 1) / (\incr)) variable
52 loop \at, 99f variable
54 addi \at, \ar, \size
64 .macro __loops ar, as, at, incr_log variable
70 extui \\at, \\at, \\incr_log2, \\mask_log2 variable
72 srli \\at, \\at, \\incr_log2 variable
103 .macro __loopt ar, as, at, incr_log2 variable
106 sub \\at, \\as, \\ar variable
108 addi \\at, \\at, (1 << \\incr_log2) - 1 variable
109 srli \\at, \\at, \\incr_log2 variable
[all...]
H A Dcacheasm.h34 .macro __loop_cache_all ar at insn size line_width
38 __loopi \ar, \at, \size, (4 << (\line_width)) variable
43 __endla \ar, \at, 4 << (\line_width) variable
48 .macro __loop_cache_range ar as at insn line_width
50 extui \at, \ar, 0, \line_width
51 add \as, \as, \at
53 __loops \ar, \as, \at, \line_width variable
55 __endla \ar, \at, (1 << (\line_width)) variable
60 .macro __loop_cache_page ar at insn line_width
62 __loopi \ar, \at, PAGE_SIZ variable
67 __endla \\ar, \\at, 4 << (\\line_width) variable
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/src/
H A Dcss-url.c9 the Free Software Foundation; either version 3 of the License, or (at
74 get_uri_string (const char *at, int *pos, int *length) argument
76 if (0 != strncasecmp (at + *pos, "url(", 4))
82 while (isspace (at[*pos]))
90 while (isspace (at[*pos + *length - 1]))
95 if (at[*pos] == '\'' || at[*pos] == '"')
101 return xstrndup (at + *pos, *length);
153 DEBUGP (("Found @import: [%s] at %d [%s]\n", yytext, buffer_pos, uri));
179 DEBUGP (("Found URI: [%s] at
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/src/
H A Dcss-url.c9 the Free Software Foundation; either version 3 of the License, or (at
74 get_uri_string (const char *at, int *pos, int *length) argument
76 if (0 != strncasecmp (at + *pos, "url(", 4))
82 while (isspace (at[*pos]))
90 while (isspace (at[*pos + *length - 1]))
95 if (at[*pos] == '\'' || at[*pos] == '"')
101 return xstrndup (at + *pos, *length);
153 DEBUGP (("Found @import: [%s] at %d [%s]\n", yytext, buffer_pos, uri));
179 DEBUGP (("Found URI: [%s] at
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/src/
H A Dcss-url.c9 the Free Software Foundation; either version 3 of the License, or (at
74 get_uri_string (const char *at, int *pos, int *length) argument
76 if (0 != strncasecmp (at + *pos, "url(", 4))
82 while (isspace (at[*pos]))
90 while (isspace (at[*pos + *length - 1]))
95 if (at[*pos] == '\'' || at[*pos] == '"')
101 return xstrndup (at + *pos, *length);
153 DEBUGP (("Found @import: [%s] at %d [%s]\n", yytext, buffer_pos, uri));
179 DEBUGP (("Found URI: [%s] at
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/doc/
H A Dchew.c12 (at your option) any later version.
117 static char at (string_type *, unsigned int);
184 at (buffer, pos) function
256 while ((c = at (src, idx)),
261 && at (src, idx +1) != '/'
262 && at (src, idx -1) != '\n'))
387 while ((isspace ((unsigned char) at (tos, tos->write_idx - 1))
388 || at (tos, tos->write_idx - 1) == '\n')
427 while (at (src, idx))
429 /* Now see if we have a comment at th
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/doc/
H A Dchew.c12 (at your option) any later version.
117 static char at (string_type *, unsigned int);
184 at (buffer, pos) function
256 while ((c = at (src, idx)),
261 && at (src, idx +1) != '/'
262 && at (src, idx -1) != '\n'))
387 while ((isspace ((unsigned char) at (tos, tos->write_idx - 1))
388 || at (tos, tos->write_idx - 1) == '\n')
427 while (at (src, idx))
429 /* Now see if we have a comment at th
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/doc/
H A Dchew.c12 (at your option) any later version.
117 static char at (string_type *, unsigned int);
184 at (buffer, pos) function
256 while ((c = at (src, idx)),
261 && at (src, idx +1) != '/'
262 && at (src, idx -1) != '\n'))
387 while ((isspace ((unsigned char) at (tos, tos->write_idx - 1))
388 || at (tos, tos->write_idx - 1) == '\n')
427 while (at (src, idx))
429 /* Now see if we have a comment at th
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/asm/
H A Dmips.pl90 ($zero,$at,$v0,$v1)=map("\$$_",(0..3));
157 mflo $at
159 $ADDU $t1,$at
162 sltu $at,$t1,$at
164 $ADDU $v0,$at
170 mflo $at
172 $ADDU $t3,$at
175 sltu $at,$t3,$at
[all...]
H A Dmips-mont.pl11 # doesn't provide better performance for longer keys, at least not on
28 ($zero,$at,$t0,$t1,$t2)=map("\$$_",(0..2,24,25));
43 # ($zero,$at,$v0,$v1)=map("\$$_",(0..3));
132 slt $at,$num,4
133 bnez $at,1f
135 slt $at,$num,17 # on in-order CPU
136 bnez $at,bn_mul_mont_internal
175 li $at,-4096
177 and $sp,$at
196 sltu $at,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/asm/
H A Dmips.pl90 ($zero,$at,$v0,$v1)=map("\$$_",(0..3));
157 mflo $at
159 $ADDU $t1,$at
162 sltu $at,$t1,$at
164 $ADDU $v0,$at
170 mflo $at
172 $ADDU $t3,$at
175 sltu $at,$t3,$at
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/asm/
H A Dmips.pl90 ($zero,$at,$v0,$v1)=map("\$$_",(0..3));
157 mflo $at
159 $ADDU $t1,$at
162 sltu $at,$t1,$at
164 $ADDU $v0,$at
170 mflo $at
172 $ADDU $t3,$at
175 sltu $at,$t3,$at
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_u32.c11 enough to find data at given offsets from tcp headers or payloads.
132 u_int32_t at; local
141 at = 0;
166 if (at + val < at)
168 at += val;
170 if (at + 4 < at || skb->len < at + 4 ||
171 pos > skb->len - at
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/netfilter/
H A Dxt_u32.c27 u_int32_t at; local
35 at = 0;
60 if (at + val < at)
62 at += val;
64 if (at + 4 < at || skb->len < at + 4 ||
65 pos > skb->len - at - 4)
68 if (skb_copy_bits(skb, at
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_u32.c11 enough to find data at given offsets from tcp headers or payloads.
132 u_int32_t at; local
141 at = 0;
166 if (at + val < at)
168 at += val;
170 if (at + 4 < at || skb->len < at + 4 ||
171 pos > skb->len - at
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/netfilter/
H A Dxt_u32.c27 u_int32_t at; local
35 at = 0;
60 if (at + val < at)
62 at += val;
64 if (at + 4 < at || skb->len < at + 4 ||
65 pos > skb->len - at - 4)
68 if (skb_copy_bits(skb, at
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/
H A Dprofile.mak1 EXTRACFLAGS := -DLINUX26 -DCONFIG_BCMWL5 -DDEBUG_NOISY -DDEBUG_RCTEST -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/backward/
H A Dbackward_warning.h6 // Free Software Foundation; either version 3, or (at your option)
33 This file includes at least one deprecated or antiquated header which \
34 may be removed without further notice at a future date. Please use a \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/backward/
H A Dbackward_warning.h7 // Free Software Foundation; either version 3, or (at your option)
34 This file includes at least one deprecated or antiquated header which \
35 may be removed without further notice at a future date. Please use a \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/backward/
H A Dbackward_warning.h7 // Free Software Foundation; either version 3, or (at your option)
29 This file includes at least one deprecated or antiquated header which \
30 may be removed without further notice at a future date. Please use a \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/backward/
H A Dbackward_warning.h7 // Free Software Foundation; either version 3, or (at your option)
29 This file includes at least one deprecated or antiquated header which \
30 may be removed without further notice at a future date. Please use a \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ata/
H A Dpata_ns87410.c7 * the Free Software Foundation; either version 2, or (at your option)
69 struct ata_timing at; local
88 if (ata_timing_compute(adev, adev->pio_mode, &at, 30303, 1) < 0) {
93 at.active = clamp_val(at.active, 2, 16) - 2;
94 at.setup = clamp_val(at.setup, 1, 4) - 1;
95 at.recover = clamp_val(at.recover, 1, 12) - 1;
97 idetcr = (at
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ata/
H A Dpata_ns87410.c7 * the Free Software Foundation; either version 2, or (at your option)
69 struct ata_timing at; local
88 if (ata_timing_compute(adev, adev->pio_mode, &at, 30303, 1) < 0) {
93 at.active = clamp_val(at.active, 2, 16) - 2;
94 at.setup = clamp_val(at.setup, 1, 4) - 1;
95 at.recover = clamp_val(at.recover, 1, 12) - 1;
97 idetcr = (at
[all...]

Completed in 291 milliseconds

1234567891011>>