Searched refs:_NN_ (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | netgraph.h | 165 #define _NN_ __FILE__,__LINE__ macro 794 #define NGI_M(i) (*_ngi_m(i, _NN_)) 795 #define NGI_MSG(i) (*_ngi_msg(i, _NN_)) 796 #define NGI_RETADDR(i) (*_ngi_retaddr(i, _NN_)) 797 #define NGI_FN(i) (*_ngi_fn(i, _NN_)) 798 #define NGI_FN2(i) (*_ngi_fn2(i, _NN_)) 799 #define NGI_ARG1(i) (*_ngi_arg1(i, _NN_)) 800 #define NGI_ARG2(i) (*_ngi_arg2(i, _NN_)) 801 #define NGI_HOOK(i) _ngi_hook(i, _NN_) 802 #define NGI_NODE(i) _ngi_node(i, _NN_) [all …]
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 166 #define _NN_ __FILE__,__LINE__ macro 796 #define NGI_M(i) (*_ngi_m(i, _NN_)) 797 #define NGI_MSG(i) (*_ngi_msg(i, _NN_)) 798 #define NGI_RETADDR(i) (*_ngi_retaddr(i, _NN_)) 799 #define NGI_FN(i) (*_ngi_fn(i, _NN_)) 800 #define NGI_FN2(i) (*_ngi_fn2(i, _NN_)) 801 #define NGI_ARG1(i) (*_ngi_arg1(i, _NN_)) 802 #define NGI_ARG2(i) (*_ngi_arg2(i, _NN_)) 803 #define NGI_HOOK(i) _ngi_hook(i, _NN_) 804 #define NGI_NODE(i) _ngi_node(i, _NN_) [all …]
|
| /f-stack/freebsd/crypto/skein/amd64/ |
| H A D | skein_block_asm.s | 32 ….irp _NN_,%_SKEIN_LOOP #only display loop unrolling if default changed on command l… 42 .irp _NN_,256,512,1024 43 .if (SKEIN_UNROLL_\_NN_) == 0 44 SKEIN_ASM_UNROLL = (SKEIN_ASM_UNROLL) + \_NN_ 58 .irp _NN_,256,512,1024 59 .if _USE_ASM_ & \_NN_ 60 .irp _RR_,%(ROUNDS_\_NN_) 61 .if _NN_ < 1024
|