Searched refs:tmp (Results 51 - 75 of 2904) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Drwsem.h82 int tmp; local
84 while ((tmp = sem->count) >= 0) {
85 if (tmp == cmpxchg(&sem->count, tmp,
86 tmp + RWSEM_ACTIVE_READ_BIAS)) {
99 int tmp; local
101 tmp = atomic_add_return(RWSEM_ACTIVE_WRITE_BIAS,
103 if (tmp == RWSEM_ACTIVE_WRITE_BIAS)
111 int tmp; local
113 tmp
124 int tmp; local
156 int tmp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Drwsem.h68 int tmp; local
70 while ((tmp = sem->count) >= 0) {
71 if (tmp == cmpxchg(&sem->count, tmp,
72 tmp + RWSEM_ACTIVE_READ_BIAS)) {
85 int tmp; local
87 tmp = atomic_add_return(RWSEM_ACTIVE_WRITE_BIAS,
89 if (tmp == RWSEM_ACTIVE_WRITE_BIAS)
97 int tmp; local
99 tmp
110 int tmp; local
142 int tmp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-iop32x/
H A Dentry-macro.S15 .macro get_irqnr_preamble, base, tmp
16 mrc p15, 0, \tmp, c15, c1, 0
17 orr \tmp, \tmp, #(1 << 6)
18 mcr p15, 0, \tmp, c15, c1, 0 @ Enable cp6 access
19 mrc p15, 0, \tmp, c15, c1, 0
20 mov \tmp, \tmp
24 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-iop33x/
H A Dentry-macro.S15 .macro get_irqnr_preamble, base, tmp
16 mrc p15, 0, \tmp, c15, c1, 0
17 orr \tmp, \tmp, #(1 << 6)
18 mcr p15, 0, \tmp, c15, c1, 0 @ Enable cp6 access
19 mrc p15, 0, \tmp, c15, c1, 0
20 mov \tmp, \tmp
24 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-realview/
H A Dentry-macro.S16 .macro get_irqnr_preamble, base, tmp
42 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
46 ldr \tmp, =1021
52 cmpne \irqnr, \tmp
64 .macro test_for_ipi, irqnr, irqstat, base, tmp
73 .macro test_for_ltirq, irqnr, irqstat, base, tmp
75 mov \tmp, #0
77 moveq \tmp, #1
79 cmp \tmp, #0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/
H A Dconfigure11 cat >/tmp/atmtest.c <<EOF
19 gcc -I$INCLUDE -o /tmp/atmtest /tmp/atmtest.c -latm >/dev/null 2>&1
27 rm -f /tmp/atmtest.c /tmp/atmtest
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tests/
H A Dcheck-stateful11 ../src/iconv_no_i18n -f "$charset" -t UTF-8 < "${srcdir}"/"$charsetf"-snippet > tmp-snippet
12 cmp "${srcdir}"/"$charsetf"-snippet.UTF-8 tmp-snippet
13 ../src/iconv_no_i18n -f UTF-8 -t "$charset" < "${srcdir}"/"$charsetf"-snippet.UTF-8 > tmp-snippet
14 cmp "${srcdir}"/"$charsetf"-snippet tmp-snippet
15 rm -f tmp-snippet
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/rts/
H A Dcrc.h48 uint8 tmp = crc8(pbytes, nbytes, CRC8_INIT_VALUE) ^ 0xff; \
49 (pbytes)[(nbytes)] = tmp; \
55 uint16 tmp = crc16(pbytes, nbytes, CRC16_INIT_VALUE) ^ 0xffff; \
56 (pbytes)[(nbytes) + 0] = (tmp >> 0) & 0xff; \
57 (pbytes)[(nbytes) + 1] = (tmp >> 8) & 0xff; \
63 uint32 tmp = crc32(pbytes, nbytes, CRC32_INIT_VALUE) ^ 0xffffffff; \
64 (pbytes)[(nbytes) + 0] = (tmp >> 0) & 0xff; \
65 (pbytes)[(nbytes) + 1] = (tmp >> 8) & 0xff; \
66 (pbytes)[(nbytes) + 2] = (tmp >> 16) & 0xff; \
67 (pbytes)[(nbytes) + 3] = (tmp >> 2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/alpha/
H A Dudiv-qrnnd.S41 #define tmp $3 define
51 .Loop1: cmplt n0,0,tmp
53 bis n1,tmp,n1
56 subq n1,d,tmp
57 cmovne qb,tmp,n1
59 cmplt n0,0,tmp
61 bis n1,tmp,n1
64 subq n1,d,tmp
65 cmovne qb,tmp,n1
67 cmplt n0,0,tmp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_mark.c43 int tmp; local
47 tmp = info->target | ~EBT_VERDICT_BITS;
48 if (BASE_CHAIN && tmp == EBT_RETURN)
51 if (tmp < -NUM_STANDARD_TARGETS || tmp >= 0)
53 tmp = info->target & ~EBT_VERDICT_BITS;
54 if (tmp != MARK_SET_VALUE && tmp != MARK_OR_VALUE &&
55 tmp != MARK_AND_VALUE && tmp !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dsc-mips.c59 unsigned int tmp; local
77 tmp = (config2 >> 4) & 0x0f;
78 if (0 < tmp && tmp <= 7)
79 c->scache.linesz = 2 << tmp;
83 tmp = (config2 >> 8) & 0x0f;
84 if (0 <= tmp && tmp <= 7)
85 c->scache.sets = 64 << tmp;
89 tmp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dptrace32.c74 unsigned int tmp; local
77 copied = access_process_vm(child, addr, &tmp, sizeof(tmp), 0);
79 if (copied != sizeof(tmp))
81 ret = put_user(tmp, (u32 __user *)data);
96 u32 tmp; local
106 copied = access_process_vm(child, (u64)addrOthers, &tmp,
107 sizeof(tmp), 0);
108 if (copied != sizeof(tmp))
110 ret = put_user(tmp, (u3
117 unsigned long tmp; local
151 u64 tmp; local
183 unsigned int tmp; local
204 u32 tmp = data; local
348 unsigned int __user *tmp = (unsigned int __user *)addr; local
363 unsigned int __user *tmp = (unsigned int __user *)addr; local
378 unsigned int __user *tmp = (unsigned int __user *)addr; local
395 unsigned int __user *tmp = (unsigned int __user *)addr; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dimalloc.c27 struct vm_struct **p, *tmp; local
30 for (p = &imlist; (tmp = *p) ; p = &tmp->next) {
31 if (size + addr < (unsigned long) tmp->addr)
33 if ((unsigned long)tmp->addr >= ioremap_bot)
34 addr = tmp->size + (unsigned long) tmp->addr;
104 struct vm_struct *tmp; local
106 for (tmp = imlist; tmp; tm
202 struct vm_struct **p, *tmp, *area; local
225 struct vm_struct *tmp; local
292 struct vm_struct **p, *tmp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dptrace.c96 unsigned long tmp; local
98 tmp = get_reg(child, PT_SR) & ~(TRACE_BITS << 16);
99 put_reg(child, PT_SR, tmp);
110 unsigned long tmp; local
113 copied = access_process_vm(child, addr, &tmp, sizeof(tmp), 0);
115 if (copied != sizeof(tmp))
117 ret = put_user(tmp,(unsigned long *) data);
123 unsigned long tmp; local
130 tmp
206 long tmp; local
230 long tmp; local
244 long tmp; local
266 unsigned long tmp; local
283 unsigned long tmp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dpy_winreg.c48 struct const_vals *tmp; local
51 for (tmp = module_const_vals; tmp->name; tmp++) {
52 obj = PyInt_FromLong(tmp->value);
53 PyDict_SetItemString(dict, tmp->name, obj);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/scripts/
H A Dcheck-gas5 tmp=${TMPDIR:-/tmp}
6 out=$tmp/out$$.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_volume.c32 unsigned short e, m, tmp; local
36 tmp = vol;
38 if (tmp < 128) {
39 while (e > 0 && tmp < (1 << e))
42 while (tmp > 255) {
43 tmp >>= 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/boot/boot-elf/
H A DMakefile24 vmlinux vmlinux.tmp
26 --add-section image=vmlinux.tmp \
28 $(OBJS) $@.tmp
31 -o arch/$(ARCH)/boot/$@.elf $@.tmp
32 rm -f $@.tmp vmlinux.tmp
38 vmlinux vmlinux.tmp
40 --add-section image=vmlinux.tmp \
42 $(OBJS) $@.tmp
45 -o arch/$(ARCH)/boot/$@.elf $@.tmp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Ddlinklist.h59 /* hook into the end of the list - needs a tmp pointer */
60 #define DLIST_ADD_END(list, p, tmp) \
66 for ((tmp) = (list); (tmp)->next; (tmp) = (tmp)->next) ; \
67 (tmp)->next = (p); \
69 (p)->prev = (tmp); \
73 /* demote an element to the top of the list, needs a tmp pointer */
74 #define DLIST_DEMOTE(list, p, tmp) \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_fid.c26 u_int32_t tmp; local
84 tmp = (u_int32_t)fi.nFileIndexLow;
85 for (p = (u_int8_t *)&tmp, i = sizeof(u_int32_t); i > 0; --i)
87 tmp = (u_int32_t)fi.nFileIndexHigh;
88 for (p = (u_int8_t *)&tmp, i = sizeof(u_int32_t); i > 0; --i)
93 __os_unique_id(env, &tmp);
94 for (p = (u_int8_t *)&tmp, i = sizeof(u_int32_t); i > 0; --i)
123 tmp = (u_int32_t)fi.dwVolumeSerialNumber;
124 for (p = (u_int8_t *)&tmp, i = sizeof(u_int32_t); i > 0; --i)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Dtermios.h17 unsigned short tmp; local
19 if (get_user(tmp, &termio->c_iflag) < 0)
21 termios->c_iflag = (0xffff0000 & termios->c_iflag) | tmp;
23 if (get_user(tmp, &termio->c_oflag) < 0)
25 termios->c_oflag = (0xffff0000 & termios->c_oflag) | tmp;
27 if (get_user(tmp, &termio->c_cflag) < 0)
29 termios->c_cflag = (0xffff0000 & termios->c_cflag) | tmp;
31 if (get_user(tmp, &termio->c_lflag) < 0)
33 termios->c_lflag = (0xffff0000 & termios->c_lflag) | tmp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Ddelay.h29 unsigned long tmp; local
32 : "=d" (xloops), "=d" (tmp)
49 unsigned long tmp; local
52 : "=d" (tmp), "=d" (a)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dbitops.h34 unsigned long tmp; local
43 : "=&r"(tmp), "=o"(*p)
54 : "=&r"(tmp), "=o"(*p)
73 unsigned long tmp; local
82 : "=&r"(tmp), "=o"(*p)
93 : "=&r"(tmp), "=o"(*p)
112 unsigned long tmp; local
120 : "=&r"(tmp), "=o"(*p)
137 unsigned long tmp, old; local
147 : "=&r"(tmp), "
177 unsigned long tmp, old; local
218 unsigned long tmp, old; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ice1712/
H A Dak4xxx.c57 unsigned int tmp; local
65 tmp = snd_ice1712_gpio_read(ice);
66 tmp |= priv->add_flags;
67 tmp &= ~priv->mask_flags;
70 tmp |= priv->cs_mask; /* start without chip select */
72 tmp &= ~priv->cs_mask; /* chip select low */
73 snd_ice1712_gpio_write(ice, tmp);
78 tmp &= ~priv->cs_mask;
79 tmp |= priv->cs_addr;
80 snd_ice1712_gpio_write(ice, tmp);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/isapnp/
H A Dcore.c351 unsigned char tag, tmp[2]; local
358 isapnp_peek(tmp, 2);
359 *size = (tmp[1] << 8) | tmp[0];
409 unsigned char tmp[6]; local
412 isapnp_peek(tmp, size);
417 isapnp_parse_id(dev, (tmp[1] << 8) | tmp[0], (tmp[3] << 8) | tmp[
439 unsigned char tmp[3]; local
464 unsigned char tmp[2]; local
484 unsigned char tmp[7]; local
507 unsigned char tmp[3]; local
529 unsigned char tmp[9]; local
552 unsigned char tmp[17]; local
574 unsigned char tmp[9]; local
615 unsigned char type, tmp[17]; local
750 unsigned char type, tmp[17]; local
921 int tmp, ret; local
969 int tmp; local
[all...]

Completed in 136 milliseconds

1234567891011>>