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

/freebsd-11.0-release/sys/gdb/
H A Dgdb_packet.c51 #define N2C(n) (((n) < 10) ? (n) + '0' : (n) + 'a' - 10) macro
/freebsd-11.0-release/sys/kern/
H A Dsubr_mbpool.c105 #define N2C(P, PG, C) ((struct mbfree *)((char *)(PG)->va + \ macro
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2640 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2); local
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3432 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2); local
[all...]
H A DDAGCombiner.cpp13978 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2.getNode()); local
[all...]

Completed in 128 milliseconds