Searched refs:v32 (Results 1 - 25 of 107) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Ddiv64.h40 u32 v32[2]; member in union:__anon10525
44 upper = d.v32[1];
45 d.v32[1] = 0;
47 d.v32[1] = upper / divisor;
50 asm ("divl %2" : "=a" (d.v32[0]), "=d" (*remainder) :
51 "rm" (divisor), "0" (d.v32[0]), "1" (upper));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/lib/
H A Dmemset_32.c26 uint32_t v16, v32; local
93 v32 = __insn_intlh(v16, v16);
154 *out32++ = v32;
155 *out32++ = v32;
156 *out32++ = v32;
157 *out32++ = v32;
198 *out32 = v32;
225 *out32++ = v32;
226 *out32++ = v32;
227 *out32++ = v32;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dvdso.c360 static int __init vdso_do_func_patch32(struct lib32_elfinfo *v32, argument
366 sym32_gen = find_symbol32(v32, orig);
375 sym32_fix = find_symbol32(v32, fix);
457 static int __init vdso_do_func_patch64(struct lib32_elfinfo *v32, argument
489 static __init int vdso_do_find_sections(struct lib32_elfinfo *v32, argument
498 v32->dynsym = find_section32(v32->hdr, ".dynsym", &v32->dynsymsize);
499 v32->dynstr = find_section32(v32
529 vdso_setup_trampolines(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64) argument
543 vdso_fixup_datapage(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64) argument
575 vdso_fixup_features(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64) argument
631 vdso_fixup_alt_funcs(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64) argument
666 struct lib32_elfinfo v32; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dtestmmiotrace.c26 static unsigned v32(unsigned i) function
44 iowrite32(v32(i), p + i);
63 if (ioread32(p + i) != v32(i))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-fs/
H A Dvcs_hook.c8 #include <arch-v32/hwregs/reg_map.h>
9 #include <arch-v32/hwregs/intr_vect_defs.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_dir.c127 uint32 v32; local
235 v32 = va_arg(ap, uint32);
236 if (v32 == 0)
238 td->td_rowsperstrip = v32;
240 td->td_tilelength = v32;
292 v32 = (uint32)(1L<<td->td_bitspersample);
293 _TIFFsetShortArray(&td->td_colormap[0], va_arg(ap, uint16*), v32);
294 _TIFFsetShortArray(&td->td_colormap[1], va_arg(ap, uint16*), v32);
295 _TIFFsetShortArray(&td->td_colormap[2], va_arg(ap, uint16*), v32);
309 v32
[all...]
H A Dtif_ojpeg.c1860 uint32 v32; local
1900 if ( (v32 = (*sp->vsetparent)(tif,tag,ap))
1916 v32 = 0;
1919 return v32;
1935 v32 = (*sp->vsetparent)(tif,tag,ap);
1939 return v32;
1954 v32 = va_arg(ap,uint32); /* No. of values in this TIFF record */
1957 if(v32 !=0){
1960 sp->jpegproc=v32;
1963 sp->jpegifoffset=v32;
[all...]
H A Dtif_jpeg.c1348 uint32 v32; local
1352 v32 = va_arg(ap, uint32);
1353 if (v32 == 0) {
1358 (long) v32);
1359 sp->jpegtables_length = v32;
H A Dtif_dirread.c1198 { uint32 v32 = local
1201 TIFFSetField(tif, dp->tdir_tag, 1, &v32)
1202 : TIFFSetField(tif, dp->tdir_tag, v32));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dlgs8gxx.c160 u32 v32; local
170 v32 = val & 0xFFFFFFFF;
173 v32 = 0;
176 dprintk("AFC_INIT_FREQ = 0x%08X\n", v32);
179 lgs8gxx_write_reg(priv, 0x08, 0xFF & (v32));
180 lgs8gxx_write_reg(priv, 0x09, 0xFF & (v32 >> 8));
181 lgs8gxx_write_reg(priv, 0x0A, 0xFF & (v32 >> 16));
182 lgs8gxx_write_reg(priv, 0x0B, 0xFF & (v32 >> 24));
184 lgs8gxx_write_reg(priv, 0x09, 0xFF & (v32));
185 lgs8gxx_write_reg(priv, 0x0A, 0xFF & (v32 >>
196 u32 v32 = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/netfilter/
H A Debt_stp.c48 uint32_t v32; local
70 v32 = NR32(stpc->root_cost);
71 if (FWINV(v32 < c->root_costl ||
72 v32 > c->root_costu, EBT_STP_ROOTCOST))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/kernel/
H A Dasm-offsets.c16 #error One of ARCH v10 and ARCH v32 must be true!
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/compressed/
H A DMakefile14 arch-$(CONFIG_ETRAX_ARCH_V32) = v32
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_ioc32.c86 drm_version32_t v32; local
90 if (copy_from_user(&v32, (void __user *)arg, sizeof(v32)))
96 if (__put_user(v32.name_len, &version->name_len)
97 || __put_user((void __user *)(unsigned long)v32.name,
99 || __put_user(v32.date_len, &version->date_len)
100 || __put_user((void __user *)(unsigned long)v32.date,
102 || __put_user(v32.desc_len, &version->desc_len)
103 || __put_user((void __user *)(unsigned long)v32.desc,
112 if (__get_user(v32
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/tests/
H A Dtest-term-ostream-xterm15 # xterm-xf86-v32: sgr0=\E[m\017
22 || ${DIFF} ${srcdir}/test-term-ostream-xterm-xf86-v32.out out > /dev/null \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-term-ostream-xterm15 # xterm-xf86-v32: sgr0=\E[m\017
22 || ${DIFF} ${srcdir}/test-term-ostream-xterm-xf86-v32.out out > /dev/null \
H A DMakefile.gnulib388 EXTRA_DIST += test-term-ostream.c test-term-ostream-xterm test-term-ostream-xterm-r6.out test-term-ostream-xterm-xf86-v32.out test-term-ostream-xterm-basic.out test-term-ostream-xterm-8bit.out test-term-ostream-xterm-linux-debian.out test-term-ostream-xterm-linux-mandriva.out test-term-ostream-xterm-netbsd3.out test-term-ostream-xterm-solaris10.out test-term-ostream-xterm-aix51.out test-term-ostream-xterm-osf51.out test-term-ostream-xterm-irix65.out test-term-ostream-xterm-mingw.out test-term-ostream-xterm-16color.out test-term-ostream-xterm-88color.out test-term-ostream-xterm-256color.out
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/rescue/
H A DMakefile5 # CC = gcc-cris -mlinux -march=v32 $(LINUXINCLUDE)
9 # LD = gcc-cris -mlinux -march=v32 -nostdlib
14 arch-$(CONFIG_ETRAX_ARCH_V32) = v32
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dfsldma.h80 typedef u32 __bitwise v32; typedef
86 v32 count;
87 v32 reserve;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/
H A DMakefile17 arch-$(CONFIG_ETRAX_ARCH_V32) := v32
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dnodelist.h44 #define je32_to_cpu(x) ((x).v32)
55 #define je32_to_cpu(x) (be32_to_cpu(x.v32))
66 #define je32_to_cpu(x) (le32_to_cpu(x.v32))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Djffs2.h96 __u32 v32; member in struct:__anon17647
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/lguest/
H A Dlguest.c214 #define cpu_to_le32(v32) (v32)
217 #define le32_to_cpu(v32) (v32)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp9.c1290 uint32_t v32 = v * 0x01010101; local
1292 AV_WN32A(ptr, v32);
1305 uint32_t v32 = v * 0x01010101;
1307 AV_WN32A(ptr, v32);
1308 AV_WN32A(ptr + 4, v32);
1913 uint32_t v32 = val * 0x01010101; \
1914 AV_WN32A( &var, v32); \
1915 AV_WN32A(&((uint8_t *) &var)[4], v32); \
1919 uint32_t v32 = val * 0x01010101; \
1920 AV_WN32A( &var, v32); \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-marshal-recursive-util.c2344 dbus_int32_t v32; local
2347 v32 = int32_from_seed (seed);
2349 v = - (dbus_int32_t) ~ v32;
2350 v |= (((dbus_int64_t)v32) << 32);

Completed in 205 milliseconds

12345