Searched defs:offsetof (Results 1 - 17 of 17) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlinux_list.h4 #undef offsetof macro
5 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
H A Dlinux_stddef.h11 #undef offsetof macro
12 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dinternal.h99 # define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c6531 #define offsetof(STRUCTURE,FIELD) ((int)((char*)&((STRUCTURE*)0)->FIELD)) macro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dsupport.h60 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rand/
H A Drand_egd.c133 # define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dpppd.h912 #define offsetof(type, member) ((size_t) &((type *)0)->member) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dpy_conv.h41 #undef offsetof macro
42 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dbindtextdom.c46 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
H A Ddcigettext.c133 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndegd.c38 #define offsetof(type, member) ((size_t) &((type *)0)->member) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_egd.c133 # define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/celleb/
H A Dbeat_wrapper.h172 beat_get_spe_privileged_state_1_registers( u64 id, u64 offsetof, u64 *value) argument
196 beat_set_spe_privileged_state_1_registers( u64 id, u64 offsetof, u64 value) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dptrace32.c81 case offsetof(struct user32, regs.eflags): { function
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dstddef.h20 #undef offsetof macro
22 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
24 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/libiptc/
H A Dlinux_list.h4 #undef offsetof macro
5 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
H A Dlinux_stddef.h11 #undef offsetof macro
12 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro

Completed in 551 milliseconds