Searched refs:GET (Results 1 - 2 of 2) sorted by relevance

/openwrt/package/utils/oseama/src/
H A Dmd5.c76 #define GET(n) \ macro
85 #define GET(n) \ macro
131 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5)
132 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9)
133 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14)
134 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20)
135 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5)
136 STEP(G, d, a, b, c, GET(10), 0x02441453, 9)
137 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14)
138 STEP(G, b, c, d, a, GET(
[all...]
/openwrt/package/kernel/broadcom-wl/src/
H A Dwlc.c77 GET = 0x100, enumerator in enum:__anon6
136 if (param & GET) {
162 if (param & GET) {
183 } else if (param & GET) {
197 if ((param & PARAM_MODE) == GET) {
234 } else if ((param & PARAM_MODE) == GET) {
254 if ((param & PARAM_MODE) == GET) {
266 if ((param & PARAM_MODE) == GET) {
289 if ((param & PARAM_MODE) == GET) {
335 if ((param & PARAM_MODE) == GET) {
[all...]

Completed in 113 milliseconds