Searched refs:EXPAND (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/samples/seccomp/ |
| H A D | bpf-helper.h | 62 #define EXPAND(...) __VA_ARGS__ macro 76 #define JEQ(x, jt) JEQ32(x, EXPAND(jt)) 77 #define JNE(x, jt) JNE32(x, EXPAND(jt)) 78 #define JGT(x, jt) JGT32(x, EXPAND(jt)) 79 #define JLT(x, jt) JLT32(x, EXPAND(jt)) 80 #define JGE(x, jt) JGE32(x, EXPAND(jt)) 81 #define JLE(x, jt) JLE32(x, EXPAND(jt)) 82 #define JA(x, jt) JA32(x, EXPAND(jt)) 106 EXPAND(jt)) 110 EXPAND(jt)) [all …]
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | common.h | 88 #define EXPAND(x) STRINGIFY(x) macro
|
| H A D | recovery.c | 473 EXPAND(RECOVERY_API_VERSION) "e>", in prepend_title()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | common.h | 88 #define EXPAND(x) STRINGIFY(x) macro
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
| H A D | 0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch | 19 EXPAND = sed -e "s;\$${LIB_PREFIX};$(LIB_PREFIX);" \
|