HomeSort by relevance Sort by last modified time
    Searched refs:offsetof (Results 151 - 175 of 281) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
stddef.h 411 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
stddef.h 411 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/include/
stddef.h 411 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
stddef.h 411 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
stddef.h 411 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
stddef.h 414 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
stddef.h 414 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/
stddef.h 414 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
  /external/valgrind/main/memcheck/
mc_machine.c 135 (offsetof(VexGuestPPC64State,guest_##_fieldname))
302 (offsetof(VexGuestPPC32State,guest_##_fieldname))
461 (offsetof(VexGuestAMD64State,guest_##_fieldname))
582 (offsetof(VexGuestX86State,guest_##_fieldname))
690 (offsetof(VexGuestARMState,guest_##_fieldname))
    [all...]
  /external/iptables/extensions/
libxt_string.c 313 .userspacesize = offsetof(struct xt_string_info, config),
328 .userspacesize = offsetof(struct xt_string_info, config),
libxt_hashlimit.c 503 .userspacesize = offsetof(struct xt_hashlimit_info, hinfo),
518 .userspacesize = offsetof(struct xt_hashlimit_mtinfo1, hinfo),
533 .userspacesize = offsetof(struct xt_hashlimit_mtinfo1, hinfo),
  /external/mesa3d/src/glsl/
linker.cpp     [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc64-linux.c 122 offsetof(VexGuestPPC64State,guest_LR), \
129 offsetof(VexGuestPPC64State,guest_GPR##zzn), \
sigframe-amd64-linux.c 462 rsp, offsetof(struct rt_sigframe, vg) );
488 rsp, offsetof(struct rt_sigframe, vg) );
  /external/valgrind/main/drd/
drd_cond.c 129 tl_assert(offsetof(DrdClientobj, cond) == 0);
147 tl_assert(offsetof(DrdClientobj, cond) == 0);
drd_barrier.c 196 tl_assert(offsetof(DrdClientobj, barrier) == 0);
212 tl_assert(offsetof(DrdClientobj, barrier) == 0);
  /dalvik/vm/analysis/
RegisterMap.cpp 190 static const int kHeaderSize = offsetof(RegisterMap, data);
572 static const int kHeaderSize = offsetof(RegisterMap, data);
652 ptr += offsetof(RegisterMapMethodPool, methodData);
714 ptr += offsetof(RegisterMapClassPool, classDataOffset);
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 73 fromlen - offsetof(struct sockaddr_un, sun_path));
88 fromlen - offsetof(struct sockaddr_un, sun_path))
98 offsetof(struct sockaddr_un, sun_path));
121 fromlen - offsetof(struct sockaddr_un, sun_path))
125 offsetof(struct sockaddr_un, sun_path));
1109 offsetof(struct sockaddr_un, sun_path));
  /external/valgrind/main/mpi/
libmpiwrap.c 157 #if !defined(offsetof)
158 # define offsetof(type,memb) ((int)&((type*)0)->memb) macro
702 f(base + offsetof(Ty,val), sizeof(int));
703 f(base + offsetof(Ty,loc), sizeof(int));
708 f(base + offsetof(Ty,val), sizeof(long));
709 f(base + offsetof(Ty,loc), sizeof(int));
714 f(base + offsetof(Ty,val), sizeof(double));
715 f(base + offsetof(Ty,loc), sizeof(int));
720 f(base + offsetof(Ty,val), sizeof(short));
721 f(base + offsetof(Ty,loc), sizeof(int))
    [all...]
  /external/e2fsprogs/intl/
dcigettext.c 130 /* Some compilers, like SunOS4 cc, don't have offsetof in <stddef.h>. */
131 #ifndef offsetof
132 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
483 alloca (offsetof (struct known_translation_t, msgid) + msgid_len);
652 malloc (offsetof (struct known_translation_t, msgid)
992 freemem_size -= offsetof (struct transmem_list, data);
    [all...]
  /external/grub/stage2/
fsys_xfs.c 189 #undef offsetof macro
190 #define offsetof(t,m) ((int)&(((t *)0)->m)) macro
197 return (tmp - sizeof(xfs_bmdr_block_t) - offsetof(xfs_dinode_t, di_u)) /
  /external/qemu/tcg/x86_64/
tcg-target.c 597 offsetof(CPUState, tlb_table[mem_index][0].addr_read));
654 tcg_out_modrm_offset(s, 0x03 | P_REXW, r0, r1, offsetof(CPUTLBEntry, addend) -
655 offsetof(CPUTLBEntry, addr_read));
792 offsetof(CPUState, tlb_table[mem_index][0].addr_write));
836 tcg_out_modrm_offset(s, 0x03 | P_REXW, r0, r1, offsetof(CPUTLBEntry, addend) -
837 offsetof(CPUTLBEntry, addr_write));
    [all...]
  /external/valgrind/main/coregrind/
launcher-aix5.c 931 gen_addi_rd_rs_N(3,31,offsetof(AIX5Bootblock,toolfile)));
988 gen_addi_rd_rs_N(4,31,offsetof(AIX5Bootblock,errmsg)));
1007 gen_addi_rd_rs_N(6,31,offsetof(AIX5Bootblock,toolfile)));
    [all...]
  /bionic/libc/netbsd/net/
getnameinfo.c 86 offsetof(struct sockaddr_in6, sin6_addr)},
89 offsetof(struct sockaddr_in, sin_addr)},
  /external/qemu/block/
qcow2-snapshot.c 174 if (bdrv_pwrite_sync(bs->file, offsetof(QCowHeader, snapshots_offset),
178 if (bdrv_pwrite_sync(bs->file, offsetof(QCowHeader, nb_snapshots),

Completed in 5446 milliseconds

1 2 3 4 5 67 8 91011>>