Home
last modified time | relevance | path

Searched refs:_structure (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dstructure.rst24 .. _structure-core:
31 .. _structure-core-bitbake:
52 .. _structure-core-build:
82 .. _structure-core-meta:
92 .. _structure-core-meta-poky:
100 .. _structure-core-meta-yocto-bsp:
109 .. _structure-meta-selftest:
119 .. _structure-meta-skeleton:
126 .. _structure-core-scripts:
140 .. _structure-core-script:
[all …]
/OK3568_Linux_fs/external/xserver/record/
H A Drecord.c1508 #define offset_of(_structure, _field) \ argument
1509 ((char *)(& (_structure . _field)) - (char *)(&_structure))