HomeSort by relevance Sort by last modified time
    Searched refs:offsetof (Results 51 - 75 of 1126) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libunwind/src/arm/
gen-offsets.c 7 printf ("#define LINUX_UC_" N "_OFF\t0x%X\n", offsetof (ucontext_t, X))
10 printf ("#define LINUX_SC_" N "_OFF\t0x%X\n", offsetof (struct sigcontext, X))
  /external/libunwind/src/sh/
gen-offsets.c 7 printf ("#define LINUX_UC_" N "_OFF\t0x%X\n", offsetof (ucontext_t, X))
10 printf ("#define LINUX_SC_" N "_OFF\t0x%X\n", offsetof (struct sigcontext, X))
  /external/python/cpython2/Include/
structmember.h 10 #include <stddef.h> /* For offsetof */
12 /* The offsetof() macro calculates the offset of a structure member
18 #ifndef offsetof
19 #define offsetof(type, member) ( (int) & ((type*)0) -> member ) macro
  /prebuilts/gdb/darwin-x86/include/python2.7/
structmember.h 10 #include <stddef.h> /* For offsetof */
12 /* The offsetof() macro calculates the offset of a structure member
18 #ifndef offsetof
19 #define offsetof(type, member) ( (int) & ((type*)0) -> member ) macro
  /prebuilts/gdb/linux-x86/include/python2.7/
structmember.h 10 #include <stddef.h> /* For offsetof */
12 /* The offsetof() macro calculates the offset of a structure member
18 #ifndef offsetof
19 #define offsetof(type, member) ( (int) & ((type*)0) -> member ) macro
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stddef_h.pass.cpp 20 #ifndef offsetof
21 #error offsetof not defined
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
structmember.h 10 #include <stddef.h> /* For offsetof */
12 /* The offsetof() macro calculates the offset of a structure member
18 #ifndef offsetof
19 #define offsetof(type, member) ( (int) & ((type*)0) -> member ) macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
structmember.h 10 #include <stddef.h> /* For offsetof */
12 /* The offsetof() macro calculates the offset of a structure member
18 #ifndef offsetof
19 #define offsetof(type, member) ( (int) & ((type*)0) -> member ) macro
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/
stddef.h 62 #define offsetof(type, member) __offsetof(type, member) macro
  /external/blktrace/
rbtree.h 113 #undef offsetof macro
115 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
117 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
122 (type *)( (char *)__mptr - offsetof(type,member) );})
  /external/mesa3d/src/mesa/main/
extensions_table.c 33 #define o(x) offsetof(struct gl_extensions, x)
  /external/skia/src/gpu/gl/
GrGLIRect.h 32 GR_STATIC_ASSERT(0 == offsetof(GrGLIRect, fLeft));
33 GR_STATIC_ASSERT(4 == offsetof(GrGLIRect, fBottom));
34 GR_STATIC_ASSERT(8 == offsetof(GrGLIRect, fWidth));
35 GR_STATIC_ASSERT(12 == offsetof(GrGLIRect, fHeight));
  /system/bt/osi/src/socket_utils/
socket_local_client.cc 62 sizeof(*p_addr) - offsetof(struct sockaddr_un, sun_path) - 1) {
75 sizeof(*p_addr) - offsetof(struct sockaddr_un, sun_path) - 1) {
87 sizeof(*p_addr) - offsetof(struct sockaddr_un, sun_path) - 1) {
99 *alen = namelen + offsetof(struct sockaddr_un, sun_path) + 1;
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_verifier.c 381 offsetof(struct __sk_buff, mark)),
753 offsetof(struct __sk_buff, len)),
756 offsetof(struct __sk_buff, mark)),
759 offsetof(struct __sk_buff, pkt_type)),
762 offsetof(struct __sk_buff, queue_mapping)),
765 offsetof(struct __sk_buff, protocol)),
768 offsetof(struct __sk_buff, vlan_present)),
771 offsetof(struct __sk_buff, vlan_tci)),
800 offsetof(struct __sk_buff, pkt_type)),
813 offsetof(struct __sk_buff, pkt_type))
    [all...]
  /external/clang/test/Sema/
offsetof.c 3 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
17 x = offsetof(struct external_sun3_core, c_regs);
21 x = __builtin_offsetof(int, X[42].f2); // expected-error {{offsetof requires struct}}
31 int v1 = offsetof (struct s1, a) == 0 ? 0 : f();
54 int test1[__builtin_offsetof(struct incomplete, foo)]; // expected-error {{offsetof of incomplete type 'struct incomplete'}}
  /external/e2fsprogs/lib/ext2fs/
tst_fs_struct.c 20 #ifndef offsetof
21 #define offsetof(type, member) __builtin_offsetof (type, member) macro
24 offsetof(struct struct_ext2_filsys, x), \
tst_inode_size.c 21 #ifndef offsetof
22 #define offsetof(type, member) __builtin_offsetof(type, member) macro
26 offsetof(struct ext2_inode_large, x), \
  /external/iproute2/examples/bpf/
bpf_prog.c 254 return !!(load_half(skb, nh_off + offsetof(struct iphdr, frag_off)) &
266 *ip_proto = load_byte(skb, nh_off + offsetof(struct iphdr,
269 flow->src = load_word(skb, nh_off + offsetof(struct iphdr, saddr));
270 flow->dst = load_word(skb, nh_off + offsetof(struct iphdr, daddr));
273 ip_ver_len = load_byte(skb, nh_off + 0 /* offsetof(struct iphdr, ihl) */);
295 *ip_proto = load_byte(skb, nh_off + offsetof(struct ipv6hdr, nexthdr));
297 flow->src = flow_addr_hash_ipv6(skb, nh_off + offsetof(struct ipv6hdr, saddr));
298 flow->dst = flow_addr_hash_ipv6(skb, nh_off + offsetof(struct ipv6hdr, daddr));
313 offsetof(struct vlan_hdr, h_vlan_encapsulated_proto));
318 offsetof(struct vlan_hdr, h_vlan_encapsulated_proto))
    [all...]
  /external/libnl/python/netlink/
