Home
last modified time | relevance | path

Searched defs:LEAF (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/fs/unicode/
H A Dutf8-norm.c203 #define LEAF_GEN(LEAF) ((LEAF)[0]) argument
204 #define LEAF_CCC(LEAF) ((LEAF)[1]) argument
205 #define LEAF_STR(LEAF) ((const char *)((LEAF) + 2)) argument
H A Dmkutf8data.c175 #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
/OK3568_Linux_fs/external/xserver/glx/
H A Dindirect_table.h95 #define LEAF(x) -x macro
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_btree.h142 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\ argument
H A Djfs_xtree.c75 #define XT_GETSEARCH(IP, LEAF, BN, MP, P, INDEX) \ argument
H A Djfs_dtree.c133 #define DT_GETSEARCH(IP, LEAF, BN, MP, P, INDEX) \ argument
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dasm.h42 #define LEAF(symbol) \ macro
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dasm.h55 #define LEAF(symbol) \ macro
/OK3568_Linux_fs/u-boot/fs/reiserfs/
H A Dreiserfs_private.h459 #define LEAF CACHE (DISK_LEAF_NODE_LEVEL) macro