HomeSort by relevance Sort by last modified time
    Searched refs:offsetof (Results 1 - 25 of 643) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libunwind/src/ia64/
mk_Gcursor_i.c 30 #ifdef offsetof
31 # undef offsetof macro
34 #define offsetof(type,field) ((char *) &((type *) 0)->field - (char *) 0) macro
42 OFFSET("IP_OFF", offsetof (struct cursor, ip));
43 OFFSET("PR_OFF", offsetof (struct cursor, pr));
44 OFFSET("BSP_OFF", offsetof (struct cursor, bsp));
45 OFFSET("PSP_OFF", offsetof (struct cursor, psp));
46 OFFSET("PFS_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_PFS]));
47 OFFSET("RNAT_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_RNAT]));
48 OFFSET("UNAT_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_UNAT]))
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
vp8_asm_enc_offsets.c 23 DEFINE(vp8_block_coeff, offsetof(BLOCK, coeff));
24 DEFINE(vp8_block_zbin, offsetof(BLOCK, zbin));
25 DEFINE(vp8_block_round, offsetof(BLOCK, round));
26 DEFINE(vp8_block_quant, offsetof(BLOCK, quant));
27 DEFINE(vp8_block_quant_fast, offsetof(BLOCK, quant_fast));
28 DEFINE(vp8_block_zbin_extra, offsetof(BLOCK, zbin_extra));
29 DEFINE(vp8_block_zrun_zbin_boost, offsetof(BLOCK, zrun_zbin_boost));
30 DEFINE(vp8_block_quant_shift, offsetof(BLOCK, quant_shift));
32 DEFINE(vp8_blockd_qcoeff, offsetof(BLOCKD, qcoeff));
33 DEFINE(vp8_blockd_dequant, offsetof(BLOCKD, dequant))
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
vpx_scale_asm_offsets.c 20 DEFINE(yv12_buffer_config_y_width, offsetof(YV12_BUFFER_CONFIG, y_width));
21 DEFINE(yv12_buffer_config_y_height, offsetof(YV12_BUFFER_CONFIG, y_height));
22 DEFINE(yv12_buffer_config_y_stride, offsetof(YV12_BUFFER_CONFIG, y_stride));
23 DEFINE(yv12_buffer_config_uv_width, offsetof(YV12_BUFFER_CONFIG, uv_width));
24 DEFINE(yv12_buffer_config_uv_height, offsetof(YV12_BUFFER_CONFIG, uv_height));
25 DEFINE(yv12_buffer_config_uv_stride, offsetof(YV12_BUFFER_CONFIG, uv_stride));
26 DEFINE(yv12_buffer_config_y_buffer, offsetof(YV12_BUFFER_CONFIG, y_buffer));
27 DEFINE(yv12_buffer_config_u_buffer, offsetof(YV12_BUFFER_CONFIG, u_buffer));
28 DEFINE(yv12_buffer_config_v_buffer, offsetof(YV12_BUFFER_CONFIG, v_buffer));
29 DEFINE(yv12_buffer_config_border, offsetof(YV12_BUFFER_CONFIG, border))
    [all...]
  /external/libcxx/test/std/language.support/support.types/
offsetof.pass.cpp 12 #ifndef offsetof
13 #error offsetof not defined
24 static_assert(noexcept(offsetof(A, x)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.types/
offsetof.pass.cpp 12 #ifndef offsetof
13 #error offsetof not defined
24 static_assert(noexcept(offsetof(A, x)), "");
  /external/v8/tools/gyp/test/mac/xcode-gcc/
warn_about_invalid_offsetof_macro.cc 5 #define offsetof(st, m) ((unsigned)((char*)&((st*)0)->m - (char*)0)) macro
13 unsigned x = offsetof(MyStruct, my_member);
  /frameworks/wilhelm/src/
classes.c 27 {MPH_OBJECT, INTERFACE_IMPLICIT_PREREALIZE, offsetof(C3DGroup, mObject)},
29 offsetof(C3DGroup, mDynamicInterfaceManagement)},
30 {MPH_3DLOCATION, INTERFACE_IMPLICIT, offsetof(C3DGroup, m3DLocation)},
31 {MPH_3DDOPPLER, INTERFACE_DYNAMIC_GAME, offsetof(C3DGroup, m3DDoppler)},
32 {MPH_3DSOURCE, INTERFACE_EXPLICIT_GAME, offsetof(C3DGroup, m3DSource)},
33 {MPH_3DMACROSCOPIC, INTERFACE_OPTIONAL, offsetof(C3DGroup, m3DMacroscopic)},
56 {MPH_OBJECT, INTERFACE_IMPLICIT_PREREALIZE, offsetof(CAudioPlayer, mObject)},
58 offsetof(CAudioPlayer, mDynamicInterfaceManagement)},
59 {MPH_PLAY, INTERFACE_IMPLICIT, offsetof(CAudioPlayer, mPlay)},
60 {MPH_3DDOPPLER, INTERFACE_DYNAMIC_GAME, offsetof(CAudioPlayer, m3DDoppler)}
    [all...]
  /ndk/tests/device/test-unwind-struct/jni/
main.c 21 CHECK_EQ(0, offsetof(struct _Unwind_Control_Block, exception_class));
22 CHECK_EQ(8, offsetof(struct _Unwind_Control_Block, exception_cleanup));
25 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class));
26 CHECK_EQ(8, offsetof(struct _Unwind_Exception, exception_cleanup));
27 CHECK_EQ(12, offsetof(struct _Unwind_Exception, private_1));
28 CHECK_EQ(16, offsetof(struct _Unwind_Exception, private_2));
31 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class));
32 CHECK_EQ(8, offsetof(struct _Unwind_Exception, exception_cleanup));
33 CHECK_EQ(12, offsetof(struct _Unwind_Exception, private_1));
34 CHECK_EQ(16, offsetof(struct _Unwind_Exception, private_2))
    [all...]
  /external/clang/test/CodeGen/
