Searched refs:NB (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex61 \begin{NB}
66 \end{NB}
67 \begin{NB}
68 NB notes here and below reflect only my personal opinion,
70 \end{NB}
96 \begin{NB}
103 \end{NB}
111 \begin{NB}
116 \end{NB}
123 \begin{NB}
[all...]
H A Dip-cref.tex38 The paragraphs beginning with NB contain side notes, warnings about
99 \begin{NB}
101 \end{NB}
102 \begin{NB}
104 \end{NB}
252 \begin{NB}
257 \end{NB}
291 \begin{NB}
295 \end{NB}
300 \begin{NB}
[all...]
H A Dip-tunnels.tex264 \begin{NB}
269 \end{NB}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnv_hw.c144 unsigned int pll, N, M, MB, NB, P; local
156 NB = 1;
159 NB = (pll >> 24) & 0xFF;
161 *MClk = ((N * NB * par->CrystalFreqKHz) / (M * MB)) >> P;
169 NB = (pll >> 24) & 0xFF;
171 *NVClk = ((N * NB * par->CrystalFreqKHz) / (M * MB)) >> P;
180 NB = (pll >> 8) & 0xFF;
183 NB = 1;
185 *MClk = ((N * NB * par->CrystalFreqKHz) / (M * MB)) >> P;
194 NB
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dppc-opc.c276 /* The NB field in an X form instruction. The value 32 is stored as macro
278 #define NB (38)
710 /* The NB field in an X form instruction. The value 32 is stored as
2369 { "lswi", X(31,597), X_MASK, PPC, { RT, RA, NB } },
2370 { "lsi", X(31,597), X_MASK, POWER, { RT, RA, NB } },
2404 { "stswi", X(31,725), X_MASK, PPC, { RS, RA, NB } },
2405 { "stsi", X(31,725), X_MASK, POWER, { RS, RA, NB } },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dppc-opc.c363 /* The NB field in an X form instruction. The value 32 is stored as macro
365 #define NB MO + 1
370 #define NSI NB + 1
1241 /* The NB field in an X form instruction. The value 32 is stored as
4330 { "lswi", X(31,597), X_MASK, PPCCOM, { RT, RA0, NB } },
4331 { "lsi", X(31,597), X_MASK, PWRCOM, { RT, RA0, NB } },
4382 { "stswi", X(31,725), X_MASK, PPCCOM, { RS, RA0, NB } },
4383 { "stsi", X(31,725), X_MASK, PWRCOM, { RS, RA0, NB } },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c24218 ** NB: If you define USE_PREAD or USE_PREAD64, then it might also
25079 /* NB: zFilename exists and remains valid until the file is closed
42978 #define NB macro
[all...]

Completed in 400 milliseconds