/external/srec/srec/include/ |
search_network.h | 51 #define TO_NODE(ARC) (ARC)->to_node 75 #define TO_NODE(ARC) fst->FSMarc_list[(ARC)].to_node 125 FSMnode_ptr to_node; member in struct:FSMarc_t
|
/bionic/libc/kernel/arch-mips/asm/sn/ |
addrs.h | 52 #define TO_NODE(_n, _x) (NODE_OFFSET(_n) | ((_x) )) 167 #define SYMMON_LOADADDR(nasid) TO_NODE(nasid, PHYS_TO_K0(UNIX_DEBUG_LOADADDR - 0x1000))
|
/development/ndk/platforms/android-9/arch-mips/include/asm/sn/ |
addrs.h | 52 #define TO_NODE(_n, _x) (NODE_OFFSET(_n) | ((_x) )) 167 #define SYMMON_LOADADDR(nasid) TO_NODE(nasid, PHYS_TO_K0(UNIX_DEBUG_LOADADDR - 0x1000))
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/sn/ |
addrs.h | 52 #define TO_NODE(_n, _x) (NODE_OFFSET(_n) | ((_x) )) 167 #define SYMMON_LOADADDR(nasid) TO_NODE(nasid, PHYS_TO_K0(UNIX_DEBUG_LOADADDR - 0x1000))
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/sn/ |
addrs.h | 52 #define TO_NODE(_n, _x) (NODE_OFFSET(_n) | ((_x) )) 167 #define SYMMON_LOADADDR(nasid) TO_NODE(nasid, PHYS_TO_K0(UNIX_DEBUG_LOADADDR - 0x1000))
|
/external/kernel-headers/original/asm-mips/sn/ |
addrs.h | 70 #define TO_NODE(_n, _x) (NODE_OFFSET(_n) | ((_x) )) 394 TO_NODE(nasid, PHYS_TO_K0(UNIX_DEBUG_LOADADDR - 0x1000))
|
/external/srec/srec/crec/ |
srec_context.c | 122 void append_arc_arriving_node(srec_context* fst, FSMnode* to_node, FSMarc_ptr atok); 915 FSMnode *fr_node, *to_node; local 2695 FSMnode* to_node = NODE_XtoP(arc->to_node); local 3278 FSMnode *fr_node, *to_node; local [all...] |