arm-aapcs-zerolength-bitfield.c 13 static int arr1_offset[(offsetof(struct t1, bar) == 1) ? 0 : -1];
22 static int arr2_offset[(offsetof(struct t2, bar) == 2) ? 0 : -1];
31 static int arr3_offset[(offsetof(struct t3, bar) == 4) ? 0 : -1];
40 static int arr4_offset[(offsetof(struct t4, bar) == 4) ? 0 : -1];
49 static int arr5_offset[(offsetof(struct t5, bar) == 8) ? 0 : -1];
59 static int arr6_offset[(offsetof(struct t6, bar2) == 2) ? 0 : -1];
69 static int arr7_offset[(offsetof(struct t7, bar2) == 3) ? 0 : -1];
79 static int arr8_offset[(offsetof(struct t8, bar2) == 5) ? 0 : -1];
89 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
99 static int arr10_offset[(offsetof(struct t10, bar2) == 9) ? 0 : -1]
    [all...]
arm-apcs-zerolength-bitfield.c 17 static int arr1_offset[(offsetof(struct t1, bar) == 4) ? 0 : -1];
26 static int arr2_offset[(offsetof(struct t2, bar) == 4) ? 0 : -1];
35 static int arr3_offset[(offsetof(struct t3, bar) == 4) ? 0 : -1];
44 static int arr4_offset[(offsetof(struct t4, bar) == 4) ? 0 : -1];
53 static int arr5_offset[(offsetof(struct t5, bar) == 4) ? 0 : -1];
63 static int arr6_offset[(offsetof(struct t6, bar2) == 5) ? 0 : -1];
73 static int arr7_offset[(offsetof(struct t7, bar2) == 5) ? 0 : -1];
83 static int arr8_offset[(offsetof(struct t8, bar2) == 5) ? 0 : -1];
93 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
103 static int arr10_offset[(offsetof(struct t10, bar2) == 5) ? 0 : -1]
    [all...]
  /bionic/tests/
