Searched defs:__containerof (Results 1 – 4 of 4) sorted by relevance
/external/llvm-libc/include/llvm-libc-macros/ |
D | containerof-macro.h | 14 #define __containerof(ptr, type, member) \ macro
|
/external/cronet/stable/third_party/llvm-libc/src/include/llvm-libc-macros/ |
D | containerof-macro.h | 14 #define __containerof(ptr, type, member) \ macro
|
/external/cronet/tot/third_party/llvm-libc/src/include/llvm-libc-macros/ |
D | containerof-macro.h | 14 #define __containerof(ptr, type, member) \ macro
|
/external/trusty/arm-trusted-firmware/include/lib/libc/sys/ |
D | cdefs.h | 489 #define __containerof(x, s, m) ({ \ macro 494 #define __containerof(x, s, m) \ macro
|