Searched refs:member (Results 1 – 11 of 11) sorted by relevance
/hardware/libhardware/tests/hardware/ |
D | struct-last.cpp | 30 #define CHECK_LAST_MEMBER(type, member) \ argument 32 static constexpr size_t calc_size = offsetof(type, member) + sizeof(((type *)0)->member); \ 34 "" #member " is not the last element of " #type); \
|
D | struct-offset.cpp | 34 #define CHECK_MEMBER_AT(type, member, off32, off64) \ argument 35 check_member<offsetof(type, member), off64>() 37 #define CHECK_MEMBER_AT(type, member, off32, off64) \ argument 38 check_member<offsetof(type, member), off32>()
|
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
D | lib_object.h | 73 #define LIB_OBJECT_CONTAINER_OF(ptr, type, member) (((type*)(((char*)(ptr)) - offsetof(type, member… argument
|
/hardware/ti/omap4-aah/security/tf_crypto_sst/ |
D | lib_object.h | 73 #define LIB_OBJECT_CONTAINER_OF(ptr, type, member) (((type*)(((char*)(ptr)) - offsetof(type, member… argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | RELEASE.TXT | 8 * Made Cues member variables mutables
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 637 #define OFFSETOF(type, member) offsetof(type, member) argument 639 #define OFFSETOF(type, member) ((uint)(uintptr)&((type *)0)->member) argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | usage.dox | 103 retrieved from the <code>err</code> member of the decoder context as well. 187 The flags member of the segment structure indicates any requirements or 203 address is set in the <code>base</code> member of the #vpx_codec_mmap
|
D | libs.doxy_template | 70 # include brief member descriptions after the members that are listed in 77 # the brief description of a member or function before the detailed description. 163 # member inherits the documentation from any documented member that it 169 # a new page for each member. If set to NO, the documentation of a member will 222 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC 224 # member in the group (if any) for the other members of the group. By default 229 # Set the SUBGROUPING tag to YES (the defqault) to allow class member groups of 240 # with name type_t. When disabled the typedef will appear as a member of a file, 351 # alphabetically by member name. If set to NO the members will appear in 358 # by member name. If set to NO (the default) the members will appear in
|
D | usage_dx.dox | 8 <code>user_priv</code> member may be set. The <code>deadline</code>
|
/hardware/libhardware/tests/camera2/ |
D | camera2_utils.cpp | 315 #define container_of(ptr, type, member) \ argument 316 (type *)((char*)(ptr) - offsetof(type, member))
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 77 # include brief member descriptions after the members that are listed in 84 # the brief description of a member or function before the detailed description. 170 # member inherits the documentation from any documented member that it 176 # a new page for each member. If set to NO, the documentation of a member will 262 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC 264 # member in the group (if any) for the other members of the group. By default 269 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of 280 # with name TypeT. When disabled the typedef will appear as a member of a file, 414 # alphabetically by member name. If set to NO the members will appear in 421 # by member name. If set to NO (the default) the members will appear in [all …]
|