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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
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...]
H A Duaccess.h57 * <at> anything (temp register)
61 * <at> destroyed (actually, current)
64 .macro set_fs at, av, sp
65 GET_CURRENT(\at,\sp)
66 s32i \av, \at, THREAD_CURRENT_DS variable
81 * <at> anything (temp register)
86 * <at> destroyed (actually, current->thread.current_ds)
92 .macro kernel_ok at, sp, success
93 get_fs \at, \sp variable
94 beqz \at, \succes variable
120 .macro user_ok aa, as, at, error variable
121 movi \\at, (TASK_SIZE+1) variable
122 bgeu \\as, \\at, \\error variable
123 sub \\at, \\at, \\as variable
124 bgeu \\aa, \\at, \\error variable
150 .macro access_ok aa, as, at, sp, error variable
151 kernel_ok \\at, \\sp, .Laccess_ok_\\@ variable
152 user_ok \\aa, \\as, \\at, \\error variable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_ns87410.c8 * the Free Software Foundation; either version 2, or (at your option)
83 struct ata_timing at; local
102 if (ata_timing_compute(adev, adev->pio_mode, &at, 30303, 1) < 0) {
107 at.active = FIT(at.active, 2, 16) - 2;
108 at.setup = FIT(at.setup, 1, 4) - 1;
109 at.recover = FIT(at.recover, 1, 12) - 1;
111 idetcr = (at
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsmovecr.S4 | The entry point sMOVECR returns the constant at the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/appletalk/
H A Dipddp.h18 struct atalk_addr at; /* Gateway appletalk address */ member in struct:ipddp_route
H A Dipddp.c162 ddp->deh_dnet = rt->at.s_net;
165 ddp->deh_dnode = rt->at.s_node;
177 if(aarp_send_ddp(rt->dev, skb, &rt->at, NULL) < 0)
195 rt->at = new_rt->at;
197 if ((rt->dev = atrtr_get_dev(&rt->at)) == NULL) {
225 && tmp->at.s_net == rt->at.s_net
226 && tmp->at.s_node == rt->at
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dencrypt.t42 ok 1, $@ =~ /^Encrypt parameter must be a hash reference at/;
50 ok 2, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
58 ok 3, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
66 ok 4, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
74 ok 5, $@ =~ /^\Qunknown key value(s) Fred at/;
149 ok 16, $@ =~ /^Encrypt parameter must be a hash reference at/;
157 ok 17, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
165 ok 18, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
173 ok 19, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
181 ok 20, $@ =~ /^\Qunknown key value(s) Fred at/;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/generic/
H A Dint-handler.S49 .set at
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-cl7500/
H A Dentry-macro.S8 mov \base, #ioc_base_high @ point at IOC
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-rpc/
H A Dentry-macro.S8 mov \base, #ioc_base_high @ point at IOC
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/netatalk/
H A DMakefile.am3 pkginclude_HEADERS = aarp.h at.h at_var.h ddp.h ddp_var.h endian.h phase2.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A DMakefile.am3 pkginclude_HEADERS = aarp.h at.h at_var.h ddp.h ddp_var.h endian.h phase2.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/tc_act/
H A Dtc_pedit.h22 __u32 at; member in struct:tc_pedit_key
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Dregdef.h10 * version 2.1 of the License, or (at your option) any later version.
61 #define AT $at /* assembler temporary */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dnetddp.h19 #include <netatalk/at.h>
H A Dlist.h127 struct list_head *at = head->next; local
132 last->next = at;
133 at->prev = last;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/tc_act/
H A Dtc_pedit.h22 __u32 at; member in struct:tc_pedit_key
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dregdef.h39 #define AT $at /* assembler temporary */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dlist.c102 struct list_head *at = head->next; local
107 last->next = at;
108 at->prev = last;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Ddp_mul.c140 u64 at = local
142 hrm += at < lrm;
143 lrm = at;
151 u64 at = local
153 hrm += at < lrm;
154 lrm = at;
H A Dsp_mul.c137 unsigned at = lrm + (t << 16); local
138 hrm += at < lrm;
139 lrm = at;
147 unsigned at = lrm + (t << 16); local
148 hrm += at < lrm;
149 lrm = at;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dkernel-list.h57 * Insert a new entry at the tail
97 struct list_head *at = head->next; local
102 last->next = at;
103 at->prev = last;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dlist.h127 struct list_head *at = head->next; local
132 last->next = at;
133 at->prev = last;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/atp/
H A Datp_internals.h31 #include <netatalk/at.h>

Completed in 165 milliseconds

1234567891011>>