/src/sys/arch/hp300/dev/ |
maskbits.h | 1 /* $NetBSD: maskbits.h,v 1.10 2025/05/31 18:50:33 tsutsui Exp $ */ 2 /* $OpenBSD: maskbits.h,v 1.6 2006/08/05 09:58:56 miod Exp $ */ 3 /* NetBSD: maskbits.h,v 1.3 1997/03/31 07:37:28 scottr Exp */ 33 * @(#)maskbits.h 8.2 (Berkeley) 3/21/94 42 * in this file and maskbits.c, left and right refer to screen coordinates, 50 * maskbits(x, w, startmask, endmask, nlw) 57 #define maskbits(x, w, startmask, endmask, nlw) \ macro
|
maskbits.h | 1 /* $NetBSD: maskbits.h,v 1.10 2025/05/31 18:50:33 tsutsui Exp $ */ 2 /* $OpenBSD: maskbits.h,v 1.6 2006/08/05 09:58:56 miod Exp $ */ 3 /* NetBSD: maskbits.h,v 1.3 1997/03/31 07:37:28 scottr Exp */ 33 * @(#)maskbits.h 8.2 (Berkeley) 3/21/94 42 * in this file and maskbits.c, left and right refer to screen coordinates, 50 * maskbits(x, w, startmask, endmask, nlw) 57 #define maskbits(x, w, startmask, endmask, nlw) \ macro
|
/src/sys/arch/hp300/stand/common/ |
maskbits.h | 1 /* $NetBSD: maskbits.h,v 1.2 2025/05/31 18:11:50 tsutsui Exp $ */ 31 * @(#)maskbits.h 8.2 (Berkeley) 3/21/94 40 * in this file and maskbits.c, left and right refer to screen coordinates, 48 * maskbits(x, w, startmask, endmask, nlw) 55 #define maskbits(x, w, startmask, endmask, nlw) \ macro
|
maskbits.h | 1 /* $NetBSD: maskbits.h,v 1.2 2025/05/31 18:11:50 tsutsui Exp $ */ 31 * @(#)maskbits.h 8.2 (Berkeley) 3/21/94 40 * in this file and maskbits.c, left and right refer to screen coordinates, 48 * maskbits(x, w, startmask, endmask, nlw) 55 #define maskbits(x, w, startmask, endmask, nlw) \ macro
|
/src/sys/external/bsd/ipf/netinet/ |
radix_ipf.c | 101 u_32_t maskbits; local in function:buildnodes 107 maskbits = count_mask_bits(mask, &last); 117 nodes[0].maskbitcount = maskbits; 118 nodes[0].index = -1 - (ADF_OFF_BITS + maskbits); 128 nodes[1].maskbitcount = maskbits;
|
radix_ipf.c | 101 u_32_t maskbits; local in function:buildnodes 107 maskbits = count_mask_bits(mask, &last); 117 nodes[0].maskbitcount = maskbits; 118 nodes[0].index = -1 - (ADF_OFF_BITS + maskbits); 128 nodes[1].maskbitcount = maskbits;
|