Home
last modified time | relevance | path

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

/scripts/gendwarfksyms/examples/
Dkabi.h49 #define __KABI_NORMAL_SIZE_ALIGN(_orig, _new) \ argument
52 sizeof(struct { _new; }) <= sizeof(struct { _orig; }), \
54 _new) " is larger than " __stringify(_orig)); \
56 __alignof__(struct { _new; }) <= \
59 _orig) " is not aligned the same as " __stringify(_new)); \
62 #define __KABI_REPLACE(_orig, _new) \ argument
64 _new; \
68 __KABI_NORMAL_SIZE_ALIGN(_orig, _new); \
130 #define KABI_IGNORE(n, _new) \ argument
132 _new; \
[all …]
/scripts/atomic/
Dgen-atomic-fallback.sh234 ___r = raw_${prefix}${cmpxchg}${suffix}((_ptr), ___o, (_new)); \\