Searched defs:N2C (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/gdb/
H A Dgdb_packet.c50 #define N2C(n) (((n) < 10) ? (n) + '0' : (n) + 'a' - 10) macro
/freebsd-10.0-release/sys/kern/
H A Dsubr_mbpool.c105 #define N2C(P, PG, C) ((struct mbfree *)((char *)(PG)->va + \ macro
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2708 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2); local
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2799 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2.getNode()); local
[all...]
H A DDAGCombiner.cpp4088 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2); local
9719 ConstantSDNode *N2C local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9585 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(Op2); local

Completed in 321 milliseconds