Home
last modified time | relevance | path

Searched refs:_n (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dnetmap.h555 #define _IO(_c, _n) CTL_CODE(_WIN_NM_IOCTL_TYPE, ((_n) + 0x800) , \ argument
557 #define _IO_direct(_c, _n) CTL_CODE(_WIN_NM_IOCTL_TYPE, ((_n) + 0x800) , \ argument
560 #define _IOWR(_c, _n, _s) _IO(_c, _n) argument
/mOS-networking-stack/core/src/bpf/
H A Dsf_optimize.c200 register int _n = n;\
201 while (--_n >= 0) *_x++ &= *_y++;\
210 register int _n = n;\
211 while (--_n >= 0) *_x++ &=~ *_y++;\
220 register int _n = n;\
221 while (--_n >= 0) *_x++ |= *_y++;\