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

1 2 3 4 5 6 7 8

  /external/libvpx/vp8/common/arm/
vpx_asm_offsets.c 35 DEFINE(yv12_buffer_config_y_width, offsetof(YV12_BUFFER_CONFIG, y_width));
36 DEFINE(yv12_buffer_config_y_height, offsetof(YV12_BUFFER_CONFIG, y_height));
37 DEFINE(yv12_buffer_config_y_stride, offsetof(YV12_BUFFER_CONFIG, y_stride));
38 DEFINE(yv12_buffer_config_uv_width, offsetof(YV12_BUFFER_CONFIG, uv_width));
39 DEFINE(yv12_buffer_config_uv_height, offsetof(YV12_BUFFER_CONFIG, uv_height));
40 DEFINE(yv12_buffer_config_uv_stride, offsetof(YV12_BUFFER_CONFIG, uv_stride));
41 DEFINE(yv12_buffer_config_y_buffer, offsetof(YV12_BUFFER_CONFIG, y_buffer));
42 DEFINE(yv12_buffer_config_u_buffer, offsetof(YV12_BUFFER_CONFIG, u_buffer));
43 DEFINE(yv12_buffer_config_v_buffer, offsetof(YV12_BUFFER_CONFIG, v_buffer));
44 DEFINE(yv12_buffer_config_border, offsetof(YV12_BUFFER_CONFIG, border))
    [all...]
  /external/libvpx/vp8/encoder/arm/
vpx_vp8_enc_asm_offsets.c 34 DEFINE(vp8_writer_lowvalue, offsetof(vp8_writer, lowvalue));
35 DEFINE(vp8_writer_range, offsetof(vp8_writer, range));
36 DEFINE(vp8_writer_value, offsetof(vp8_writer, value));
37 DEFINE(vp8_writer_count, offsetof(vp8_writer, count));
38 DEFINE(vp8_writer_pos, offsetof(vp8_writer, pos));
39 DEFINE(vp8_writer_buffer, offsetof(vp8_writer, buffer));
41 DEFINE(tokenextra_token, offsetof(TOKENEXTRA, Token));
42 DEFINE(tokenextra_extra, offsetof(TOKENEXTRA, Extra));
43 DEFINE(tokenextra_context_tree, offsetof(TOKENEXTRA, context_tree));
44 DEFINE(tokenextra_skip_eob_node, offsetof(TOKENEXTRA, skip_eob_node))
    [all...]
  /external/oprofile/libabi/
op_abi.c 37 { "offsetof_node_key", offsetof(odb_node_t, key) },
38 { "offsetof_node_value", offsetof(odb_node_t, value) },
39 { "offsetof_node_next", offsetof(odb_node_t, next) },
41 { "offsetof_descr_size", offsetof(odb_descr_t, size) },
42 { "offsetof_descr_current_size", offsetof(odb_descr_t, current_size) },
44 { "offsetof_header_magic", offsetof(struct opd_header, magic) },
45 { "offsetof_header_version", offsetof(struct opd_header, version) },
46 { "offsetof_header_cpu_type", offsetof(struct opd_header, cpu_type) },
47 { "offsetof_header_ctr_event", offsetof(struct opd_header, ctr_event) },
48 { "offsetof_header_ctr_um", offsetof(struct opd_header, ctr_um) }
    [all...]
  /system/media/opensles/libopensles/
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)},
55 {MPH_OBJECT, INTERFACE_IMPLICIT_PREREALIZE, offsetof(CAudioPlayer, mObject)},
57 offsetof(CAudioPlayer, mDynamicInterfaceManagement)},
58 {MPH_PLAY, INTERFACE_IMPLICIT, offsetof(CAudioPlayer, mPlay)},
59 {MPH_3DDOPPLER, INTERFACE_DYNAMIC_GAME, offsetof(CAudioPlayer, m3DDoppler)}
    [all...]
  /bionic/libc/kernel/common/linux/
stddef.h 24 #undef offsetof macro
26 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
28 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
  /development/ndk/platforms/android-3/include/linux/
stddef.h 24 #undef offsetof macro
26 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
28 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
  /external/kernel-headers/original/linux/
stddef.h 13 #undef offsetof macro
15 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
17 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
stddef.h 24 #undef offsetof macro
26 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
28 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
stddef.h 24 #undef offsetof macro
26 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
28 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
stddef.h 24 #undef offsetof macro
26 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
28 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
stddef.h 24 #undef offsetof macro
26 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
28 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
stddef.h 24 #undef offsetof macro
26 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
28 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
stddef.h 24 #undef offsetof macro
26 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
28 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
  /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/qemu/
