Searched defs:LEAF (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/unicode/ |
H A D | utf8-norm.c | 186 #define LEAF_GEN(LEAF) ((LEAF)[0]) argument 187 #define LEAF_CCC(LEAF) ((LEAF)[1]) argument 188 #define LEAF_STR(LEAF) ((const char *)((LEAF) + 2)) argument
|
H A D | mkutf8data.c | 175 #define LEAF_GEN(LEAF) ((LEAF)[0]) argument 176 #define LEAF_CCC(LEAF) ((LEAF)[1]) argument 177 #define LEAF_STR(LEAF) ((const char*)((LEAF) + 2)) argument 343 #define LEAF 0 macro
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_btree.h | 142 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\ argument
|
H A D | jfs_xtree.c | 75 #define XT_GETSEARCH(IP, LEAF, BN, MP, P, INDEX) \ argument
|
H A D | jfs_dtree.c | 133 #define DT_GETSEARCH(IP, LEAF, BN, MP, P, INDEX) \ argument
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | asm.h | 43 #define LEAF(symbol) \ macro
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | asm.h | 54 #define LEAF(symbol) \ macro
|
/openbmc/u-boot/fs/reiserfs/ |
H A D | reiserfs_private.h | 458 #define LEAF CACHE (DISK_LEAF_NODE_LEVEL) macro
|