Searched refs:NN (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Ddocecc.c49 #define NN ((1 << MM) - 1) macro
68 #define A0 (NN)
70 /* Compute x % NN, where NN is 2**MM - 1,
76 while (x >= NN) {
77 x -= NN;
78 x = (x >> MM) + (x & NN);
135 generate_gf(dtype Alpha_to[NN + 1], dtype Index_of[NN + 1])
156 for (i = MM + 1; i < NN;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Di2ellis.h99 #define NN(c) ((c & 0x30) >> 4) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dgetty.c284 #warning Debian /dev/vcs[a]NN hack is deprecated and will be removed
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Ddiskonchip.c137 #define NN 1023 macro
183 syn[i] = rs_modnn(rs, rs->index_of[s[i]] + (NN - FCR - i));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c42977 #define NN macro
[all...]

Completed in 272 milliseconds