gen-icount.h 15 tcg_gen_ld_i32(count, cpu_env, offsetof(CPUState, icount_decr.u32));
21 tcg_gen_st16_i32(count, cpu_env, offsetof(CPUState, icount_decr.u16.low));
37 tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUState, can_do_io));
44 tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUState, can_do_io));
  /dalvik/vm/compiler/codegen/arm/armv5te/
ArchVariant.c 64 assert(offsetof(ClassObject, vtable) < 128 &&
65 (offsetof(ClassObject, vtable) & 0x3) == 0);
66 assert(offsetof(ArrayObject, length) < 128 &&
67 (offsetof(ArrayObject, length) & 0x3) == 0);
68 assert(offsetof(ArrayObject, contents) < 256);
77 assert((offsetof(InterpState, jitToInterpEntries) +
  /dalvik/vm/compiler/codegen/arm/armv5te-vfp/
ArchVariant.c 64 assert(offsetof(ClassObject, vtable) < 128 &&
65 (offsetof(ClassObject, vtable) & 0x3) == 0);
66 assert(offsetof(ArrayObject, length) < 128 &&
67 (offsetof(ArrayObject, length) & 0x3) == 0);
68 assert(offsetof(ArrayObject, contents) < 256);
77 assert((offsetof(InterpState, jitToInterpEntries) +
  /dalvik/vm/compiler/codegen/arm/armv7-a/
ArchVariant.c 59 assert(offsetof(ClassObject, vtable) < 128 &&
60 (offsetof(ClassObject, vtable) & 0x3) == 0);
61 assert(offsetof(ArrayObject, length) < 128 &&
62 (offsetof(ArrayObject, length) & 0x3) == 0);
63 assert(offsetof(ArrayObject, contents) < 256);
72 assert((offsetof(InterpState, jitToInterpEntries) +
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
ArchVariant.c 59 assert(offsetof(ClassObject, vtable) < 128 &&
60 (offsetof(ClassObject, vtable) & 0x3) == 0);
61 assert(offsetof(ArrayObject, length) < 128 &&
62 (offsetof(ArrayObject, length) & 0x3) == 0);
63 assert(offsetof(ArrayObject, contents) < 256);
72 assert((offsetof(InterpState, jitToInterpEntries) +
  /external/elfutils/libelf/
elf_getident.c 47 || (offsetof (struct Elf, state.elf32.ehdr)
48 == offsetof (struct Elf, state.elf64.ehdr))
elf_end.c 105 || (offsetof (struct Elf, state.elf32.scns)
106 == offsetof (struct Elf, state.elf64.scns))
156 || (offsetof (struct Elf, state.elf32.scns)
157 == offsetof (struct Elf, state.elf64.scns))
168 || (offsetof (struct Elf, state.elf32.shdr)
169 == offsetof (struct Elf, state.elf64.shdr))
176 || (offsetof (struct Elf, state.elf32.phdr)
177 == offsetof (struct Elf, state.elf64.phdr))
elf_getshnum.c 52 || (offsetof (Elf, state.elf32.scns)
53 == offsetof (Elf, state.elf64.scns))
elf_newscn.c 43 assert (offsetof (Elf, state.elf.scns_last)
44 == offsetof (Elf, state.elf32.scns_last));
45 assert (offsetof (Elf, state.elf.scns_last)
46 == offsetof (Elf, state.elf64.scns_last));
47 assert (offsetof (Elf, state.elf32.scns)
48 == offsetof (Elf, state.elf64.scns));
60 || (offsetof (Elf, state.elf32.scns)
61 == offsetof (Elf, state.elf64.scns))
  /external/elfutils/libdw/
libdw_alloc.c 30 2 * minsize + offsetof (struct libdw_memblock, mem));
35 newp->size = newp->remaining = size - offsetof (struct libdw_memblock, mem);
  /system/extras/tests/bionic/libstdc++/
test_cstddef.cpp 76 #ifndef offsetof
77 #error "offsetof is not a macro"
80 // offsetof is only in the top namespace
81 volatile size_t offset = offsetof(struct Foo, field2);

Completed in 518 milliseconds

1 2 3 4 5 6 7 8