Searched refs:v64 (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dvdso.c361 struct lib64_elfinfo *v64,
458 struct lib64_elfinfo *v64,
463 sym64_gen = find_symbol64(v64, orig);
472 sym64_fix = find_symbol64(v64, fix);
490 struct lib64_elfinfo *v64)
512 v64->dynsym = find_section64(v64->hdr, ".dynsym", &v64->dynsymsize);
513 v64->dynstr = find_section64(v64
360 vdso_do_func_patch32(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64, const char *orig, const char *fix) argument
457 vdso_do_func_patch64(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64, const char *orig, const char *fix) argument
489 vdso_do_find_sections(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64) argument
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
667 struct lib64_elfinfo v64; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Ddiv64.h39 u64 v64; member in union:__anon10525
52 return d.v64;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dfsldma.h79 typedef u64 __bitwise v64; typedef
83 v64 src_addr;
84 v64 dst_addr;
85 v64 next_ln_addr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/
H A Ddev.c77 u64 v64; local
147 v64 = (u64)best_brp * 1000000000UL;
148 do_div(v64, priv->clock.freq);
149 bt->tq = (u32)v64;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/lguest/
H A Dlguest.c215 #define cpu_to_le64(v64) (v64)
218 #define le64_to_cpu(v64) (v64)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnutdec.c822 int64_t v64, value_len; local
832 } else if (sscanf(name, "CodecSpecificSide%"SCNd64"", &v64) == 1) {
836 AV_WB64(dst, v64);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk.c1122 uint64_t v64; local
1142 if (ioctl(fd, BLKGETSIZE64, &v64) == 0) {
1144 total_number_of_sectors = (v64 >> 9);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp9.c1299 uint64_t v64 = v * 0x0101010101010101ULL; local
1301 AV_WN64A(ptr, v64);
1900 uint64_t v64 = val * 0x0101010101010101ULL; \
1901 AV_WN64A( &var, v64); \
1902 AV_WN64A(&((uint8_t *) &var)[8], v64); \

Completed in 226 milliseconds