crypto/libressl/crypto/bn/bn_exp.c
759
BN_ULONG *np = mont->N.d, *n0 = mont->n0;
crypto/libressl/crypto/bn/bn_lcl.h
134
BIGNUM N; /* The modulus */
crypto/libressl/crypto/bn/bn_lcl.h
146
BIGNUM N; /* the divisor */
crypto/libressl/crypto/bn/bn_lib.c
1112
BN_security_bits(int L, int N)
crypto/libressl/crypto/bn/bn_lib.c
1129
if (N == -1)
crypto/libressl/crypto/bn/bn_lib.c
1132
bits = N / 2;
crypto/libressl/crypto/bn/bn_mont.c
137
int num = mont->N.top;
crypto/libressl/crypto/bn/bn_mont.c
142
if (bn_mul_mont(r->d, a->d, b->d, mont->N.d, mont->n0, num)) {
crypto/libressl/crypto/bn/bn_mont.c
192
n = &(mont->N);
crypto/libressl/crypto/bn/bn_mont.c
309
if (!BN_mul(t1, t2, &mont->N, ctx))
crypto/libressl/crypto/bn/bn_mont.c
316
if (BN_ucmp(ret, &(mont->N)) >= 0) {
crypto/libressl/crypto/bn/bn_mont.c
317
if (!BN_usub(ret, ret, &(mont->N)))
crypto/libressl/crypto/bn/bn_mont.c
347
BN_init(&(ctx->N));
crypto/libressl/crypto/bn/bn_mont.c
360
BN_clear_free(&(mont->N));
crypto/libressl/crypto/bn/bn_mont.c
379
if (!BN_copy(&(mont->N), mod))
crypto/libressl/crypto/bn/bn_mont.c
381
mont->N.neg = 0;
crypto/libressl/crypto/bn/bn_mont.c
468
mont->ri = BN_num_bits(&mont->N);
crypto/libressl/crypto/bn/bn_mont.c
473
if ((BN_mod_inverse_ct(Ri, R, &mont->N, ctx)) == NULL)
crypto/libressl/crypto/bn/bn_mont.c
480
if (!BN_div_ct(&(mont->Ni), NULL, Ri, &mont->N, ctx))
crypto/libressl/crypto/bn/bn_mont.c
489
if (!BN_mod_ct(&(mont->RR), &(mont->RR), &(mont->N), ctx))
crypto/libressl/crypto/bn/bn_mont.c
507
if (!BN_copy(&(to->N), &(from->N)))
crypto/libressl/crypto/bn/bn_recp.c
102
if (!BN_copy(&(recp->N), d))
crypto/libressl/crypto/bn/bn_recp.c
162
if (BN_ucmp(m, &(recp->N)) < 0) {
crypto/libressl/crypto/bn/bn_recp.c
186
recp->shift = BN_reciprocal(&(recp->Nr), &(recp->N), i, ctx);
crypto/libressl/crypto/bn/bn_recp.c
205
if (!BN_mul(b, &(recp->N), d, ctx))
crypto/libressl/crypto/bn/bn_recp.c
213
while (BN_ucmp(r, &(recp->N)) >= 0) {
crypto/libressl/crypto/bn/bn_recp.c
218
if (!BN_usub(r, r, &(recp->N)))
crypto/libressl/crypto/bn/bn_recp.c
226
d->neg = m->neg^recp->N.neg;
crypto/libressl/crypto/bn/bn_recp.c
68
BN_init(&(recp->N));
crypto/libressl/crypto/bn/bn_recp.c
93
BN_free(&(recp->N));
crypto/libressl/crypto/dh/dh_lib.c
251
int N = -1;
crypto/libressl/crypto/dh/dh_lib.c
254
N = BN_num_bits(dh->q);
crypto/libressl/crypto/dh/dh_lib.c
256
N = dh->length;
crypto/libressl/crypto/dh/dh_lib.c
258
return BN_security_bits(BN_num_bits(dh->p), N);
crypto/libressl/crypto/gost/streebog.c
1212
gN(STREEBOG_LONG64 *h, STREEBOG_LONG64 *m, STREEBOG_LONG64 *N)
crypto/libressl/crypto/gost/streebog.c
1218
transform(K, h, N);
crypto/libressl/crypto/gost/streebog.c
1248
gN(ctx->h, M, ctx->N);
crypto/libressl/crypto/gost/streebog.c
1250
l = ctx->N[0];
crypto/libressl/crypto/gost/streebog.c
1251
ctx->N[0] += num;
crypto/libressl/crypto/gost/streebog.c
1253
if (ctx->N[0] < l || ctx->N[0] < num) {
crypto/libressl/crypto/gost/streebog.c
1255
ctx->N[i]++;
crypto/libressl/crypto/gost/streebog.c
1256
if (ctx->N[i] != 0)
crypto/libressl/crypto/gost/streebog.c
1300
gN(c->h, c->N, Z);
crypto/libressl/crypto/whrlpool/wp_block.c
167
u8 c[(256*N+ROUNDS)*sizeof(u64)];
crypto/libressl/crypto/whrlpool/wp_block.c
168
u64 q[(256*N+ROUNDS)];
crypto/libressl/crypto/whrlpool/wp_block.c
427
#define RC (&(Cx.q[256*N]))
crypto/libressl/include/openssl/bn.h
474
int BN_security_bits(int L, int N);
crypto/libressl/include/openssl/gost.h
161
STREEBOG_LONG64 N[STREEBOG_LBLOCK];
games/bs/bs.c
461
case 'k': case '8': ss->dir = N; break;
games/bs/bs.c
971
used[E/2] = used[S/2] = used[W/2] = used[N/2] = FALSE;
games/pom/pom.c
108
double N, Msol, Ec, LambdaSol, l, Mm, Ev, Ac, A3, Mmprime;
games/pom/pom.c
111
N = 360 * days / 365.2422; /* sec 42 #3 */
games/pom/pom.c
112
adj360(&N);
games/pom/pom.c
113
Msol = N + EPSILONg - RHOg; /* sec 42 #4 */
games/pom/pom.c
116
LambdaSol = N + Ec + EPSILONg; /* sec 42 #6 */
games/rogue/room.c
284
short n, N, row, col;
games/rogue/room.c
288
N = ((rooms[rn].bottom_row - rooms[rn].top_row) - 1) *
games/rogue/room.c
291
if (n > N) {
games/rogue/room.c
292
n = N - 2;
lib/libc/db/hash/hash.h
151
#define CLRBIT(A, N) ((A)[(N)/BITS_PER_MAP] &= ~(1<<((N)%BITS_PER_MAP)))
lib/libc/db/hash/hash.h
152
#define SETBIT(A, N) ((A)[(N)/BITS_PER_MAP] |= (1<<((N)%BITS_PER_MAP)))
lib/libc/db/hash/hash.h
153
#define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1<<((N)%BITS_PER_MAP)))
lib/libc/db/hash/hash.h
166
#define SPLITNUM(N) (((uint32_t)(N)) >> SPLITSHIFT)
lib/libc/db/hash/hash.h
167
#define OPAGENUM(N) ((N) & SPLITMASK)
lib/libc/db/hash/page.h
82
#define PAGE_META(N) (((N)+3) * sizeof(uint16_t))
lib/libcrypt/crypt-sha256.c
491
#define b64_from_24bit(B2, B1, B0, N) \
lib/libcrypt/crypt-sha256.c
494
int n = (N); \
lib/libcrypt/crypt-sha512.c
522
#define b64_from_24bit(B2, B1, B0, N) \
lib/libcrypt/crypt-sha512.c
525
int n = (N); \
lib/libevtr/ktrfmt.tab.c
1138
# define YYCASE_(N, S) \
lib/libevtr/ktrfmt.tab.c
1139
case N: \
lib/libevtr/ktrfmt.tab.c
1316
#define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
lib/libevtr/ktrfmt.tab.c
373
# define YYID(N) (N)
lib/libevtr/ktrfmt.tab.c
476
# define YYSTACK_BYTES(N) \
lib/libevtr/ktrfmt.tab.c
477
((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
lib/libexecinfo/private_libelf.h
136
#define _ELF_DEFINE_EI(N, V, DESCR) N = V ,
lib/libexecinfo/private_libelf.h
1378
#define ROUNDUP2(V,N) (V) = ((((V) + (N) - 1)) & ~((N) - 1))
lib/libexecinfo/private_libelf.h
151
#define _ELF_DEFINE_EC(N, V, DESCR) N = V ,
lib/libexecinfo/private_libelf.h
167
#define _ELF_DEFINE_ED(N, V, DESCR) N = V ,
lib/libexecinfo/private_libelf.h
183
#define _ELF_DEFINE_EMAG(N, V) N = V ,
lib/libexecinfo/private_libelf.h
198
#define _ELF_DEFINE_EM(N, V, DESCR) N = V ,
lib/libexecinfo/private_libelf.h
243
#define _ELF_DEFINE_SHN(N, V, DESCR) N = V ,
lib/libexecinfo/private_libelf.h
2981
#define DEFINE_ERROR(N,S) [ELF_E_##N] = S
lib/libexecinfo/private_libelf.h
398
#define _ELF_DEFINE_SHT(N, V, DESCR) N = V ,
lib/libexecinfo/private_libelf.h
785
#define LIBELF_PRIVATE(N) (_libelf.libelf_##N)
libexec/ftpd/ftpcmd.y
116
L N P R S T
libexec/ftpd/ftpcmd.y
1486
return (N);
libexec/ftpd/ftpcmd.y
890
: N
sys/dev/disk/amd/amd.h
110
#define BIT(N) (0x01 << N)
sys/dev/drm/amd/amdgpu/amdgpu_afmt.c
51
static void amdgpu_afmt_calc_cts(uint32_t clock, int *CTS, int *N, int freq)
sys/dev/drm/amd/amdgpu/amdgpu_afmt.c
81
*N = n;
sys/dev/drm/amd/amdgpu/amdgpu_afmt.c
85
*N, *CTS, freq);
sys/dev/drm/include/linux/kernel.h
60
#define DIV_ROUND_UP_ULL(X, N) DIV_ROUND_UP((unsigned long long)(X), (N))
sys/dev/drm/radeon/radeon_audio.c
559
static void radeon_audio_calc_cts(unsigned int clock, int *CTS, int *N, int freq)
sys/dev/drm/radeon/radeon_audio.c
589
*N = n;
sys/dev/drm/radeon/radeon_audio.c
593
*N, *CTS, freq);
sys/dev/netif/ath/ath_hal/ah.c
573
for (i = 0; i < N(rt->rateCodeToIndex); i++)
sys/dev/netif/ath/ath_hal/ah.c
579
HALASSERT(code < N(rt->rateCodeToIndex));
sys/dev/netif/ath/ath_hal/ah.c
582
N(rt->rateCodeToIndex));
sys/dev/netif/ath/ath_hal/ah_internal.h
928
for (r = 0; r < N(regArray); r++) { \
sys/dev/netif/ath/ath_hal/ah_internal.h
936
for (r = 0; r < N(regArray); r++) { \
sys/dev/netif/ath/ath_hal/ah_regdomain.c
164
for (i = 0; i < N(allCountries); i++)
sys/dev/netif/ath/ath_hal/ah_regdomain.c
168
for (i = 0; i < N(regDomainPairs); i++)
sys/dev/netif/ath/ath_hal/ah_regdomain.c
191
for (i = 0; i < N(allCountries); i++) {
sys/dev/netif/ath/ath_hal/ah_regdomain.c
203
for (i = 0; i < N(regDomains); i++) {
sys/dev/netif/ath/ath_hal/ah_regdomain.c
216
for (i = 0; i < N(regDomainPairs); i++) {
sys/dev/netif/ath/ath_hal/ah_regdomain.c
404
for (cm = modes; cm < &modes[N(modes)]; cm++) {
sys/dev/netif/ath/ath_hal/ah_regdomain.c
652
if (next >= N(AH_PRIVATE(ah)->ah_channels)) {
sys/dev/netif/ath/ath_hal/ah_regdomain.c
655
__func__, N(AH_PRIVATE(ah)->ah_channels));
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
208
for (i = 0; i < N(ar5k0007_init); i++) {
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c
907
for (i = 0; i < N(pwr_regs)-1; i++)
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1128
for (i = 0; i < N(ar5211Rf6n7); i++)
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
313
for (i = 0; i < N(ar5211Mode2_4); i++)
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
322
for (i = 0; i < N(ar5211Modes); i++)
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
326
for (i = 0; i < N(ar5211BB_RfGain); i++)
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
330
for (i = 0; i < N(ar5211Common); i++) {
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
975
for (i = 0; i < N(runtime); i++) {
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
986
return (i <= N(runtime));
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
170
for (i = 0; i < N(ar5212Bank##_ix##_2316); i++) \
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
43
uint32_t Bank1Data[N(ar5212Bank1_2316)];
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
44
uint32_t Bank2Data[N(ar5212Bank2_2316)];
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
45
uint32_t Bank3Data[N(ar5212Bank3_2316)];
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
46
uint32_t Bank6Data[N(ar5212Bank6_2316)];
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
47
uint32_t Bank7Data[N(ar5212Bank7_2316)];
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
148
for (i = 0; i < N(ar5212Bank##_ix##_2317); i++) \
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
43
uint32_t Bank1Data[N(ar5212Bank1_2317)];
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
44
uint32_t Bank2Data[N(ar5212Bank2_2317)];
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
45
uint32_t Bank3Data[N(ar5212Bank3_2317)];
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
46
uint32_t Bank6Data[N(ar5212Bank6_2317)];
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
47
uint32_t Bank7Data[N(ar5212Bank7_2317)];
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
164
for (i = 0; i < N(ar5212Bank##_ix##_2413); i++) \
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
39
uint32_t Bank1Data[N(ar5212Bank1_2413)];
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
40
uint32_t Bank2Data[N(ar5212Bank2_2413)];
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
41
uint32_t Bank3Data[N(ar5212Bank3_2413)];
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
42
uint32_t Bank6Data[N(ar5212Bank6_2413)];
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
43
uint32_t Bank7Data[N(ar5212Bank7_2413)];
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
158
for (i = 0; i < N(ar5212Bank##_ix##_2425); i++) \
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
204
HALASSERT(N(ar5212Bank6_2425) == N(ar5212Bank6_2417));
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
40
uint32_t Bank1Data[N(ar5212Bank1_2425)];
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
41
uint32_t Bank2Data[N(ar5212Bank2_2425)];
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
42
uint32_t Bank3Data[N(ar5212Bank3_2425)];
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
43
uint32_t Bank6Data[N(ar5212Bank6_2425)]; /* 2417 is same size */
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
44
uint32_t Bank7Data[N(ar5212Bank7_2425)];
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
226
uint32_t ob2GHz, db2GHz, rfReg[N(ar5212Bank6_5111)];
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
291
for (i = 0; i < N(ar5212Bank0_5111); i++)
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
309
for (i = 0; i < N(ar5212Bank6_5111); i++)
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
323
for (i = 0; i < N(ar5212Bank7_5111); i++)
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
39
uint32_t Bank0Data[N(ar5212Bank0_5111)];
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
40
uint32_t Bank1Data[N(ar5212Bank1_5111)];
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
41
uint32_t Bank2Data[N(ar5212Bank2_5111)];
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
42
uint32_t Bank3Data[N(ar5212Bank3_5111)];
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
43
uint32_t Bank6Data[N(ar5212Bank6_5111)];
sys/dev/netif/ath/ath_hal/ar5212/ar5111.c
44
uint32_t Bank7Data[N(ar5212Bank7_5111)];
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
184
for (i = 0; i < N(ar5212Bank##_ix##_5112); i++) \
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
39
uint32_t Bank1Data[N(ar5212Bank1_5112)];
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
40
uint32_t Bank2Data[N(ar5212Bank2_5112)];
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
41
uint32_t Bank3Data[N(ar5212Bank3_5112)];
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
42
uint32_t Bank6Data[N(ar5212Bank6_5112)];
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
43
uint32_t Bank7Data[N(ar5212Bank7_5112)];
sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c
306
for (i = 0; i < N(macs); i++)
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c
1029
return capability < N(cmds) ?
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
2052
for (i = 0; i < N(ahp->ah_ratesArray); i++) {
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
2422
int16_t ratesIndex[N(ahp->ah_ratesArray)];
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
163
for (i = 0; i < N(ar5212Bank##_ix##_5413); i++) \
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
39
uint32_t Bank1Data[N(ar5212Bank1_5413)];
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
40
uint32_t Bank2Data[N(ar5212Bank2_5413)];
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
41
uint32_t Bank3Data[N(ar5212Bank3_5413)];
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
42
uint32_t Bank6Data[N(ar5212Bank6_5413)];
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
43
uint32_t Bank7Data[N(ar5212Bank7_5413)];
sys/dev/netif/ath/ath_hal/ar5416/ar5416_gpio.c
112
if (type >= N(MuxSignalConversionTable)) {
sys/dev/netif/ath/ath_hal/ar5416/ar5416_misc.c
740
for (i = 0; i < N(hang_list); i++)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1123
for (i = 0; i < N(AH5416(ah)->ah_ratesArray); i++) {
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1154
for (i = 0; i < N(AH5416(ah)->ah_ratesArray); i++) {
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1189
for (i = 0; i < N(adj); i++) {
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1772
for (i = 0; i < N(targetPowerHt20->tPow2x); i++) {
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1783
for (i = 0; i < N(targetPowerHt40->tPow2x); i++) {
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1894
numCtlModes = N(ctlModesFor11g) - SUB_NUM_CTL_MODES_AT_2G_40; /* CTL_11B, CTL_11G, CTL_2GHT20 */
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1905
numCtlModes = N(ctlModesFor11g); /* All 2G CTL's */
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1917
numCtlModes = N(ctlModesFor11a) - SUB_NUM_CTL_MODES_AT_5G_40; /* CTL_11A, CTL_5GHT20 */
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1926
numCtlModes = N(ctlModesFor11a); /* All 5G CTL's */
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1981
for (i = 0; i < N(targetPowerCck.tPow2x); i++) {
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1987
for (i = 0; i < N(targetPowerOfdm.tPow2x); i++) {
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1993
for (i = 0; i < N(targetPowerHt20.tPow2x); i++) {
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2006
for (i = 0; i < N(targetPowerHt40.tPow2x); i++) {
sys/dev/netif/ath/ath_hal/ar9002/ar9285_cal.c
146
for (i = 0; i < N(regList); i++)
sys/dev/netif/ath/ath_hal/ar9002/ar9285_cal.c
71
for (i = 0; i < N(regList); i++)
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
140
for (i = 0; i < N(AH5416(ah)->ah_ratesArray); i++) {
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
444
numCtlModes = N(ctlModesFor11g) - SUB_NUM_CTL_MODES_AT_2G_40; /* CTL_11B, CTL_11G, CTL_2GHT20 */
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
455
numCtlModes = N(ctlModesFor11g); /* All 2G CTL's */
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
512
for (i = 0; i < N(targetPowerCck.tPow2x); i++) {
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
518
for (i = 0; i < N(targetPowerOfdm.tPow2x); i++) {
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
524
for (i = 0; i < N(targetPowerHt20.tPow2x); i++) {
sys/dev/netif/ath/ath_hal/ar9002/ar9285_reset.c
536
for (i = 0; i < N(targetPowerHt40.tPow2x); i++) {
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
199
numCtlModes = N(ctlModesFor11g) - SUB_NUM_CTL_MODES_AT_2G_40; /* CTL_11B, CTL_11G, CTL_2GHT20 */
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
210
numCtlModes = N(ctlModesFor11g); /* All 2G CTL's */
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
268
for (i = 0; i < N(targetPowerCck.tPow2x); i++) {
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
274
for (i = 0; i < N(targetPowerOfdm.tPow2x); i++) {
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
280
for (i = 0; i < N(targetPowerHt20.tPow2x); i++) {
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
293
for (i = 0; i < N(targetPowerHt40.tPow2x); i++) {
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
397
for (i = 0; i < N(AH5416(ah)->ah_ratesArray); i++) {
sys/dev/netif/bwn/bwn/if_bwn.c
1853
for (i = 0; i < N(sc->sc_wmeParams); i++) {
sys/dev/netif/bwn/bwn/if_bwn.c
2073
KASSERT(N(bwn_wme_shm_offsets) == N(sc->sc_wmeParams),
sys/dev/netif/bwn/bwn/if_bwn.c
2076
for (i = 0; i < N(sc->sc_wmeParams); i++) {
sys/dev/netif/bwn/bwn/if_bwn.c
2537
for (i = 0; i < N(tq->tq_pkts); i++) {
sys/dev/netif/bwn/bwn/if_bwn.c
2569
if (index >= N(bases_rev11))
sys/dev/netif/bwn/bwn/if_bwn.c
2573
if (index >= N(bases))
sys/dev/netif/bwn/bwn/if_bwn.c
2675
for (i = 0; i < N(tq->tq_pkts); i++) {
sys/dev/netif/bwn/bwn/if_bwn.c
2705
KASSERT(controller_idx >= 0 && controller_idx < N(map64),
sys/dev/netif/bwn/bwn/if_bwn.c
2709
KASSERT(controller_idx >= 0 && controller_idx < N(map32),
sys/dev/netif/bwn/bwn/if_bwn.c
3517
KASSERT(mac->mac_max_nr_keys <= N(mac->mac_key),
sys/dev/netif/bwn/bwn/if_bwn.c
4473
KASSERT(N(bwn_wme_shm_offsets) == N(sc->sc_wmeParams),
sys/dev/netif/bwn/bwn/if_bwn.c
4477
for (i = 0; i < N(sc->sc_wmeParams); i++)
sys/dev/netif/bwn/bwn/if_bwn.c
4510
for (i = 0; i < N(params); i++) {
sys/dev/netif/bwn/bwn/if_bwn.c
4537
for (i = 0; i < N(mac_bssid); i += sizeof(uint32_t)) {
sys/dev/netif/bwn/bwn/if_bwn.c
4961
for (i = 0; i < N(mac->mac_reason); i++)
sys/dev/netif/bwn/bwn/if_bwn.c
5201
noise[0] = MIN(MAX(noise[0], 0), N(pg->pg_nrssi_lt) - 1);
sys/dev/netif/bwn/bwn/if_bwn.c
5202
noise[1] = MIN(MAX(noise[1], 0), N(pg->pg_nrssi_lt) - 1);
sys/dev/netif/bwn/bwn/if_bwn.c
5203
noise[2] = MIN(MAX(noise[2], 0), N(pg->pg_nrssi_lt) - 1);
sys/dev/netif/bwn/bwn/if_bwn.c
5204
noise[3] = MIN(MAX(noise[3], 0), N(pg->pg_nrssi_lt) - 1);
sys/dev/netif/bwn/bwn/if_bwn.c
543
for (i = 0; i < N(bwn_devs); i++) {
sys/dev/netif/bwn/bwn/if_bwn.c
6754
KASSERT(index < N(tq->tq_pkts), ("%s:%d: fail", __func__, __LINE__));
sys/dev/netif/bwn/bwn/if_bwn.c
6755
if (index >= N(tq->tq_pkts))
sys/dev/netif/bwn/bwn/if_bwn.c
7158
for (i = 0; i < N(bwn_vendor_led_act); ++i) {
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1689
for (i = 0; i < N(bwn_tab_finefreqg); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1695
for (i = 0; i < N(bwn_tab_noise_g1); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1699
for (i = 0; i < N(bwn_tab_noise_g2); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1704
for (i = 0; i < N(bwn_tab_rotor); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1718
for (i = 0; i < N(bwn_tab_retard); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1765
for (i = 0; i < N(bwn_tab_noise_g1); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1769
for (i = 0; i < N(bwn_tab_noise_g2); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
1783
for (i = 0; i < N(bwn_tab_sigmasqr2); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2088
for (i = 0; i < N(tx_magn_values); i++) {
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2091
for (j = 0; j < N(tx_bias_values); j++) {
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
269
for (i = 0; i < N(pg->pg_nrssi); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
271
for (i = 0; i < N(pg->pg_nrssi_lt); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
420
lo->rfatt.len = N(rfatt0);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
427
lo->rfatt.len = N(rfatt1);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
433
lo->rfatt.len = N(rfatt2);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
438
lo->bbatt.len = N(bbatt_0);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1058
for (i = 0; i < N(addr); i++) {
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1253
for (i = 0; i < N(addr); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1322
for (i = 0; i < N(v1); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1325
for (i = 0; i < N(v2); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1356
for (i = 0; i < N(v3); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1475
for (i = 0; i < N(v1); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1504
for (i = 0; i < N(v2); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1511
for (i = 0; i < N(v3); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1516
for (i = 0; i < N(v4); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1520
for (i = 0; i < N(v5); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1609
for (i = 0; i < N(v1); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1641
for (i = 0; i < N(freqdata_tab); i++) {
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1648
f = &freqdata_tab[N(freqdata_tab) - 1];
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1712
for (i = 2; i < N(v1); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1725
for (i = 0; i < N(v2); i++)
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1983
for (i = 0; i < N(bwn_b2062_init_tab); i++) {
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2051
for (i = 0; i < N(bwn_b2063_init_tab); i++) {
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2529
bwn_tab_write_multi(mac, BWN_TAB_1(2, 0), N(bwn_tab_sigsq_tbl),
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2531
bwn_tab_write_multi(mac, BWN_TAB_2(1, 0), N(noisescale), noisescale);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2532
bwn_tab_write_multi(mac, BWN_TAB_2(14, 0), N(crsgainnft), crsgainnft);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2533
bwn_tab_write_multi(mac, BWN_TAB_2(8, 0), N(filterctl), filterctl);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2534
bwn_tab_write_multi(mac, BWN_TAB_4(9, 0), N(psctl), psctl);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2535
bwn_tab_write_multi(mac, BWN_TAB_1(6, 0), N(bwn_tab_pllfrac_tbl),
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2537
bwn_tab_write_multi(mac, BWN_TAB_2(0, 0), N(bwn_tabl_iqlocal_tbl),
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2540
bwn_tab_write_multi(mac, BWN_TAB_2(13, 0), N(ofdmcckgain_r0),
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2542
bwn_tab_write_multi(mac, BWN_TAB_2(12, 0), N(ofdmcckgain_r0),
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2545
bwn_tab_write_multi(mac, BWN_TAB_2(13, 0), N(ofdmcckgain_r1),
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2547
bwn_tab_write_multi(mac, BWN_TAB_2(12, 0), N(ofdmcckgain_r1),
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2550
bwn_tab_write_multi(mac, BWN_TAB_2(15, 0), N(gaindelta), gaindelta);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2551
bwn_tab_write_multi(mac, BWN_TAB_4(10, 0), N(txpwrctl), txpwrctl);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2747
bwn_tab_write_multi(mac, BWN_TAB_1(2, 0), N(bwn_tab_sigsq_tbl),
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2749
bwn_tab_write_multi(mac, BWN_TAB_2(1, 0), N(noisescale), noisescale);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2750
bwn_tab_write_multi(mac, BWN_TAB_4(11, 0), N(filterctl), filterctl);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2751
bwn_tab_write_multi(mac, BWN_TAB_4(12, 0), N(psctl), psctl);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2752
bwn_tab_write_multi(mac, BWN_TAB_4(13, 0), N(gainidx), gainidx);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2753
bwn_tab_write_multi(mac, BWN_TAB_2(14, 0), N(auxgainidx), auxgainidx);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2754
bwn_tab_write_multi(mac, BWN_TAB_2(15, 0), N(swctl), swctl);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2755
bwn_tab_write_multi(mac, BWN_TAB_1(16, 0), N(hf), hf);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2756
bwn_tab_write_multi(mac, BWN_TAB_4(17, 0), N(gainval), gainval);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2757
bwn_tab_write_multi(mac, BWN_TAB_2(18, 0), N(gain), gain);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2758
bwn_tab_write_multi(mac, BWN_TAB_1(6, 0), N(bwn_tab_pllfrac_tbl),
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2760
bwn_tab_write_multi(mac, BWN_TAB_2(0, 0), N(bwn_tabl_iqlocal_tbl),
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2762
bwn_tab_write_multi(mac, BWN_TAB_4(9, 0), N(papdeps), papdeps);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2763
bwn_tab_write_multi(mac, BWN_TAB_4(10, 0), N(papdmult), papdmult);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2767
bwn_tab_write_multi(mac, BWN_TAB_4(13, 0), N(gainidx_a0),
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2769
bwn_tab_write_multi(mac, BWN_TAB_2(14, 0), N(auxgainidx_a0),
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2771
bwn_tab_write_multi(mac, BWN_TAB_4(17, 0), N(gainval_a0),
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
2773
bwn_tab_write_multi(mac, BWN_TAB_2(18, 0), N(gain_a0), gain_a0);
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
454
for (i = 0; i < N(tables); i++) {
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
717
for (i = 0; i < N(bwn_rxcompco_5354); i++) {
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
724
for (i = 0; i < N(bwn_rxcompco_r12); i++) {
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
801
for (i = 0; i < N(bwn_b2063_chantable); i++) {
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
931
for (i = 0; i < N(bwn_b2062_chantable); i++) {
sys/dev/video/bktr/bktr_tuner.c
782
int N;
sys/dev/video/bktr/bktr_tuner.c
821
N = frequency + TBL_IF;
sys/dev/video/bktr/bktr_tuner.c
832
i2cWrite( bktr, addr, (N>>8) & 0x7f, N & 0xff );
sys/dev/video/bktr/bktr_tuner.c
837
i2cWrite( bktr, addr, (N>>8) & 0x7f, N & 0xff );
sys/dev/video/bktr/bktr_tuner.c
845
if ( (N = do_afc( bktr, addr, N )) < 0 ) {
sys/dev/video/bktr/bktr_tuner.c
847
N = frequency + TBL_IF;
sys/dev/video/bktr/bktr_tuner.c
852
i2cWrite( bktr, addr, (N>>8) & 0x7f, N & 0xff );
sys/dev/video/bktr/bktr_tuner.c
855
frequency = N - TBL_IF;
sys/dev/video/bktr/bktr_tuner.c
880
N = (frequency + 1070)/5;
sys/dev/video/bktr/bktr_tuner.c
895
i2cWrite( bktr, addr, (N>>8) & 0x7f, N & 0xff );
sys/dev/video/bktr/bktr_tuner.c
897
bktr->tuner.frequency = (N * 5) - 1070;
sys/dev/video/cxm/cxm_tuner.c
621
unsigned long N;
sys/dev/video/cxm/cxm_tuner.c
626
N = 0;
sys/dev/video/cxm/cxm_tuner.c
695
N = (20 * osc_freq) / 1000;
sys/dev/video/cxm/cxm_tuner.c
697
msg[0] = (unsigned char)(N >> 8);
sys/dev/video/cxm/cxm_tuner.c
698
msg[1] = (unsigned char)N;
sys/dev/video/cxm/cxm_tuner.c
723
N = (16 * osc_freq) / 1000;
sys/dev/video/cxm/cxm_tuner.c
730
msg[0] = (unsigned char)(N >> 8);
sys/dev/video/cxm/cxm_tuner.c
731
msg[1] = (unsigned char)N;
sys/dev/video/cxm/cxm_tuner.c
737
msg[2] = (unsigned char)(N >> 8);
sys/dev/video/cxm/cxm_tuner.c
738
msg[3] = (unsigned char)N;
sys/dev/video/cxm/cxm_tuner.c
747
if (N > 32767)
sys/libprop/prop_rb_impl.h
113
#define RB_TREE_FOREACH(N, T) \
sys/libprop/prop_rb_impl.h
114
for ((N) = RB_TREE_MIN(T); (N); \
sys/libprop/prop_rb_impl.h
115
(N) = rb_tree_iterate((T), (N), RB_DIR_RIGHT))
sys/libprop/prop_rb_impl.h
116
#define RB_TREE_FOREACH_REVERSE(N, T) \
sys/libprop/prop_rb_impl.h
117
for ((N) = RB_TREE_MAX(T); (N); \
sys/libprop/prop_rb_impl.h
118
(N) = rb_tree_iterate((T), (N), RB_DIR_LEFT))
sys/netproto/802_11/wlan/ieee80211_phy.c
205
[12] = { .phy = HT, 6500, 0x00, N(0), 4 },
sys/netproto/802_11/wlan/ieee80211_phy.c
206
[13] = { .phy = HT, 13000, 0x00, N(1), 6 },
sys/netproto/802_11/wlan/ieee80211_phy.c
207
[14] = { .phy = HT, 19500, 0x00, N(2), 6 },
sys/netproto/802_11/wlan/ieee80211_phy.c
208
[15] = { .phy = HT, 26000, 0x00, N(3), 8 },
sys/netproto/802_11/wlan/ieee80211_phy.c
209
[16] = { .phy = HT, 39000, 0x00, N(4), 8 },
sys/netproto/802_11/wlan/ieee80211_phy.c
210
[17] = { .phy = HT, 52000, 0x00, N(5), 8 },
sys/netproto/802_11/wlan/ieee80211_phy.c
211
[18] = { .phy = HT, 58500, 0x00, N(6), 8 },
sys/netproto/802_11/wlan/ieee80211_phy.c
212
[19] = { .phy = HT, 65000, 0x00, N(7), 8 },
sys/netproto/802_11/wlan/ieee80211_phy.c
214
[20] = { .phy = HT, 13000, 0x00, N(8), 4 },
sys/netproto/802_11/wlan/ieee80211_phy.c
215
[21] = { .phy = HT, 26000, 0x00, N(9), 6 },
sys/netproto/802_11/wlan/ieee80211_phy.c
216
[22] = { .phy = HT, 39000, 0x00, N(10), 6 },
sys/netproto/802_11/wlan/ieee80211_phy.c
217
[23] = { .phy = HT, 52000, 0x00, N(11), 8 },
sys/netproto/802_11/wlan/ieee80211_phy.c
218
[24] = { .phy = HT, 78000, 0x00, N(12), 8 },
sys/netproto/802_11/wlan/ieee80211_phy.c
219
[25] = { .phy = HT, 104000, 0x00, N(13), 8 },
sys/netproto/802_11/wlan/ieee80211_phy.c
220
[26] = { .phy = HT, 117000, 0x00, N(14), 8 },
sys/netproto/802_11/wlan/ieee80211_phy.c
221
[27] = { .phy = HT, 130000, 0x00, N(15), 8 },
sys/netproto/802_11/wlan/ieee80211_phy.c
223
[28] = { .phy = HT, 19500, 0x00, N(16), 4 },
sys/netproto/802_11/wlan/ieee80211_phy.c
224
[29] = { .phy = HT, 39000, 0x00, N(17), 6 },
sys/netproto/802_11/wlan/ieee80211_phy.c
225
[30] = { .phy = HT, 58500, 0x00, N(18), 6 },
sys/netproto/802_11/wlan/ieee80211_phy.c
226
[31] = { .phy = HT, 78000, 0x00, N(19), 8 },
sys/netproto/802_11/wlan/ieee80211_phy.c
227
[32] = { .phy = HT, 117000, 0x00, N(20), 8 },
sys/netproto/802_11/wlan/ieee80211_phy.c
228
[33] = { .phy = HT, 156000, 0x00, N(21), 8 },
sys/netproto/802_11/wlan/ieee80211_phy.c
229
[34] = { .phy = HT, 175500, 0x00, N(22), 8 },
sys/netproto/802_11/wlan/ieee80211_phy.c
230
[35] = { .phy = HT, 195000, 0x00, N(23), 8 },
sys/netproto/802_11/wlan/ieee80211_phy.c
249
[8] = { .phy = HT, 6500, 0x00, N(0), 0 },
sys/netproto/802_11/wlan/ieee80211_phy.c
250
[9] = { .phy = HT, 13000, 0x00, N(1), 2 },
sys/netproto/802_11/wlan/ieee80211_phy.c
251
[10] = { .phy = HT, 19500, 0x00, N(2), 2 },
sys/netproto/802_11/wlan/ieee80211_phy.c
252
[11] = { .phy = HT, 26000, 0x00, N(3), 4 },
sys/netproto/802_11/wlan/ieee80211_phy.c
253
[12] = { .phy = HT, 39000, 0x00, N(4), 4 },
sys/netproto/802_11/wlan/ieee80211_phy.c
254
[13] = { .phy = HT, 52000, 0x00, N(5), 4 },
sys/netproto/802_11/wlan/ieee80211_phy.c
255
[14] = { .phy = HT, 58500, 0x00, N(6), 4 },
sys/netproto/802_11/wlan/ieee80211_phy.c
256
[15] = { .phy = HT, 65000, 0x00, N(7), 4 },
sys/netproto/802_11/wlan/ieee80211_phy.c
258
[16] = { .phy = HT, 13000, 0x00, N(8), 0 },
sys/netproto/802_11/wlan/ieee80211_phy.c
259
[17] = { .phy = HT, 26000, 0x00, N(9), 2 },
sys/netproto/802_11/wlan/ieee80211_phy.c
260
[18] = { .phy = HT, 39000, 0x00, N(10), 2 },
sys/netproto/802_11/wlan/ieee80211_phy.c
261
[19] = { .phy = HT, 52000, 0x00, N(11), 4 },
sys/netproto/802_11/wlan/ieee80211_phy.c
262
[20] = { .phy = HT, 78000, 0x00, N(12), 4 },
sys/netproto/802_11/wlan/ieee80211_phy.c
263
[21] = { .phy = HT, 104000, 0x00, N(13), 4 },
sys/netproto/802_11/wlan/ieee80211_phy.c
264
[22] = { .phy = HT, 117000, 0x00, N(14), 4 },
sys/netproto/802_11/wlan/ieee80211_phy.c
265
[23] = { .phy = HT, 130000, 0x00, N(15), 4 },
sys/netproto/802_11/wlan/ieee80211_phy.c
267
[24] = { .phy = HT, 19500, 0x00, N(16), 0 },
sys/netproto/802_11/wlan/ieee80211_phy.c
268
[25] = { .phy = HT, 39000, 0x00, N(17), 2 },
sys/netproto/802_11/wlan/ieee80211_phy.c
269
[26] = { .phy = HT, 58500, 0x00, N(18), 2 },
sys/netproto/802_11/wlan/ieee80211_phy.c
270
[27] = { .phy = HT, 78000, 0x00, N(19), 4 },
sys/netproto/802_11/wlan/ieee80211_phy.c
271
[28] = { .phy = HT, 117000, 0x00, N(20), 4 },
sys/netproto/802_11/wlan/ieee80211_phy.c
272
[29] = { .phy = HT, 156000, 0x00, N(21), 4 },
sys/netproto/802_11/wlan/ieee80211_phy.c
273
[30] = { .phy = HT, 175500, 0x00, N(22), 4 },
sys/netproto/802_11/wlan/ieee80211_phy.c
274
[31] = { .phy = HT, 195000, 0x00, N(23), 4 },
sys/sys/mount.h
655
#define VFS_EXTATTRCTL(MP, C, FVP, NS, N, CRED) \
sys/sys/mount.h
656
vfs_extattrctl(MP, C, FVP, NS, N, CRED)
sys/vfs/procfs/procfs_vnops.c
133
{ DT_DIR, N("."), Pproc, NULL },
sys/vfs/procfs/procfs_vnops.c
134
{ DT_DIR, N(".."), Proot, NULL },
sys/vfs/procfs/procfs_vnops.c
135
{ DT_REG, N("mem"), Pmem, NULL },
sys/vfs/procfs/procfs_vnops.c
136
{ DT_REG, N("regs"), Pregs, procfs_validregs },
sys/vfs/procfs/procfs_vnops.c
137
{ DT_REG, N("fpregs"), Pfpregs, procfs_validfpregs },
sys/vfs/procfs/procfs_vnops.c
138
{ DT_REG, N("dbregs"), Pdbregs, procfs_validdbregs },
sys/vfs/procfs/procfs_vnops.c
139
{ DT_REG, N("ctl"), Pctl, NULL },
sys/vfs/procfs/procfs_vnops.c
140
{ DT_REG, N("status"), Pstatus, NULL },
sys/vfs/procfs/procfs_vnops.c
141
{ DT_REG, N("note"), Pnote, NULL },
sys/vfs/procfs/procfs_vnops.c
142
{ DT_REG, N("notepg"), Pnotepg, NULL },
sys/vfs/procfs/procfs_vnops.c
143
{ DT_REG, N("map"), Pmap, procfs_validmap },
sys/vfs/procfs/procfs_vnops.c
144
{ DT_REG, N("etype"), Ptype, procfs_validtype },
sys/vfs/procfs/procfs_vnops.c
145
{ DT_REG, N("cmdline"), Pcmdline, NULL },
sys/vfs/procfs/procfs_vnops.c
146
{ DT_REG, N("rlimit"), Prlimit, NULL },
sys/vfs/procfs/procfs_vnops.c
147
{ DT_LNK, N("file"), Pfile, NULL },
sys/vfs/procfs/procfs_vnops.c
148
{ DT_LNK, N("exe"), Pfile, NULL },
tools/regression/lib/libm/test-cexp.c
199
for (i = 0; i < N(finites); i++) {
tools/regression/lib/libm/test-cexp.c
230
for (i = 0; i < N(finites); i++) {
tools/regression/lib/libm/test-cexp.c
270
for (i = 0; i < N(finites); i++) {
tools/regression/lib/libm/test-cexp.c
292
for (i = 0; i < N(finites); i++) {
tools/regression/lib/libm/test-cexp.c
323
for (i = 0; i < N(tests); i += 4) {
tools/regression/lib/libm/test-csqrt.c
157
for (i = 0; i < N(tests); i += 4) {
tools/regression/lib/libm/test-csqrt.c
158
for (j = 0; j < N(mults); j++) {
tools/regression/lib/libm/test-csqrt.c
199
for (i = 0; i < N(vals); i++) {
tools/regression/p1003_1b/main.c
50
for (i = 0; i < N(tab); i++)
tools/regression/p1003_1b/main.c
57
for (i = 0; i < N(tab); i++) {
tools/regression/p1003_1b/main.c
73
for (i = 0; i < N(tab); i++)
tools/tools/ath/athdebug/athdebug.c
113
for (i = 0; i < N(flags); i++)
tools/tools/ath/athdebug/athdebug.c
124
for (i = 0; i < N(flags); i++)
tools/tools/ath/athdebug/athdebug.c
137
for (i = 0; i < N(flags); i++)
tools/tools/ath/athdebug/athdebug.c
219
for (i = 0; i < N(flags); i++)
tools/tools/ath/athrd/athrd.c
540
for (i = 0; i < N(domains); i++)
tools/tools/ath/athrd/athrd.c
555
for (i = 0; i < N(domains); i++)
tools/tools/ath/athrd/athrd.c
569
for (i = 0; i < N(domains); i++)
tools/tools/ath/athrd/athrd.c
733
for (i = 0; i < N(allCountries); i++)
tools/tools/ath/athrd/athrd.c
750
for (i = 0; i < N(allCountries); i++)
tools/tools/ath/athrd/athrd.c
763
for (i = 0; i < N(allCountries); i++)
tools/tools/ath/athrd/athrd.c
777
for (i = 0; i < N(allCountries); i++)
tools/tools/ath/athstats/athstats.c
992
statfoo_init(&wf->base.base, "athstats", athstats, N(athstats));
tools/tools/ath/athstats/main.c
72
for (i = 0; i < N(tags); i++)
tools/tools/ath/common/dumpregs_5210.c
121
register_regs(ar5210regs, N(ar5210regs), MAC5210, PHYANY);
tools/tools/ath/common/dumpregs_5211.c
287
register_regs(ar5211regs, N(ar5211regs), MAC5211, PHYANY);
tools/tools/ath/common/dumpregs_5212.c
424
register_regs(ar5212regs, N(ar5212regs), MAC5212, PHYANY);
tools/tools/ath/common/dumpregs_5416.c
407
register_regs(ar5416regs, N(ar5416regs), MAC5416, PHYANY);
tools/tools/net80211/wlanstats/main.c
69
for (i = 0; i < N(tags); i++)
tools/tools/net80211/wlanstats/wlanstats.c
579
if (v < N(reasons) && reasons[v] != NULL)
tools/tools/net80211/wlanstats/wlanstats.c
618
if (v < N(status) && status[v] != NULL)
tools/tools/net80211/wlanstats/wlanstats.c
991
statfoo_init(&wf->base.base, "wlanstats", wlanstats, N(wlanstats));
tools/tools/net80211/wlantxtime/wlantxtime.c
236
for (i = 0; i < N(rt->rateCodeToIndex); i++)
tools/tools/net80211/wlantxtime/wlantxtime.c
291
for (i = 0; i < N(ratetables); ++i)
usr.bin/gzip/gzip.c
125
#define SUFFIX(Z, N) {Z, sizeof Z - 1, N}
usr.bin/sort/coll.c
604
#define LSCDEF(N) \
usr.bin/sort/coll.c
606
list_coll_##N(struct sort_list_item **ss1, struct sort_list_item **ss2) \
usr.bin/sort/coll.c
609
return (list_coll_offset(ss1, ss2, N)); \
usr.bin/tr/cmap.c
166
struct cmapnode N, *l, *r, *y;
usr.bin/tr/cmap.c
174
N.cmn_left = N.cmn_right = NULL;
usr.bin/tr/cmap.c
175
l = r = &N;
usr.bin/tr/cmap.c
208
t->cmn_left = N.cmn_right;
usr.bin/tr/cmap.c
209
t->cmn_right = N.cmn_left;
usr.bin/tr/cset.c
226
struct csnode N, *l, *r, *y;
usr.bin/tr/cset.c
234
N.csn_left = N.csn_right = NULL;
usr.bin/tr/cset.c
235
l = r = &N;
usr.bin/tr/cset.c
268
t->csn_left = N.csn_right;
usr.bin/tr/cset.c
269
t->csn_right = N.csn_left;
usr.sbin/wlandebug/wlandebug.c
124
for (i = 0; i < N(flags); i++)
usr.sbin/wlandebug/wlandebug.c
137
for (i = 0; i < N(flags); i++)
usr.sbin/wlandebug/wlandebug.c
224
for (i = 0; i < N(flags); i++)