Searched refs:_r (Results 1 - 25 of 58) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Delf.h103 #define ELF_PLAT_INIT(_r, _f) \
105 _r->r1 = _r->r1 = _r->r2 = _r->r3 = \
106 _r->r4 = _r->r5 = _r->r6 = _r->r7 = \
107 _r
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Delf.h81 #define ELF_PLAT_INIT(_r, load_addr) \
83 _r->regs[1] = _r->regs[2] = _r->regs[3] = _r->regs[4] = 0; \
84 _r->regs[5] = _r->regs[6] = _r->regs[7] = _r->regs[8] = 0; \
85 _r
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/sn/
H A Dmodule.h63 #define RACK_GET_CLASS(_r) ((_r) / RACK_CLASS_DVDR)
64 #define RACK_GET_GROUP(_r) (((_r) - RACK_GET_CLASS(_r) * \
66 #define RACK_GET_NUM(_r) (((_r) - RACK_GET_CLASS(_r) * \
67 RACK_CLASS_DVDR - RACK_GET_GROUP(_r) * \
77 #define RACK_GROUP_BITS(_r) (RACK_GET_CLAS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Delf.h137 #define ELF_PLAT_INIT(_r, load_addr) \
138 do { _r->regs[0]=0; _r->regs[1]=0; _r->regs[2]=0; _r->regs[3]=0; \
139 _r->regs[4]=0; _r->regs[5]=0; _r->regs[6]=0; _r->regs[7]=0; \
140 _r
[all...]
H A Dflat.h23 #define FLAT_PLAT_INIT(_r) \
24 do { _r->regs[0]=0; _r->regs[1]=0; _r->regs[2]=0; _r->regs[3]=0; \
25 _r->regs[4]=0; _r->regs[5]=0; _r->regs[6]=0; _r->regs[7]=0; \
26 _r
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/xen/interface/io/
H A Dring.h125 #define FRONT_RING_INIT(_r, _s, __size) do { \
126 (_r)->req_prod_pvt = 0; \
127 (_r)->rsp_cons = 0; \
128 (_r)->nr_ents = __RING_SIZE(_s, __size); \
129 (_r)->sring = (_s); \
132 #define BACK_RING_INIT(_r, _s, __size) do { \
133 (_r)->rsp_prod_pvt = 0; \
134 (_r)->req_cons = 0; \
135 (_r)->nr_ents = __RING_SIZE(_s, __size); \
136 (_r)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/
H A Delf.h19 #define ELF_PLAT_INIT(_r, load_addr) do { \
20 (_r)->r13 = 0; (_r)->r12 = 0; (_r)->r11 = 0; (_r)->r10 = 0; \
21 (_r)->r9 = 0; (_r)->r8 = 0; (_r)->r7 = 0; (_r)->r6 = 0; \
22 (_r)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v10/arch/
H A Delf.h30 #define ELF_PLAT_INIT(_r, load_addr) do { \
31 (_r)->r13 = 0; (_r)->r12 = 0; (_r)->r11 = 0; (_r)->r10 = 0; \
32 (_r)->r9 = 0; (_r)->r8 = 0; (_r)->r7 = 0; (_r)->r6 = 0; \
33 (_r)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Delf.h170 #define ELF_PLAT_INIT(_r, load_addr) \
171 do { _r->areg[0]=0; /*_r->areg[1]=0;*/ _r->areg[2]=0; _r->areg[3]=0; \
172 _r->areg[4]=0; _r->areg[5]=0; _r->areg[6]=0; _r->areg[7]=0; \
173 _r
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Delf.h355 #define ELF_PLAT_INIT(_r, load_addr) do { \
356 _r->regs[1] = _r->regs[2] = _r->regs[3] = _r->regs[4] = 0; \
357 _r->regs[5] = _r->regs[6] = _r->regs[7] = _r->regs[8] = 0; \
358 _r
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/
H A Dbrowse-domain-test.c32 #define ASSERT_SW_OKAY(t) { sw_result _r; _r = (t); assert(_r == SW_OKAY); }
33 #define ASSERT_NOT_NULL(t) { const void* _r; r = (t); assert(_r); }
H A Dtext-test.c32 #define ASSERT_SW_OKAY(t) { sw_result _r; _r = (t); assert(_r == SW_OKAY); }
33 #define ASSERT_NOT_NULL(t) { const void* _r; r = (t); assert(_r); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A Dbrowse-domain-test.c32 #define ASSERT_SW_OKAY(t) { sw_result _r; _r = (t); assert(_r == SW_OKAY); }
33 #define ASSERT_NOT_NULL(t) { const void* _r; r = (t); assert(_r); }
H A Dtext-test.c32 #define ASSERT_SW_OKAY(t) { sw_result _r; _r = (t); assert(_r == SW_OKAY); }
33 #define ASSERT_NOT_NULL(t) { const void* _r; r = (t); assert(_r); }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Delf.h103 #define ELF_PLAT_INIT(_r, load_addr) \
105 _r->bx = 0; _r->cx = 0; _r->dx = 0; \
106 _r->si = 0; _r->di = 0; _r->bp = 0; \
107 _r->ax = 0; \
172 #define ELF_PLAT_INIT(_r, load_addr) \
173 elf_common_init(&current->thread, _r,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/
H A Dmpi-internal.h148 mpi_limb_t _q, _ql, _r; \
153 sub_ddmmss (_xh, _r, (nh), (nl), _xh, _xl); \
155 sub_ddmmss (_xh, _r, _xh, _r, 0, (d)); \
158 sub_ddmmss (_xh, _r, _xh, _r, 0, (d)); \
162 if( _r >= (d) ) { \
163 _r -= (d); \
166 (r) = _r; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpi-internal.h148 mpi_limb_t _q, _ql, _r; \
153 sub_ddmmss (_xh, _r, (nh), (nl), _xh, _xl); \
155 sub_ddmmss (_xh, _r, _xh, _r, 0, (d)); \
158 sub_ddmmss (_xh, _r, _xh, _r, 0, (d)); \
162 if( _r >= (d) ) { \
163 _r -= (d); \
166 (r) = _r; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstdio-impl.h47 # define _r pub._r macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dstdio-impl.h52 # define _r pub._r macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Delf.h35 #define ELF_PLAT_INIT(_r) _r->er1 = 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Delf.h103 #define ELF_PLAT_INIT(_r, load_addr) (_r)->r0 = 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/math-emu/
H A Dop-1.h191 _FP_W_TYPE _q, _r; \
195 doit(_q, _r, X##_f, Y##_f); \
196 R##_f = _q | (_r != 0); \
206 _FP_W_TYPE _nh, _nl, _q, _r, _y; \
224 udiv_qrnnd(_q, _r, _nh, _nl, _y); \
225 R##_f = _q | (_r != 0); \
230 _FP_W_TYPE _nh, _nl, _q, _r; \
242 udiv_qrnnd(_q, _r, _nh, _nl, Y##_f); \
243 R##_f = _q | (_r != 0); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/sn/
H A Daddrs.h264 #define LOCAL_HUB_L(_r) HUB_L(LOCAL_HUB_ADDR(_r))
265 #define LOCAL_HUB_S(_r, _d) HUB_S(LOCAL_HUB_ADDR(_r), (_d))
266 #define REMOTE_HUB_L(_n, _r) HUB_L(REMOTE_HUB_ADDR((_n), (_r)))
267 #define REMOTE_HUB_S(_n, _r, _d) HUB_S(REMOTE_HUB_ADDR((_n), (_r)), (_d))
268 #define REMOTE_HUB_PI_L(_n, _sn, _r) HUB_L(REMOTE_HUB_PI_ADDR((_n), (_sn), (_r)))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Delf.h117 #define ELF_PLAT_INIT(_r, load_addr) elf_plat_init(_r, load_addr)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Delf.h60 #define ELF_PLAT_INIT(_r, load_addr) _r->a1 = 0

Completed in 182 milliseconds

123