netinet_udp_test.cpp 31 static_assert(offsetof(udphdr, uh_sport) == offsetof(udphdr, source), "udphdr::source");
32 static_assert(offsetof(udphdr, uh_dport) == offsetof(udphdr, dest), "udphdr::dest");
33 static_assert(offsetof(udphdr, uh_ulen) == offsetof(udphdr, len), "udphdr::len");
34 static_assert(offsetof(udphdr, uh_sum) == offsetof(udphdr, check), "udphdr::check");
  /external/libunwind/src/coredump/
_UCD_access_reg_linux.c 91 [UNW_X86_EAX] = offsetof(struct user_regs_struct, eax) / sizeof(long),
92 [UNW_X86_EDX] = offsetof(struct user_regs_struct, edx) / sizeof(long),
93 [UNW_X86_ECX] = offsetof(struct user_regs_struct, ecx) / sizeof(long),
94 [UNW_X86_EBX] = offsetof(struct user_regs_struct, ebx) / sizeof(long),
95 [UNW_X86_ESI] = offsetof(struct user_regs_struct, esi) / sizeof(long),
96 [UNW_X86_EDI] = offsetof(struct user_regs_struct, edi) / sizeof(long),
97 [UNW_X86_EBP] = offsetof(struct user_regs_struct, ebp) / sizeof(long),
98 [UNW_X86_ESP] = offsetof(struct user_regs_struct, esp) / sizeof(long),
99 [UNW_X86_EIP] = offsetof(struct user_regs_struct, eip) / sizeof(long),
100 [UNW_X86_EFLAGS] = offsetof(struct user_regs_struct, eflags) / sizeof(long)
    [all...]
  /external/google-breakpad/src/common/android/
