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

1 2 3 4 5 67 8 91011>>

  /external/libcap-ng/libcap-ng-0.7/src/
lookup_table.c 66 #define _S(n, s) { n, offsetof(union captab_msgstr_t, \
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_struct.h 53 offsetof(_ctype, _cmember))
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_gs_state.c 57 offsetof(struct brw_gs_unit_state, thread0),
brw_wm_state.c 101 offsetof(struct brw_wm_unit_state, thread0),
108 offsetof(struct brw_wm_unit_state, wm9),
229 offsetof(struct brw_wm_unit_state, thread2),
239 offsetof(struct brw_wm_unit_state, wm4),
  /external/strace/tests/
getdents.c 82 const unsigned int d_name_offset = offsetof(kernel_dirent, d_name);
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
stddef.h 120 #define offsetof(t, d) __builtin_offsetof(t, d) macro
  /external/valgrind/coregrind/m_sigframe/
sigframe-arm64-linux.c 130 (Addr)frame, offsetof(struct sigframe, vp));
143 (Addr)frame, offsetof(struct sigframe, vp));
184 offsetof(struct rt_sigframe, sig));
193 (Addr)rsf, offsetof(struct rt_sigframe, sig));
  /hardware/intel/common/omx-components/videocodec/
ProtectedDataBuffer.h 146 #define PDBUFFER_DATA_OFFSET offsetof(ProtectedDataBuffer, data)
  /hardware/libhardware/tests/hardware/
struct-last.cpp 32 static constexpr size_t calc_size = offsetof(type, member) + sizeof(((type *)0)->member); \
  /hardware/qcom/camera/QCamera2/stack/common/
cam_list.h 41 (type *)((char *)__mptr - offsetof(type,member));})
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/common/
cam_list.h 42 (type *)((char *)__mptr - offsetof(type,member));})
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
stddef.h 120 #define offsetof(t, d) __builtin_offsetof(t, d) macro
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
stddef.h 120 #define offsetof(t, d) __builtin_offsetof(t, d) macro
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
stddef.h 120 #define offsetof(t, d) __builtin_offsetof(t, d) macro
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
stddef.h 120 #define offsetof(t, d) __builtin_offsetof(t, d) macro
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
stddef.h 120 #define offsetof(t, d) __builtin_offsetof(t, d) macro
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
stddef.h 120 #define offsetof(t, d) __builtin_offsetof(t, d) macro
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
stddef.h 120 #define offsetof(t, d) __builtin_offsetof(t, d) macro
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
stddef.h 120 #define offsetof(t, d) __builtin_offsetof(t, d) macro
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
stddef.h 120 #define offsetof(t, d) __builtin_offsetof(t, d) macro
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
stddef.h 120 #define offsetof(t, d) __builtin_offsetof(t, d) macro
  /prebuilts/sdk/renderscript/clang-include/
stddef.h 120 #define offsetof(t, d) __builtin_offsetof(t, d) macro
  /external/v8/test/cctest/
test-utils-arm64.cc 340 const int x_offset = offsetof(dump_t, x_);
341 const int w_offset = offsetof(dump_t, w_);
342 const int d_offset = offsetof(dump_t, d_);
343 const int s_offset = offsetof(dump_t, s_);
344 const int sp_offset = offsetof(dump_t, sp_);
345 const int wsp_offset = offsetof(dump_t, wsp_);
346 const int flags_offset = offsetof(dump_t, flags_);
  /external/valgrind/VEX/priv/
guest_tilegx_helpers.c 46 { offsetof(VexGuestTILEGXState, field), \
148 Int sp_min = offsetof(VexGuestTILEGXState, guest_r54);
150 Int pc_min = offsetof(VexGuestTILEGXState, guest_pc);
169 Int fp_min = offsetof(VexGuestTILEGXState, guest_r52);
185 .offset_SP = offsetof(VexGuestTILEGXState, guest_r54),
188 .offset_FP = offsetof(VexGuestTILEGXState, guest_r52),
191 .offset_IP = offsetof(VexGuestTILEGXState, guest_pc),
  /system/core/libmemunreachable/
ThreadCapture.cpp 232 offsetof(struct pt_regs, rsp) / sizeof(uintptr_t)
234 offsetof(struct pt_regs, esp) / sizeof(uintptr_t)
236 offsetof(struct pt_regs, ARM_sp) / sizeof(uintptr_t)
238 offsetof(struct user_pt_regs, sp) / sizeof(uintptr_t)
240 offsetof(struct pt_regs, regs[29]) / sizeof(uintptr_t)

Completed in 2185 milliseconds

1 2 3 4 5 67 8 91011>>