Home
last modified time | relevance | path

Searched defs:offsetof (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_common_header.h43 #define offsetof(type, member) __builtin_offsetof(type, member) macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_common_header.h39 #define offsetof(type, member) __builtin_offsetof(type, member) macro