Searched refs:struct_offset (Results 1 – 8 of 8) sorted by relevance
/third_party/libffi/src/powerpc/ |
D | ffi_darwin.c | 348 unsigned struct_offset=0, i; in darwin64_struct_size_exceeds_gprs_p() local 356 struct_offset = FFI_ALIGN(struct_offset, p->alignment); in darwin64_struct_size_exceeds_gprs_p() 358 item_base = src + struct_offset; in darwin64_struct_size_exceeds_gprs_p() 390 struct_offset += p->size; in darwin64_struct_size_exceeds_gprs_p() 431 unsigned struct_offset = 0; in darwin64_pass_struct_floats() local 440 struct_offset = FFI_ALIGN(struct_offset, p->alignment); in darwin64_pass_struct_floats() 441 item_base = src + struct_offset; in darwin64_pass_struct_floats() 469 struct_offset += p->size; in darwin64_pass_struct_floats() 522 unsigned struct_offset = 0; in darwin64_struct_floats_to_mem() local 531 struct_offset = FFI_ALIGN(struct_offset, p->alignment); in darwin64_struct_floats_to_mem() [all …]
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gmacros.in.h | 217 #define G_STRUCT_MEMBER_P(struct_p, struct_offset) \ 218 ((gpointer) ((guint8*) (struct_p) + (glong) (struct_offset))) 219 #define G_STRUCT_MEMBER(member_type, struct_p, struct_offset) \ 220 (*(member_type*) G_STRUCT_MEMBER_P ((struct_p), (struct_offset)))
|
/third_party/glib/glib/ |
D | gmacros.h | 859 #define G_STRUCT_MEMBER_P(struct_p, struct_offset) \ argument 860 ((gpointer) ((guint8*) (struct_p) + (glong) (struct_offset))) 861 #define G_STRUCT_MEMBER(member_type, struct_p, struct_offset) \ argument 862 (*(member_type*) G_STRUCT_MEMBER_P ((struct_p), (struct_offset)))
|
/third_party/glib/gobject/ |
D | gclosure.h | 234 guint struct_offset);
|
D | gclosure.c | 1143 guint struct_offset) in g_signal_type_cclosure_new() argument 1148 g_return_val_if_fail (struct_offset >= sizeof (GTypeClass), NULL); in g_signal_type_cclosure_new() 1153 … g_closure_set_meta_marshal (closure, GUINT_TO_POINTER (struct_offset), g_type_iface_meta_marshal); in g_signal_type_cclosure_new() 1158 … g_closure_set_meta_marshal (closure, GUINT_TO_POINTER (struct_offset), g_type_class_meta_marshal); in g_signal_type_cclosure_new()
|
/third_party/mesa3d/src/broadcom/cle/ |
D | v3d_decoder.c | 1024 uint64_t struct_offset = offset + iter.offset; in v3d_print_group() local 1026 struct_offset, in v3d_print_group()
|
/third_party/mesa3d/src/intel/common/ |
D | intel_decoder.c | 1231 uint64_t struct_offset = offset + 4 * struct_dword; in intel_print_group() local 1232 intel_print_group(outfile, iter.struct_desc, struct_offset, in intel_print_group()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | link_varyings.cpp | 1195 unsigned struct_offset = this->matched_candidate->xfb_offset_floats * 4; in assign_location() local 1198 array_offset + struct_offset; in assign_location()
|