utils.h 29 #undef offsetof macro
30 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
34 (type *)( (char *)__mptr - offsetof(type,member) );})
  /external/libvpx/libvpx/vp9/common/
vp9_debugmodes.c 54 print_mi_data(cm, mvs, "Partitions:", offsetof(MODE_INFO, sb_type));
55 print_mi_data(cm, mvs, "Modes:", offsetof(MODE_INFO, mode));
56 print_mi_data(cm, mvs, "Ref frame:", offsetof(MODE_INFO, ref_frame[0]));
57 print_mi_data(cm, mvs, "Transform:", offsetof(MODE_INFO, tx_size));
58 print_mi_data(cm, mvs, "UV Modes:", offsetof(MODE_INFO, uv_mode));
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-xcoff.c 326 ocr->nscns = fetch_16 (hdrbuf + offsetof (struct external_filehdr, f_nscns));
330 + offsetof (struct external_filehdr,
332 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr,
335 + fetch_16 (hdrbuf + offsetof (struct external_filehdr,
342 + offsetof (struct external_filehdr,
344 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr,
347 + fetch_16 (hdrbuf + offsetof (struct external_filehdr,
435 scnname = scnhdr + offsetof (struct external_scnhdr, s_name);
475 scnptr = fetch_64 (scnhdr + offsetof (struct external_scnhdr,
477 size = fetch_64 (scnhdr + offsetof (struct external_scnhdr
    [all...]
  /external/skia/src/gpu/
GrStencilSettings.cpp 66 offsetof(GrStencilSettings, fBack) - offsetof(GrStencilSettings, fFront));
86 offsetof(GrStencilSettings, fBack) - offsetof(GrStencilSettings, fFront));
89 GR_STATIC_ASSERT(0 == offsetof(Face, fRef));
91 GR_STATIC_ASSERT(2 == offsetof(Face, fTest));
93 GR_STATIC_ASSERT(4 == offsetof(Face, fTestMask));
95 GR_STATIC_ASSERT(6 == offsetof(Face, fPassOp));
97 GR_STATIC_ASSERT(7 == offsetof(Face, fFailOp));
99 GR_STATIC_ASSERT(8 == offsetof(Face, fWriteMask))
    [all...]
  /external/elfutils/libelf/
elf_end.c 118 || (offsetof (struct Elf, state.elf32.rawchunks)
119 == offsetof (struct Elf, state.elf64.rawchunks))
132 || (offsetof (struct Elf, state.elf32.scns)
133 == offsetof (struct Elf, state.elf64.scns))
190 || (offsetof (struct Elf, state.elf32.scns)
191 == offsetof (struct Elf, state.elf64.scns))
202 || (offsetof (struct Elf, state.elf32.shdr)
203 == offsetof (struct Elf, state.elf64.shdr))
210 || (offsetof (struct Elf, state.elf32.phdr)
211 == offsetof (struct Elf, state.elf64.phdr)
    [all...]
  /external/google-breakpad/src/client/linux/dump_writer_common/
seccomp_unwinder.cc 77 if (top - offsetof(__typeof__(seccomp_stackframe), deadbeef) < old_top ||
78 top - offsetof(__typeof__(seccomp_stackframe), deadbeef) +
84 bp_addr - offsetof(__typeof__(seccomp_stackframe), deadbeef),
131 if (top - offsetof(__typeof__(seccomp_stackframe), deadbeef) < old_top ||
132 top - offsetof(__typeof__(seccomp_stackframe), deadbeef) +
138 bp_addr - offsetof(__typeof__(seccomp_stackframe), deadbeef),
  /external/fio/engines/
cpu.c 23 .off1 = offsetof(struct cpu_options, cpuload),
32 .off1 = offsetof(struct cpu_options, cpucycle),
44 .off1 = offsetof(struct cpu_options, exit_io_done),

Completed in 1569 milliseconds

1 23 4 5 6 7 8 91011>>