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

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/vp8/encoder/
asm_enc_offsets.c 37 DEFINE(vp8_block_coeff, offsetof(BLOCK, coeff));
38 DEFINE(vp8_block_zbin, offsetof(BLOCK, zbin));
39 DEFINE(vp8_block_round, offsetof(BLOCK, round));
40 DEFINE(vp8_block_quant, offsetof(BLOCK, quant));
41 DEFINE(vp8_block_quant_fast, offsetof(BLOCK, quant_fast));
42 DEFINE(vp8_block_zbin_extra, offsetof(BLOCK, zbin_extra));
43 DEFINE(vp8_block_zrun_zbin_boost, offsetof(BLOCK, zrun_zbin_boost));
44 DEFINE(vp8_block_quant_shift, offsetof(BLOCK, quant_shift));
46 DEFINE(vp8_blockd_qcoeff, offsetof(BLOCKD, qcoeff));
47 DEFINE(vp8_blockd_dequant, offsetof(BLOCKD, dequant))
    [all...]
  /external/libvpx/vp8/decoder/
asm_dec_offsets.c 28 DEFINE(detok_scan, offsetof(DETOK, scan));
29 DEFINE(detok_ptr_block2leftabove, offsetof(DETOK, ptr_block2leftabove));
30 DEFINE(detok_coef_tree_ptr, offsetof(DETOK, vp8_coef_tree_ptr));
31 DEFINE(detok_teb_base_ptr, offsetof(DETOK, teb_base_ptr));
32 DEFINE(detok_norm_ptr, offsetof(DETOK, norm_ptr));
33 DEFINE(detok_ptr_coef_bands_x, offsetof(DETOK, ptr_coef_bands_x));
35 DEFINE(detok_A, offsetof(DETOK, A));
36 DEFINE(detok_L, offsetof(DETOK, L));
38 DEFINE(detok_qcoeff_start_ptr, offsetof(DETOK, qcoeff_start_ptr));
39 DEFINE(detok_current_bc, offsetof(DETOK, current_bc))
    [all...]
  /system/media/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...]
  /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...]
  /external/libvpx/vp8/common/
asm_com_offsets.c 33 DEFINE(yv12_buffer_config_y_width, offsetof(YV12_BUFFER_CONFIG, y_width));
34 DEFINE(yv12_buffer_config_y_height, offsetof(YV12_BUFFER_CONFIG, y_height));
35 DEFINE(yv12_buffer_config_y_stride, offsetof(YV12_BUFFER_CONFIG, y_stride));
36 DEFINE(yv12_buffer_config_uv_width, offsetof(YV12_BUFFER_CONFIG, uv_width));
37 DEFINE(yv12_buffer_config_uv_height, offsetof(YV12_BUFFER_CONFIG, uv_height));
38 DEFINE(yv12_buffer_config_uv_stride, offsetof(YV12_BUFFER_CONFIG, uv_stride));
39 DEFINE(yv12_buffer_config_y_buffer, offsetof(YV12_BUFFER_CONFIG, y_buffer));
40 DEFINE(yv12_buffer_config_u_buffer, offsetof(YV12_BUFFER_CONFIG, u_buffer));
41 DEFINE(yv12_buffer_config_v_buffer, offsetof(YV12_BUFFER_CONFIG, v_buffer));
42 DEFINE(yv12_buffer_config_border, offsetof(YV12_BUFFER_CONFIG, border))
    [all...]
  /external/clang/test/CodeGen/
arm-apcs-zerolength-bitfield.c 15 static int arr1_offset[(offsetof(struct t1, bar) == 4) ? 0 : -1];
24 static int arr2_offset[(offsetof(struct t2, bar) == 4) ? 0 : -1];
33 static int arr3_offset[(offsetof(struct t3, bar) == 4) ? 0 : -1];
42 static int arr4_offset[(offsetof(struct t4, bar) == 4) ? 0 : -1];
51 static int arr5_offset[(offsetof(struct t5, bar) == 4) ? 0 : -1];
61 static int arr6_offset[(offsetof(struct t6, bar2) == 5) ? 0 : -1];
71 static int arr7_offset[(offsetof(struct t7, bar2) == 5) ? 0 : -1];
81 static int arr8_offset[(offsetof(struct t8, bar2) == 5) ? 0 : -1];
91 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
101 static int arr10_offset[(offsetof(struct t10, bar2) == 5) ? 0 : -1]
    [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
  /prebuilt/ndk/android-ndk-r5/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-r6/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-r6/platforms/android-3/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/clang/test/Sema/
pragma-pack-2.c 12 extern int a0[offsetof(struct s0, f1) == 4 ? 1 : -1];
19 extern int a1[offsetof(struct s1, f1) == 2 ? 1 : -1];
30 extern int a2_0[offsetof(struct s2_0, f1) == 2 ? 1 : -1];
38 extern int a2_1[offsetof(struct s2_1, f1) == 4 ? 1 : -1];
46 extern int a2_2[offsetof(struct s2_2, f1) == 4 ? 1 : -1];
56 extern int a2_3[offsetof(struct s2_3, f1) == 2 ? 1 : -1];
66 extern int a2_4[offsetof(struct s2_4, f1) == 4 ? 1 : -1];
78 extern int a3_0[offsetof(struct s3_0, f1) == 1 ? 1 : -1];
79 extern int a3_1[offsetof(struct s3_1, f1) == 4 ? 1 : -1];
92 extern int a4_0[offsetof(struct s4_0, f1) == 1 ? 1 : -1]
    [all...]
pragma-align-mac68k.c 17 extern int a1_0[offsetof(struct s1, f0) == 0 ? 1 : -1];
18 extern int a1_1[offsetof(struct s1, f1) == 2 ? 1 : -1];
26 extern int a2_0[offsetof(struct s2, f0) == 0 ? 1 : -1];
27 extern int a2_1[offsetof(struct s2, f1) == 2 ? 1 : -1];
35 extern int a3_0[offsetof(struct s3, f0) == 0 ? 1 : -1];
36 extern int a3_1[offsetof(struct s3, f1) == 2 ? 1 : -1];
44 extern int a4_0[offsetof(struct s4, f0) == 0 ? 1 : -1];
45 extern int a4_1[offsetof(struct s4, f1) == 1 ? 1 : -1];
95 extern int a11_0[offsetof(struct s11, f0) == 0 ? 1 : -1];
96 extern int a11_1[offsetof(struct s11, f1) == 2 ? 1 : -1]
    [all...]
  /external/valgrind/main/coregrind/
m_vki.c 116 vg_assert(offsetof(t1,sa_handler) == offsetof(t2.ksa_handler));
117 vg_assert(offsetof(t1.sa_tramp) == offsetof(t2.sa_tramp));
118 vg_assert(offsetof(t1.sa_mask) == offsetof(t2.sa_mask));
119 vg_assert(offsetof(t1.sa_flags) == offsetof(t2.sa_flags));
120 vg_assert(offsetof(f1.sa_handler) == offsetof(f2.ksa_handler))
    [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/libvpx/nestegg/halloc/src/
macros.h 18 #include <stddef.h> /* offsetof */
23 #define structof(p,t,f) ((t*)(- offsetof(t,f) + (char*)(p)))
  /external/qemu/
gen-icount.h 17 tcg_gen_ld_i32(count, cpu_env, offsetof(CPUState, icount_decr.u32));
23 tcg_gen_st16_i32(count, cpu_env, offsetof(CPUState, icount_decr.u16.low));
39 tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUState, can_do_io));
46 tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUState, can_do_io));
  /external/valgrind/main/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 432 milliseconds

1 2 3 4 5 6 7 8 91011>>