breakpad_getcontext_unittest.cc 55 offsetof(ucontext_t,uc_mcontext.arm_r0));
60 offsetof(ucontext_t,uc_mcontext.regs[0]));
62 offsetof(ucontext_t,uc_mcontext.sp));
64 offsetof(ucontext_t,uc_mcontext.pc));
66 offsetof(ucontext_t,uc_mcontext.pstate));
68 offsetof(ucontext_t,uc_mcontext.__reserved));
71 offsetof(ucontext_t,uc_mcontext.gregs));
74 offsetof(ucontext_t,uc_mcontext.gregs[REG_##x]))
96 offsetof(ucontext_t,uc_mcontext.fpregs));
99 offsetof(ucontext_t,__fpregs_mem))
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
filedisp.c 21 { "original_filename", T_OBJECT, offsetof(CFileDisposition, original_filename), 0,
24 { "canonical_filename", T_OBJECT, offsetof(CFileDisposition, canonical_filename), 0,
27 { "source_filename", T_OBJECT, offsetof(CFileDisposition, source_filename), 0,
30 { "trace", T_OBJECT, offsetof(CFileDisposition, trace), 0,
33 { "reason", T_OBJECT, offsetof(CFileDisposition, reason), 0,
36 { "file_tracer", T_OBJECT, offsetof(CFileDisposition, file_tracer), 0,
39 { "has_dynamic_filename", T_OBJECT, offsetof(CFileDisposition, has_dynamic_filename), 0,
  /external/clang/test/Sema/
pragma-pack-2.c 13 extern int a0[offsetof(struct s0, f1) == 4 ? 1 : -1];
20 extern int a1[offsetof(struct s1, f1) == 2 ? 1 : -1];
33 extern int a3_0[offsetof(struct s3_0, f1) == 1 ? 1 : -1];
34 extern int a3_1[offsetof(struct s3_1, f1) == 4 ? 1 : -1];
47 extern int a4_0[offsetof(struct s4_0, f1) == 1 ? 1 : -1];
48 extern int a4_1[offsetof(struct s4_1, f1) == 4 ? 1 : -1];
59 extern int s5_0[offsetof(struct s5_0, f1) == 2 ? 1 : -1];
pragma-align-mac68k.c 18 extern int a1_0[offsetof(struct s1, f0) == 0 ? 1 : -1];
19 extern int a1_1[offsetof(struct s1, f1) == 2 ? 1 : -1];
27 extern int a2_0[offsetof(struct s2, f0) == 0 ? 1 : -1];
28 extern int a2_1[offsetof(struct s2, f1) == 2 ? 1 : -1];
36 extern int a3_0[offsetof(struct s3, f0) == 0 ? 1 : -1];
37 extern int a3_1[offsetof(struct s3, f1) == 2 ? 1 : -1];
45 extern int a4_0[offsetof(struct s4, f0) == 0 ? 1 : -1];
46 extern int a4_1[offsetof(struct s4, f1) == 1 ? 1 : -1];
96 extern int a11_0[offsetof(struct s11, f0) == 0 ? 1 : -1];
97 extern int a11_1[offsetof(struct s11, f1) == 2 ? 1 : -1]
    [all...]
  /external/valgrind/coregrind/
m_vki.c 117 vg_assert(offsetof(t1,sa_handler) == offsetof(t2.ksa_handler));
118 vg_assert(offsetof(t1.sa_tramp) == offsetof(t2.sa_tramp));
119 vg_assert(offsetof(t1.sa_mask) == offsetof(t2.sa_mask));
120 vg_assert(offsetof(t1.sa_flags) == offsetof(t2.sa_flags));
121 vg_assert(offsetof(f1.sa_handler) == offsetof(f2.ksa_handler))
    [all...]
  /external/clang/test/CodeGenCXX/
aarch64-aapcs-zerolength-bitfield.cpp 14 static_assert(offsetof(struct t1, bar) == 1);
23 static_assert(offsetof(struct t2, bar) == 2);
32 static_assert(offsetof(struct t3, bar) == 4);
41 static_assert(offsetof(struct t4, bar) == 8);
50 static_assert(offsetof(struct t5, bar) == 8);
60 static_assert(offsetof(struct t6, bar2) == 2);
70 static_assert(offsetof(struct t7, bar2) == 3);
80 static_assert(offsetof(struct t8, bar2) == 5);
90 static_assert(offsetof(struct t9, bar2) == 9);
100 static_assert(offsetof(struct t10, bar2) == 9)
    [all...]
  /external/iptables/libiptc/
linux_stddef.h 11 #undef offsetof macro
12 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
25 (type *)( (char *)__mptr - offsetof(type,member) );})
  /external/strace/linux/alpha/
arch_sigreturn.c 8 addr += offsetof(struct sigcontext, sc_mask);
  /external/strace/linux/ia64/
arch_sigreturn.c 4 /* offsetof(struct sigframe, sc) */
8 offsetof(struct sigcontext, sc_mask);
  /external/strace/linux/microblaze/
arch_sigreturn.c 11 addr += offsetof(struct sigcontext, oldmask);
  /external/strace/linux/mips/
arch_sigreturn.c 6 * offsetof(struct sigframe, sf_mask) ==
16 * offsetof(struct rt_sigframe, rs_uc) ==
20 offsetof(struct ucontext, uc_sigmask);
  /external/strace/linux/tile/
arch_sigreturn.c 7 offsetof(struct ucontext, uc_sigmask);
  /external/valgrind/memcheck/tests/linux/
sigqueue.c 18 fprintf(stdout, "offsetof(siginfo_t, si_signo) = %zd\n",
19 offsetof(siginfo_t, si_signo));
20 fprintf(stdout, "offsetof(siginfo_t, si_errno) = %zd\n",
21 offsetof(siginfo_t, si_errno));
22 fprintf(stdout, "offsetof(siginfo_t, si_code) = %zd\n",
23 offsetof(siginfo_t, si_code));
24 fprintf(stdout, "offsetof(siginfo_t, _sifields) = %zd\n",
25 offsetof(siginfo_t, _sifields));

Completed in 1232 milliseconds

1 2 3 4 5 6 7 8 91011>>