games/bs/bs.c
1057
used[E/2] = used[W/2] = (!(cpushipcanfit(ts.x,ts.y,cpushortest,E)));
games/bs/bs.c
539
case 'h': case '4': case KEY_LEFT: ss->dir = W; break;
lib/libc/hash/sha1.c
152
uint32_t W[16];
lib/libc/hash/sha1.c
164
W[0] = be32toh(in32[0]);
lib/libc/hash/sha1.c
165
W[1] = be32toh(in32[1]);
lib/libc/hash/sha1.c
166
W[2] = be32toh(in32[2]);
lib/libc/hash/sha1.c
167
W[3] = be32toh(in32[3]);
lib/libc/hash/sha1.c
168
W[4] = be32toh(in32[4]);
lib/libc/hash/sha1.c
169
W[5] = be32toh(in32[5]);
lib/libc/hash/sha1.c
170
W[6] = be32toh(in32[6]);
lib/libc/hash/sha1.c
171
W[7] = be32toh(in32[7]);
lib/libc/hash/sha1.c
172
W[8] = be32toh(in32[8]);
lib/libc/hash/sha1.c
173
W[9] = be32toh(in32[9]);
lib/libc/hash/sha1.c
174
W[10] = be32toh(in32[10]);
lib/libc/hash/sha1.c
175
W[11] = be32toh(in32[11]);
lib/libc/hash/sha1.c
176
W[12] = be32toh(in32[12]);
lib/libc/hash/sha1.c
177
W[13] = be32toh(in32[13]);
lib/libc/hash/sha1.c
178
W[14] = be32toh(in32[14]);
lib/libc/hash/sha1.c
179
W[15] = be32toh(in32[15]);
lib/libc/hash/sha1.c
182
W[0] = crypto_load_be32toh(&in[0 * 4]);
lib/libc/hash/sha1.c
183
W[1] = crypto_load_be32toh(&in[1 * 4]);
lib/libc/hash/sha1.c
184
W[2] = crypto_load_be32toh(&in[2 * 4]);
lib/libc/hash/sha1.c
185
W[3] = crypto_load_be32toh(&in[3 * 4]);
lib/libc/hash/sha1.c
186
W[4] = crypto_load_be32toh(&in[4 * 4]);
lib/libc/hash/sha1.c
187
W[5] = crypto_load_be32toh(&in[5 * 4]);
lib/libc/hash/sha1.c
188
W[6] = crypto_load_be32toh(&in[6 * 4]);
lib/libc/hash/sha1.c
189
W[7] = crypto_load_be32toh(&in[7 * 4]);
lib/libc/hash/sha1.c
190
W[8] = crypto_load_be32toh(&in[8 * 4]);
lib/libc/hash/sha1.c
191
W[9] = crypto_load_be32toh(&in[9 * 4]);
lib/libc/hash/sha1.c
192
W[10] = crypto_load_be32toh(&in[10 * 4]);
lib/libc/hash/sha1.c
193
W[11] = crypto_load_be32toh(&in[11 * 4]);
lib/libc/hash/sha1.c
194
W[12] = crypto_load_be32toh(&in[12 * 4]);
lib/libc/hash/sha1.c
195
W[13] = crypto_load_be32toh(&in[13 * 4]);
lib/libc/hash/sha1.c
196
W[14] = crypto_load_be32toh(&in[14 * 4]);
lib/libc/hash/sha1.c
197
W[15] = crypto_load_be32toh(&in[15 * 4]);
lib/libc/hash/sha1.c
201
sha1_round1(&a, &b, &c, &d, &e, W[0]);
lib/libc/hash/sha1.c
202
sha1_round1(&a, &b, &c, &d, &e, W[1]);
lib/libc/hash/sha1.c
203
sha1_round1(&a, &b, &c, &d, &e, W[2]);
lib/libc/hash/sha1.c
204
sha1_round1(&a, &b, &c, &d, &e, W[3]);
lib/libc/hash/sha1.c
205
sha1_round1(&a, &b, &c, &d, &e, W[4]);
lib/libc/hash/sha1.c
206
sha1_round1(&a, &b, &c, &d, &e, W[5]);
lib/libc/hash/sha1.c
207
sha1_round1(&a, &b, &c, &d, &e, W[6]);
lib/libc/hash/sha1.c
208
sha1_round1(&a, &b, &c, &d, &e, W[7]);
lib/libc/hash/sha1.c
209
sha1_round1(&a, &b, &c, &d, &e, W[8]);
lib/libc/hash/sha1.c
210
sha1_round1(&a, &b, &c, &d, &e, W[9]);
lib/libc/hash/sha1.c
211
sha1_round1(&a, &b, &c, &d, &e, W[10]);
lib/libc/hash/sha1.c
212
sha1_round1(&a, &b, &c, &d, &e, W[11]);
lib/libc/hash/sha1.c
213
sha1_round1(&a, &b, &c, &d, &e, W[12]);
lib/libc/hash/sha1.c
214
sha1_round1(&a, &b, &c, &d, &e, W[13]);
lib/libc/hash/sha1.c
215
sha1_round1(&a, &b, &c, &d, &e, W[14]);
lib/libc/hash/sha1.c
216
sha1_round1(&a, &b, &c, &d, &e, W[15]);
lib/libc/hash/sha1.c
218
sha1_msg_schedule_update(&W[0], W[2], W[8], W[13]);
lib/libc/hash/sha1.c
219
sha1_msg_schedule_update(&W[1], W[3], W[9], W[14]);
lib/libc/hash/sha1.c
220
sha1_msg_schedule_update(&W[2], W[4], W[10], W[15]);
lib/libc/hash/sha1.c
221
sha1_msg_schedule_update(&W[3], W[5], W[11], W[0]);
lib/libc/hash/sha1.c
222
sha1_msg_schedule_update(&W[4], W[6], W[12], W[1]);
lib/libc/hash/sha1.c
223
sha1_msg_schedule_update(&W[5], W[7], W[13], W[2]);
lib/libc/hash/sha1.c
224
sha1_msg_schedule_update(&W[6], W[8], W[14], W[3]);
lib/libc/hash/sha1.c
225
sha1_msg_schedule_update(&W[7], W[9], W[15], W[4]);
lib/libc/hash/sha1.c
226
sha1_msg_schedule_update(&W[8], W[10], W[0], W[5]);
lib/libc/hash/sha1.c
227
sha1_msg_schedule_update(&W[9], W[11], W[1], W[6]);
lib/libc/hash/sha1.c
228
sha1_msg_schedule_update(&W[10], W[12], W[2], W[7]);
lib/libc/hash/sha1.c
229
sha1_msg_schedule_update(&W[11], W[13], W[3], W[8]);
lib/libc/hash/sha1.c
230
sha1_msg_schedule_update(&W[12], W[14], W[4], W[9]);
lib/libc/hash/sha1.c
231
sha1_msg_schedule_update(&W[13], W[15], W[5], W[10]);
lib/libc/hash/sha1.c
232
sha1_msg_schedule_update(&W[14], W[0], W[6], W[11]);
lib/libc/hash/sha1.c
233
sha1_msg_schedule_update(&W[15], W[1], W[7], W[12]);
lib/libc/hash/sha1.c
235
sha1_round1(&a, &b, &c, &d, &e, W[0]);
lib/libc/hash/sha1.c
236
sha1_round1(&a, &b, &c, &d, &e, W[1]);
lib/libc/hash/sha1.c
237
sha1_round1(&a, &b, &c, &d, &e, W[2]);
lib/libc/hash/sha1.c
238
sha1_round1(&a, &b, &c, &d, &e, W[3]);
lib/libc/hash/sha1.c
239
sha1_round2(&a, &b, &c, &d, &e, W[4]);
lib/libc/hash/sha1.c
240
sha1_round2(&a, &b, &c, &d, &e, W[5]);
lib/libc/hash/sha1.c
241
sha1_round2(&a, &b, &c, &d, &e, W[6]);
lib/libc/hash/sha1.c
242
sha1_round2(&a, &b, &c, &d, &e, W[7]);
lib/libc/hash/sha1.c
243
sha1_round2(&a, &b, &c, &d, &e, W[8]);
lib/libc/hash/sha1.c
244
sha1_round2(&a, &b, &c, &d, &e, W[9]);
lib/libc/hash/sha1.c
245
sha1_round2(&a, &b, &c, &d, &e, W[10]);
lib/libc/hash/sha1.c
246
sha1_round2(&a, &b, &c, &d, &e, W[11]);
lib/libc/hash/sha1.c
247
sha1_round2(&a, &b, &c, &d, &e, W[12]);
lib/libc/hash/sha1.c
248
sha1_round2(&a, &b, &c, &d, &e, W[13]);
lib/libc/hash/sha1.c
249
sha1_round2(&a, &b, &c, &d, &e, W[14]);
lib/libc/hash/sha1.c
250
sha1_round2(&a, &b, &c, &d, &e, W[15]);
lib/libc/hash/sha1.c
252
sha1_msg_schedule_update(&W[0], W[2], W[8], W[13]);
lib/libc/hash/sha1.c
253
sha1_msg_schedule_update(&W[1], W[3], W[9], W[14]);
lib/libc/hash/sha1.c
254
sha1_msg_schedule_update(&W[2], W[4], W[10], W[15]);
lib/libc/hash/sha1.c
255
sha1_msg_schedule_update(&W[3], W[5], W[11], W[0]);
lib/libc/hash/sha1.c
256
sha1_msg_schedule_update(&W[4], W[6], W[12], W[1]);
lib/libc/hash/sha1.c
257
sha1_msg_schedule_update(&W[5], W[7], W[13], W[2]);
lib/libc/hash/sha1.c
258
sha1_msg_schedule_update(&W[6], W[8], W[14], W[3]);
lib/libc/hash/sha1.c
259
sha1_msg_schedule_update(&W[7], W[9], W[15], W[4]);
lib/libc/hash/sha1.c
260
sha1_msg_schedule_update(&W[8], W[10], W[0], W[5]);
lib/libc/hash/sha1.c
261
sha1_msg_schedule_update(&W[9], W[11], W[1], W[6]);
lib/libc/hash/sha1.c
262
sha1_msg_schedule_update(&W[10], W[12], W[2], W[7]);
lib/libc/hash/sha1.c
263
sha1_msg_schedule_update(&W[11], W[13], W[3], W[8]);
lib/libc/hash/sha1.c
264
sha1_msg_schedule_update(&W[12], W[14], W[4], W[9]);
lib/libc/hash/sha1.c
265
sha1_msg_schedule_update(&W[13], W[15], W[5], W[10]);
lib/libc/hash/sha1.c
266
sha1_msg_schedule_update(&W[14], W[0], W[6], W[11]);
lib/libc/hash/sha1.c
267
sha1_msg_schedule_update(&W[15], W[1], W[7], W[12]);
lib/libc/hash/sha1.c
269
sha1_round2(&a, &b, &c, &d, &e, W[0]);
lib/libc/hash/sha1.c
270
sha1_round2(&a, &b, &c, &d, &e, W[1]);
lib/libc/hash/sha1.c
271
sha1_round2(&a, &b, &c, &d, &e, W[2]);
lib/libc/hash/sha1.c
272
sha1_round2(&a, &b, &c, &d, &e, W[3]);
lib/libc/hash/sha1.c
273
sha1_round2(&a, &b, &c, &d, &e, W[4]);
lib/libc/hash/sha1.c
274
sha1_round2(&a, &b, &c, &d, &e, W[5]);
lib/libc/hash/sha1.c
275
sha1_round2(&a, &b, &c, &d, &e, W[6]);
lib/libc/hash/sha1.c
276
sha1_round2(&a, &b, &c, &d, &e, W[7]);
lib/libc/hash/sha1.c
277
sha1_round3(&a, &b, &c, &d, &e, W[8]);
lib/libc/hash/sha1.c
278
sha1_round3(&a, &b, &c, &d, &e, W[9]);
lib/libc/hash/sha1.c
279
sha1_round3(&a, &b, &c, &d, &e, W[10]);
lib/libc/hash/sha1.c
280
sha1_round3(&a, &b, &c, &d, &e, W[11]);
lib/libc/hash/sha1.c
281
sha1_round3(&a, &b, &c, &d, &e, W[12]);
lib/libc/hash/sha1.c
282
sha1_round3(&a, &b, &c, &d, &e, W[13]);
lib/libc/hash/sha1.c
283
sha1_round3(&a, &b, &c, &d, &e, W[14]);
lib/libc/hash/sha1.c
284
sha1_round3(&a, &b, &c, &d, &e, W[15]);
lib/libc/hash/sha1.c
286
sha1_msg_schedule_update(&W[0], W[2], W[8], W[13]);
lib/libc/hash/sha1.c
287
sha1_msg_schedule_update(&W[1], W[3], W[9], W[14]);
lib/libc/hash/sha1.c
288
sha1_msg_schedule_update(&W[2], W[4], W[10], W[15]);
lib/libc/hash/sha1.c
289
sha1_msg_schedule_update(&W[3], W[5], W[11], W[0]);
lib/libc/hash/sha1.c
290
sha1_msg_schedule_update(&W[4], W[6], W[12], W[1]);
lib/libc/hash/sha1.c
291
sha1_msg_schedule_update(&W[5], W[7], W[13], W[2]);
lib/libc/hash/sha1.c
292
sha1_msg_schedule_update(&W[6], W[8], W[14], W[3]);
lib/libc/hash/sha1.c
293
sha1_msg_schedule_update(&W[7], W[9], W[15], W[4]);
lib/libc/hash/sha1.c
294
sha1_msg_schedule_update(&W[8], W[10], W[0], W[5]);
lib/libc/hash/sha1.c
295
sha1_msg_schedule_update(&W[9], W[11], W[1], W[6]);
lib/libc/hash/sha1.c
296
sha1_msg_schedule_update(&W[10], W[12], W[2], W[7]);
lib/libc/hash/sha1.c
297
sha1_msg_schedule_update(&W[11], W[13], W[3], W[8]);
lib/libc/hash/sha1.c
298
sha1_msg_schedule_update(&W[12], W[14], W[4], W[9]);
lib/libc/hash/sha1.c
299
sha1_msg_schedule_update(&W[13], W[15], W[5], W[10]);
lib/libc/hash/sha1.c
300
sha1_msg_schedule_update(&W[14], W[0], W[6], W[11]);
lib/libc/hash/sha1.c
301
sha1_msg_schedule_update(&W[15], W[1], W[7], W[12]);
lib/libc/hash/sha1.c
303
sha1_round3(&a, &b, &c, &d, &e, W[0]);
lib/libc/hash/sha1.c
304
sha1_round3(&a, &b, &c, &d, &e, W[1]);
lib/libc/hash/sha1.c
305
sha1_round3(&a, &b, &c, &d, &e, W[2]);
lib/libc/hash/sha1.c
306
sha1_round3(&a, &b, &c, &d, &e, W[3]);
lib/libc/hash/sha1.c
307
sha1_round3(&a, &b, &c, &d, &e, W[4]);
lib/libc/hash/sha1.c
308
sha1_round3(&a, &b, &c, &d, &e, W[5]);
lib/libc/hash/sha1.c
309
sha1_round3(&a, &b, &c, &d, &e, W[6]);
lib/libc/hash/sha1.c
310
sha1_round3(&a, &b, &c, &d, &e, W[7]);
lib/libc/hash/sha1.c
311
sha1_round3(&a, &b, &c, &d, &e, W[8]);
lib/libc/hash/sha1.c
312
sha1_round3(&a, &b, &c, &d, &e, W[9]);
lib/libc/hash/sha1.c
313
sha1_round3(&a, &b, &c, &d, &e, W[10]);
lib/libc/hash/sha1.c
314
sha1_round3(&a, &b, &c, &d, &e, W[11]);
lib/libc/hash/sha1.c
315
sha1_round4(&a, &b, &c, &d, &e, W[12]);
lib/libc/hash/sha1.c
316
sha1_round4(&a, &b, &c, &d, &e, W[13]);
lib/libc/hash/sha1.c
317
sha1_round4(&a, &b, &c, &d, &e, W[14]);
lib/libc/hash/sha1.c
318
sha1_round4(&a, &b, &c, &d, &e, W[15]);
lib/libc/hash/sha1.c
320
sha1_msg_schedule_update(&W[0], W[2], W[8], W[13]);
lib/libc/hash/sha1.c
321
sha1_msg_schedule_update(&W[1], W[3], W[9], W[14]);
lib/libc/hash/sha1.c
322
sha1_msg_schedule_update(&W[2], W[4], W[10], W[15]);
lib/libc/hash/sha1.c
323
sha1_msg_schedule_update(&W[3], W[5], W[11], W[0]);
lib/libc/hash/sha1.c
324
sha1_msg_schedule_update(&W[4], W[6], W[12], W[1]);
lib/libc/hash/sha1.c
325
sha1_msg_schedule_update(&W[5], W[7], W[13], W[2]);
lib/libc/hash/sha1.c
326
sha1_msg_schedule_update(&W[6], W[8], W[14], W[3]);
lib/libc/hash/sha1.c
327
sha1_msg_schedule_update(&W[7], W[9], W[15], W[4]);
lib/libc/hash/sha1.c
328
sha1_msg_schedule_update(&W[8], W[10], W[0], W[5]);
lib/libc/hash/sha1.c
329
sha1_msg_schedule_update(&W[9], W[11], W[1], W[6]);
lib/libc/hash/sha1.c
330
sha1_msg_schedule_update(&W[10], W[12], W[2], W[7]);
lib/libc/hash/sha1.c
331
sha1_msg_schedule_update(&W[11], W[13], W[3], W[8]);
lib/libc/hash/sha1.c
332
sha1_msg_schedule_update(&W[12], W[14], W[4], W[9]);
lib/libc/hash/sha1.c
333
sha1_msg_schedule_update(&W[13], W[15], W[5], W[10]);
lib/libc/hash/sha1.c
334
sha1_msg_schedule_update(&W[14], W[0], W[6], W[11]);
lib/libc/hash/sha1.c
335
sha1_msg_schedule_update(&W[15], W[1], W[7], W[12]);
lib/libc/hash/sha1.c
337
sha1_round4(&a, &b, &c, &d, &e, W[0]);
lib/libc/hash/sha1.c
338
sha1_round4(&a, &b, &c, &d, &e, W[1]);
lib/libc/hash/sha1.c
339
sha1_round4(&a, &b, &c, &d, &e, W[2]);
lib/libc/hash/sha1.c
340
sha1_round4(&a, &b, &c, &d, &e, W[3]);
lib/libc/hash/sha1.c
341
sha1_round4(&a, &b, &c, &d, &e, W[4]);
lib/libc/hash/sha1.c
342
sha1_round4(&a, &b, &c, &d, &e, W[5]);
lib/libc/hash/sha1.c
343
sha1_round4(&a, &b, &c, &d, &e, W[6]);
lib/libc/hash/sha1.c
344
sha1_round4(&a, &b, &c, &d, &e, W[7]);
lib/libc/hash/sha1.c
345
sha1_round4(&a, &b, &c, &d, &e, W[8]);
lib/libc/hash/sha1.c
346
sha1_round4(&a, &b, &c, &d, &e, W[9]);
lib/libc/hash/sha1.c
347
sha1_round4(&a, &b, &c, &d, &e, W[10]);
lib/libc/hash/sha1.c
348
sha1_round4(&a, &b, &c, &d, &e, W[11]);
lib/libc/hash/sha1.c
349
sha1_round4(&a, &b, &c, &d, &e, W[12]);
lib/libc/hash/sha1.c
350
sha1_round4(&a, &b, &c, &d, &e, W[13]);
lib/libc/hash/sha1.c
351
sha1_round4(&a, &b, &c, &d, &e, W[14]);
lib/libc/hash/sha1.c
352
sha1_round4(&a, &b, &c, &d, &e, W[15]);
lib/libc/hash/sha1.c
370
uint32_t W[16];
lib/libc/hash/sha1.c
382
W[i] = crypto_load_be32toh(&in[i * 4]);
lib/libc/hash/sha1.c
384
sha1_msg_schedule_update(&W[i % 16],
lib/libc/hash/sha1.c
385
W[(i + 2) % 16], W[(i + 8) % 16],
lib/libc/hash/sha1.c
386
W[(i + 13) % 16]);
lib/libc/hash/sha1.c
389
sha1_round1(&a, &b, &c, &d, &e, W[i % 16]);
lib/libc/hash/sha1.c
391
sha1_round2(&a, &b, &c, &d, &e, W[i % 16]);
lib/libc/hash/sha1.c
393
sha1_round3(&a, &b, &c, &d, &e, W[i % 16]);
lib/libc/hash/sha1.c
395
sha1_round4(&a, &b, &c, &d, &e, W[i % 16]);
lib/libc/hash/sha256.c
149
uint32_t W[16];
lib/libc/hash/sha256.c
165
W[0] = be32toh(in32[0]);
lib/libc/hash/sha256.c
166
W[1] = be32toh(in32[1]);
lib/libc/hash/sha256.c
167
W[2] = be32toh(in32[2]);
lib/libc/hash/sha256.c
168
W[3] = be32toh(in32[3]);
lib/libc/hash/sha256.c
169
W[4] = be32toh(in32[4]);
lib/libc/hash/sha256.c
170
W[5] = be32toh(in32[5]);
lib/libc/hash/sha256.c
171
W[6] = be32toh(in32[6]);
lib/libc/hash/sha256.c
172
W[7] = be32toh(in32[7]);
lib/libc/hash/sha256.c
173
W[8] = be32toh(in32[8]);
lib/libc/hash/sha256.c
174
W[9] = be32toh(in32[9]);
lib/libc/hash/sha256.c
175
W[10] = be32toh(in32[10]);
lib/libc/hash/sha256.c
176
W[11] = be32toh(in32[11]);
lib/libc/hash/sha256.c
177
W[12] = be32toh(in32[12]);
lib/libc/hash/sha256.c
178
W[13] = be32toh(in32[13]);
lib/libc/hash/sha256.c
179
W[14] = be32toh(in32[14]);
lib/libc/hash/sha256.c
180
W[15] = be32toh(in32[15]);
lib/libc/hash/sha256.c
183
W[0] = crypto_load_be32toh(&in[0 * 4]);
lib/libc/hash/sha256.c
184
W[1] = crypto_load_be32toh(&in[1 * 4]);
lib/libc/hash/sha256.c
185
W[2] = crypto_load_be32toh(&in[2 * 4]);
lib/libc/hash/sha256.c
186
W[3] = crypto_load_be32toh(&in[3 * 4]);
lib/libc/hash/sha256.c
187
W[4] = crypto_load_be32toh(&in[4 * 4]);
lib/libc/hash/sha256.c
188
W[5] = crypto_load_be32toh(&in[5 * 4]);
lib/libc/hash/sha256.c
189
W[6] = crypto_load_be32toh(&in[6 * 4]);
lib/libc/hash/sha256.c
190
W[7] = crypto_load_be32toh(&in[7 * 4]);
lib/libc/hash/sha256.c
191
W[8] = crypto_load_be32toh(&in[8 * 4]);
lib/libc/hash/sha256.c
192
W[9] = crypto_load_be32toh(&in[9 * 4]);
lib/libc/hash/sha256.c
193
W[10] = crypto_load_be32toh(&in[10 * 4]);
lib/libc/hash/sha256.c
194
W[11] = crypto_load_be32toh(&in[11 * 4]);
lib/libc/hash/sha256.c
195
W[12] = crypto_load_be32toh(&in[12 * 4]);
lib/libc/hash/sha256.c
196
W[13] = crypto_load_be32toh(&in[13 * 4]);
lib/libc/hash/sha256.c
197
W[14] = crypto_load_be32toh(&in[14 * 4]);
lib/libc/hash/sha256.c
198
W[15] = crypto_load_be32toh(&in[15 * 4]);
lib/libc/hash/sha256.c
202
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[0], W[0]);
lib/libc/hash/sha256.c
203
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[1], W[1]);
lib/libc/hash/sha256.c
204
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[2], W[2]);
lib/libc/hash/sha256.c
205
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[3], W[3]);
lib/libc/hash/sha256.c
206
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[4], W[4]);
lib/libc/hash/sha256.c
207
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[5], W[5]);
lib/libc/hash/sha256.c
208
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[6], W[6]);
lib/libc/hash/sha256.c
209
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[7], W[7]);
lib/libc/hash/sha256.c
210
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[8], W[8]);
lib/libc/hash/sha256.c
211
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[9], W[9]);
lib/libc/hash/sha256.c
212
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[10], W[10]);
lib/libc/hash/sha256.c
213
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[11], W[11]);
lib/libc/hash/sha256.c
214
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[12], W[12]);
lib/libc/hash/sha256.c
215
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[13], W[13]);
lib/libc/hash/sha256.c
216
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[14], W[14]);
lib/libc/hash/sha256.c
217
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[15], W[15]);
lib/libc/hash/sha256.c
220
sha256_msg_schedule_update(&W[0], W[1], W[9], W[14]);
lib/libc/hash/sha256.c
221
sha256_msg_schedule_update(&W[1], W[2], W[10], W[15]);
lib/libc/hash/sha256.c
222
sha256_msg_schedule_update(&W[2], W[3], W[11], W[0]);
lib/libc/hash/sha256.c
223
sha256_msg_schedule_update(&W[3], W[4], W[12], W[1]);
lib/libc/hash/sha256.c
224
sha256_msg_schedule_update(&W[4], W[5], W[13], W[2]);
lib/libc/hash/sha256.c
225
sha256_msg_schedule_update(&W[5], W[6], W[14], W[3]);
lib/libc/hash/sha256.c
226
sha256_msg_schedule_update(&W[6], W[7], W[15], W[4]);
lib/libc/hash/sha256.c
227
sha256_msg_schedule_update(&W[7], W[8], W[0], W[5]);
lib/libc/hash/sha256.c
228
sha256_msg_schedule_update(&W[8], W[9], W[1], W[6]);
lib/libc/hash/sha256.c
229
sha256_msg_schedule_update(&W[9], W[10], W[2], W[7]);
lib/libc/hash/sha256.c
230
sha256_msg_schedule_update(&W[10], W[11], W[3], W[8]);
lib/libc/hash/sha256.c
231
sha256_msg_schedule_update(&W[11], W[12], W[4], W[9]);
lib/libc/hash/sha256.c
232
sha256_msg_schedule_update(&W[12], W[13], W[5], W[10]);
lib/libc/hash/sha256.c
233
sha256_msg_schedule_update(&W[13], W[14], W[6], W[11]);
lib/libc/hash/sha256.c
234
sha256_msg_schedule_update(&W[14], W[15], W[7], W[12]);
lib/libc/hash/sha256.c
235
sha256_msg_schedule_update(&W[15], W[0], W[8], W[13]);
lib/libc/hash/sha256.c
237
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 0], W[0]);
lib/libc/hash/sha256.c
238
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 1], W[1]);
lib/libc/hash/sha256.c
239
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 2], W[2]);
lib/libc/hash/sha256.c
240
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 3], W[3]);
lib/libc/hash/sha256.c
241
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 4], W[4]);
lib/libc/hash/sha256.c
242
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 5], W[5]);
lib/libc/hash/sha256.c
243
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 6], W[6]);
lib/libc/hash/sha256.c
244
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 7], W[7]);
lib/libc/hash/sha256.c
245
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 8], W[8]);
lib/libc/hash/sha256.c
246
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 9], W[9]);
lib/libc/hash/sha256.c
247
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 10], W[10]);
lib/libc/hash/sha256.c
248
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 11], W[11]);
lib/libc/hash/sha256.c
249
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 12], W[12]);
lib/libc/hash/sha256.c
250
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 13], W[13]);
lib/libc/hash/sha256.c
251
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 14], W[14]);
lib/libc/hash/sha256.c
252
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 15], W[15]);
lib/libc/hash/sha256.c
274
uint32_t W[16];
lib/libc/hash/sha256.c
289
W[i] = crypto_load_be32toh(&in[i * 4]);
lib/libc/hash/sha256.c
291
sha256_msg_schedule_update(&W[i % 16], W[(i + 1) % 16],
lib/libc/hash/sha256.c
292
W[(i + 9) % 16], W[(i + 14) % 16]);
lib/libc/hash/sha256.c
294
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i], W[i % 16]);
lib/libc/hash/sha512.c
168
uint64_t W[16];
lib/libc/hash/sha512.c
184
W[0] = be64toh(in64[0]);
lib/libc/hash/sha512.c
185
W[1] = be64toh(in64[1]);
lib/libc/hash/sha512.c
186
W[2] = be64toh(in64[2]);
lib/libc/hash/sha512.c
187
W[3] = be64toh(in64[3]);
lib/libc/hash/sha512.c
188
W[4] = be64toh(in64[4]);
lib/libc/hash/sha512.c
189
W[5] = be64toh(in64[5]);
lib/libc/hash/sha512.c
190
W[6] = be64toh(in64[6]);
lib/libc/hash/sha512.c
191
W[7] = be64toh(in64[7]);
lib/libc/hash/sha512.c
192
W[8] = be64toh(in64[8]);
lib/libc/hash/sha512.c
193
W[9] = be64toh(in64[9]);
lib/libc/hash/sha512.c
194
W[10] = be64toh(in64[10]);
lib/libc/hash/sha512.c
195
W[11] = be64toh(in64[11]);
lib/libc/hash/sha512.c
196
W[12] = be64toh(in64[12]);
lib/libc/hash/sha512.c
197
W[13] = be64toh(in64[13]);
lib/libc/hash/sha512.c
198
W[14] = be64toh(in64[14]);
lib/libc/hash/sha512.c
199
W[15] = be64toh(in64[15]);
lib/libc/hash/sha512.c
202
W[0] = crypto_load_be64toh(&in[0 * 8]);
lib/libc/hash/sha512.c
203
W[1] = crypto_load_be64toh(&in[1 * 8]);
lib/libc/hash/sha512.c
204
W[2] = crypto_load_be64toh(&in[2 * 8]);
lib/libc/hash/sha512.c
205
W[3] = crypto_load_be64toh(&in[3 * 8]);
lib/libc/hash/sha512.c
206
W[4] = crypto_load_be64toh(&in[4 * 8]);
lib/libc/hash/sha512.c
207
W[5] = crypto_load_be64toh(&in[5 * 8]);
lib/libc/hash/sha512.c
208
W[6] = crypto_load_be64toh(&in[6 * 8]);
lib/libc/hash/sha512.c
209
W[7] = crypto_load_be64toh(&in[7 * 8]);
lib/libc/hash/sha512.c
210
W[8] = crypto_load_be64toh(&in[8 * 8]);
lib/libc/hash/sha512.c
211
W[9] = crypto_load_be64toh(&in[9 * 8]);
lib/libc/hash/sha512.c
212
W[10] = crypto_load_be64toh(&in[10 * 8]);
lib/libc/hash/sha512.c
213
W[11] = crypto_load_be64toh(&in[11 * 8]);
lib/libc/hash/sha512.c
214
W[12] = crypto_load_be64toh(&in[12 * 8]);
lib/libc/hash/sha512.c
215
W[13] = crypto_load_be64toh(&in[13 * 8]);
lib/libc/hash/sha512.c
216
W[14] = crypto_load_be64toh(&in[14 * 8]);
lib/libc/hash/sha512.c
217
W[15] = crypto_load_be64toh(&in[15 * 8]);
lib/libc/hash/sha512.c
221
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[0], W[0]);
lib/libc/hash/sha512.c
222
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[1], W[1]);
lib/libc/hash/sha512.c
223
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[2], W[2]);
lib/libc/hash/sha512.c
224
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[3], W[3]);
lib/libc/hash/sha512.c
225
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[4], W[4]);
lib/libc/hash/sha512.c
226
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[5], W[5]);
lib/libc/hash/sha512.c
227
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[6], W[6]);
lib/libc/hash/sha512.c
228
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[7], W[7]);
lib/libc/hash/sha512.c
229
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[8], W[8]);
lib/libc/hash/sha512.c
230
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[9], W[9]);
lib/libc/hash/sha512.c
231
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[10], W[10]);
lib/libc/hash/sha512.c
232
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[11], W[11]);
lib/libc/hash/sha512.c
233
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[12], W[12]);
lib/libc/hash/sha512.c
234
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[13], W[13]);
lib/libc/hash/sha512.c
235
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[14], W[14]);
lib/libc/hash/sha512.c
236
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[15], W[15]);
lib/libc/hash/sha512.c
239
sha512_msg_schedule_update(&W[0], W[1], W[9], W[14]);
lib/libc/hash/sha512.c
240
sha512_msg_schedule_update(&W[1], W[2], W[10], W[15]);
lib/libc/hash/sha512.c
241
sha512_msg_schedule_update(&W[2], W[3], W[11], W[0]);
lib/libc/hash/sha512.c
242
sha512_msg_schedule_update(&W[3], W[4], W[12], W[1]);
lib/libc/hash/sha512.c
243
sha512_msg_schedule_update(&W[4], W[5], W[13], W[2]);
lib/libc/hash/sha512.c
244
sha512_msg_schedule_update(&W[5], W[6], W[14], W[3]);
lib/libc/hash/sha512.c
245
sha512_msg_schedule_update(&W[6], W[7], W[15], W[4]);
lib/libc/hash/sha512.c
246
sha512_msg_schedule_update(&W[7], W[8], W[0], W[5]);
lib/libc/hash/sha512.c
247
sha512_msg_schedule_update(&W[8], W[9], W[1], W[6]);
lib/libc/hash/sha512.c
248
sha512_msg_schedule_update(&W[9], W[10], W[2], W[7]);
lib/libc/hash/sha512.c
249
sha512_msg_schedule_update(&W[10], W[11], W[3], W[8]);
lib/libc/hash/sha512.c
250
sha512_msg_schedule_update(&W[11], W[12], W[4], W[9]);
lib/libc/hash/sha512.c
251
sha512_msg_schedule_update(&W[12], W[13], W[5], W[10]);
lib/libc/hash/sha512.c
252
sha512_msg_schedule_update(&W[13], W[14], W[6], W[11]);
lib/libc/hash/sha512.c
253
sha512_msg_schedule_update(&W[14], W[15], W[7], W[12]);
lib/libc/hash/sha512.c
254
sha512_msg_schedule_update(&W[15], W[0], W[8], W[13]);
lib/libc/hash/sha512.c
256
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[i + 0], W[0]);
lib/libc/hash/sha512.c
257
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[i + 1], W[1]);
lib/libc/hash/sha512.c
258
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[i + 2], W[2]);
lib/libc/hash/sha512.c
259
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[i + 3], W[3]);
lib/libc/hash/sha512.c
260
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[i + 4], W[4]);
lib/libc/hash/sha512.c
261
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[i + 5], W[5]);
lib/libc/hash/sha512.c
262
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[i + 6], W[6]);
lib/libc/hash/sha512.c
263
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[i + 7], W[7]);
lib/libc/hash/sha512.c
264
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[i + 8], W[8]);
lib/libc/hash/sha512.c
265
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[i + 9], W[9]);
lib/libc/hash/sha512.c
266
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[i + 10], W[10]);
lib/libc/hash/sha512.c
267
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[i + 11], W[11]);
lib/libc/hash/sha512.c
268
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[i + 12], W[12]);
lib/libc/hash/sha512.c
269
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[i + 13], W[13]);
lib/libc/hash/sha512.c
270
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[i + 14], W[14]);
lib/libc/hash/sha512.c
271
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[i + 15], W[15]);
lib/libc/hash/sha512.c
293
uint64_t W[16];
lib/libc/hash/sha512.c
308
W[i] = crypto_load_be64toh(&in[i * 8]);
lib/libc/hash/sha512.c
310
sha512_msg_schedule_update(&W[i % 16], W[(i + 1) % 16],
lib/libc/hash/sha512.c
311
W[(i + 9) % 16], W[(i + 14) % 16]);
lib/libc/hash/sha512.c
313
sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[i], W[i % 16]);
lib/libcrypto/dsa/dsa_gen.c
111
BIGNUM *r0, *W, *X, *c, *test;
lib/libcrypto/dsa/dsa_gen.c
158
if ((W = BN_CTX_get(ctx)) == NULL)
lib/libcrypto/dsa/dsa_gen.c
242
BN_zero(W);
lib/libcrypto/dsa/dsa_gen.c
261
if (!BN_add(W, W, r0))
lib/libcrypto/dsa/dsa_gen.c
266
if (!BN_mask_bits(W, bits - 1))
lib/libcrypto/dsa/dsa_gen.c
268
if (!bn_copy(X, W))
lib/libcrypto/sha/sha256.c
166
uint32_t W[16];
lib/libcrypto/sha/sha256.c
182
W[0] = be32toh(in32[0]);
lib/libcrypto/sha/sha256.c
183
W[1] = be32toh(in32[1]);
lib/libcrypto/sha/sha256.c
184
W[2] = be32toh(in32[2]);
lib/libcrypto/sha/sha256.c
185
W[3] = be32toh(in32[3]);
lib/libcrypto/sha/sha256.c
186
W[4] = be32toh(in32[4]);
lib/libcrypto/sha/sha256.c
187
W[5] = be32toh(in32[5]);
lib/libcrypto/sha/sha256.c
188
W[6] = be32toh(in32[6]);
lib/libcrypto/sha/sha256.c
189
W[7] = be32toh(in32[7]);
lib/libcrypto/sha/sha256.c
190
W[8] = be32toh(in32[8]);
lib/libcrypto/sha/sha256.c
191
W[9] = be32toh(in32[9]);
lib/libcrypto/sha/sha256.c
192
W[10] = be32toh(in32[10]);
lib/libcrypto/sha/sha256.c
193
W[11] = be32toh(in32[11]);
lib/libcrypto/sha/sha256.c
194
W[12] = be32toh(in32[12]);
lib/libcrypto/sha/sha256.c
195
W[13] = be32toh(in32[13]);
lib/libcrypto/sha/sha256.c
196
W[14] = be32toh(in32[14]);
lib/libcrypto/sha/sha256.c
197
W[15] = be32toh(in32[15]);
lib/libcrypto/sha/sha256.c
200
W[0] = crypto_load_be32toh(&in[0 * 4]);
lib/libcrypto/sha/sha256.c
201
W[1] = crypto_load_be32toh(&in[1 * 4]);
lib/libcrypto/sha/sha256.c
202
W[2] = crypto_load_be32toh(&in[2 * 4]);
lib/libcrypto/sha/sha256.c
203
W[3] = crypto_load_be32toh(&in[3 * 4]);
lib/libcrypto/sha/sha256.c
204
W[4] = crypto_load_be32toh(&in[4 * 4]);
lib/libcrypto/sha/sha256.c
205
W[5] = crypto_load_be32toh(&in[5 * 4]);
lib/libcrypto/sha/sha256.c
206
W[6] = crypto_load_be32toh(&in[6 * 4]);
lib/libcrypto/sha/sha256.c
207
W[7] = crypto_load_be32toh(&in[7 * 4]);
lib/libcrypto/sha/sha256.c
208
W[8] = crypto_load_be32toh(&in[8 * 4]);
lib/libcrypto/sha/sha256.c
209
W[9] = crypto_load_be32toh(&in[9 * 4]);
lib/libcrypto/sha/sha256.c
210
W[10] = crypto_load_be32toh(&in[10 * 4]);
lib/libcrypto/sha/sha256.c
211
W[11] = crypto_load_be32toh(&in[11 * 4]);
lib/libcrypto/sha/sha256.c
212
W[12] = crypto_load_be32toh(&in[12 * 4]);
lib/libcrypto/sha/sha256.c
213
W[13] = crypto_load_be32toh(&in[13 * 4]);
lib/libcrypto/sha/sha256.c
214
W[14] = crypto_load_be32toh(&in[14 * 4]);
lib/libcrypto/sha/sha256.c
215
W[15] = crypto_load_be32toh(&in[15 * 4]);
lib/libcrypto/sha/sha256.c
219
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[0], W[0]);
lib/libcrypto/sha/sha256.c
220
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[1], W[1]);
lib/libcrypto/sha/sha256.c
221
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[2], W[2]);
lib/libcrypto/sha/sha256.c
222
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[3], W[3]);
lib/libcrypto/sha/sha256.c
223
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[4], W[4]);
lib/libcrypto/sha/sha256.c
224
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[5], W[5]);
lib/libcrypto/sha/sha256.c
225
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[6], W[6]);
lib/libcrypto/sha/sha256.c
226
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[7], W[7]);
lib/libcrypto/sha/sha256.c
227
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[8], W[8]);
lib/libcrypto/sha/sha256.c
228
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[9], W[9]);
lib/libcrypto/sha/sha256.c
229
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[10], W[10]);
lib/libcrypto/sha/sha256.c
230
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[11], W[11]);
lib/libcrypto/sha/sha256.c
231
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[12], W[12]);
lib/libcrypto/sha/sha256.c
232
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[13], W[13]);
lib/libcrypto/sha/sha256.c
233
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[14], W[14]);
lib/libcrypto/sha/sha256.c
234
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[15], W[15]);
lib/libcrypto/sha/sha256.c
237
sha256_msg_schedule_update(&W[0], W[1], W[9], W[14]);
lib/libcrypto/sha/sha256.c
238
sha256_msg_schedule_update(&W[1], W[2], W[10], W[15]);
lib/libcrypto/sha/sha256.c
239
sha256_msg_schedule_update(&W[2], W[3], W[11], W[0]);
lib/libcrypto/sha/sha256.c
240
sha256_msg_schedule_update(&W[3], W[4], W[12], W[1]);
lib/libcrypto/sha/sha256.c
241
sha256_msg_schedule_update(&W[4], W[5], W[13], W[2]);
lib/libcrypto/sha/sha256.c
242
sha256_msg_schedule_update(&W[5], W[6], W[14], W[3]);
lib/libcrypto/sha/sha256.c
243
sha256_msg_schedule_update(&W[6], W[7], W[15], W[4]);
lib/libcrypto/sha/sha256.c
244
sha256_msg_schedule_update(&W[7], W[8], W[0], W[5]);
lib/libcrypto/sha/sha256.c
245
sha256_msg_schedule_update(&W[8], W[9], W[1], W[6]);
lib/libcrypto/sha/sha256.c
246
sha256_msg_schedule_update(&W[9], W[10], W[2], W[7]);
lib/libcrypto/sha/sha256.c
247
sha256_msg_schedule_update(&W[10], W[11], W[3], W[8]);
lib/libcrypto/sha/sha256.c
248
sha256_msg_schedule_update(&W[11], W[12], W[4], W[9]);
lib/libcrypto/sha/sha256.c
249
sha256_msg_schedule_update(&W[12], W[13], W[5], W[10]);
lib/libcrypto/sha/sha256.c
250
sha256_msg_schedule_update(&W[13], W[14], W[6], W[11]);
lib/libcrypto/sha/sha256.c
251
sha256_msg_schedule_update(&W[14], W[15], W[7], W[12]);
lib/libcrypto/sha/sha256.c
252
sha256_msg_schedule_update(&W[15], W[0], W[8], W[13]);
lib/libcrypto/sha/sha256.c
254
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 0], W[0]);
lib/libcrypto/sha/sha256.c
255
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 1], W[1]);
lib/libcrypto/sha/sha256.c
256
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 2], W[2]);
lib/libcrypto/sha/sha256.c
257
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 3], W[3]);
lib/libcrypto/sha/sha256.c
258
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 4], W[4]);
lib/libcrypto/sha/sha256.c
259
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 5], W[5]);
lib/libcrypto/sha/sha256.c
260
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 6], W[6]);
lib/libcrypto/sha/sha256.c
261
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 7], W[7]);
lib/libcrypto/sha/sha256.c
262
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 8], W[8]);
lib/libcrypto/sha/sha256.c
263
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 9], W[9]);
lib/libcrypto/sha/sha256.c
264
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 10], W[10]);
lib/libcrypto/sha/sha256.c
265
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 11], W[11]);
lib/libcrypto/sha/sha256.c
266
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 12], W[12]);
lib/libcrypto/sha/sha256.c
267
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 13], W[13]);
lib/libcrypto/sha/sha256.c
268
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 14], W[14]);
lib/libcrypto/sha/sha256.c
269
sha256_round(&a, &b, &c, &d, &e, &f, &g, &h, K256[i + 15], W[15]);
lib/libedit/history.c
79
#define TYPE(type) type ## W
lib/libedit/tokenizer.c
69
#define TYPE(type) type ## W
lib/libm/src/ld80/e_powl.c
179
#define F W
lib/libm/src/ld80/e_powl.c
182
#define G W
lib/libm/src/ld80/e_powl.c
185
#define H W
lib/libm/src/ld80/e_powl.c
193
static long double w, W, Wa, Wb, ya, yb, u;
lib/libz/crc32.c
108
defined(W) && W == 8
lib/libz/crc32.c
112
#if defined(W) && (!defined(ARMCRC32) || defined(DYNAMIC_CRC_TABLE))
lib/libz/crc32.c
120
# if W == 8
lib/libz/crc32.c
201
#ifdef W
lib/libz/crc32.c
203
local z_crc_t FAR crc_braid_table[W][256];
lib/libz/crc32.c
204
local z_word_t FAR crc_braid_big_table[W][256];
lib/libz/crc32.c
251
#ifdef W
lib/libz/crc32.c
262
#ifdef W
lib/libz/crc32.c
264
braid(crc_braid_table, crc_braid_big_table, N, W);
lib/libz/crc32.c
275
#if !defined(W) || W != 8
lib/libz/crc32.c
454
#ifdef W
lib/libz/crc32.c
599
#ifdef W
lib/libz/crc32.c
608
for (k = 0; k < W; k++)
lib/libz/crc32.c
615
for (k = 0; k < W; k++)
lib/libz/crc32.c
617
crc_big_table[(data >> ((W - 1) << 3)) & 0xff];
lib/libz/crc32.c
635
#ifdef W
lib/libz/crc32.c
638
if (len >= N * W + W - 1) {
lib/libz/crc32.c
645
while (len && ((z_size_t)buf & (W - 1)) != 0) {
lib/libz/crc32.c
651
blks = len / (N * W);
lib/libz/crc32.c
652
len -= blks * N * W;
lib/libz/crc32.c
746
for (k = 1; k < W; k++) {
lib/libz/crc32.c
868
for (k = 1; k < W; k++) {
lib/libz/crc32.c
94
#ifdef W
lib/libz/crc32.c
95
# if W == 8 && defined(Z_U8)
lib/libz/crc32.h
1749
#if W == 8
lib/libz/crc32.h
211
#if W == 8
lib/libz/crc32.h
3287
#if W == 8
lib/libz/crc32.h
4825
#if W == 8
lib/libz/crc32.h
59
#ifdef W
lib/libz/crc32.h
61
#if W == 8
lib/libz/crc32.h
6363
#if W == 8
lib/libz/crc32.h
7901
#if W == 8
sys/arch/luna88k/dev/omrasops.c
480
*W(p) = ALL1BITS;
sys/arch/luna88k/dev/omrasops.c
492
*W(p) = ALL1BITS;
sys/arch/luna88k/dev/omrasops.c
498
*W(p) = ALL1BITS;
sys/dev/pci/drm/i915/gt/intel_reset.h
76
#define intel_wedge_on_timeout(W, GT, TIMEOUT) \
sys/dev/pci/drm/i915/gt/intel_reset.h
77
for (__intel_init_wedge((W), (GT), (TIMEOUT), __func__); \
sys/dev/pci/drm/i915/gt/intel_reset.h
78
(W)->gt; \
sys/dev/pci/drm/i915/gt/intel_reset.h
79
__intel_fini_wedge((W)))
sys/dev/pci/drm/i915/i915_cmd_parser.c
228
CMD( MI_LOAD_REGISTER_IMM(1), SMI, !F, 0xFF, W,
sys/dev/pci/drm/i915/i915_cmd_parser.c
230
CMD( MI_STORE_REGISTER_MEM, SMI, F, 3, W | B,
sys/dev/pci/drm/i915/i915_cmd_parser.c
237
CMD( MI_LOAD_REGISTER_MEM, SMI, F, 3, W | B,
sys/dev/pci/drm/i915/i915_cmd_parser.c
321
CMD( MI_LOAD_REGISTER_REG, SMI, !F, 0xFF, W,
sys/dev/pci/drm/i915/i915_cmd_parser.c
485
CMD( MI_LOAD_REGISTER_IMM(1), SMI, !F, 0xFF, W,
sys/dev/pci/drm/i915/i915_cmd_parser.c
488
CMD( MI_STORE_REGISTER_MEM_GEN8, SMI, F, 4, W,
sys/dev/pci/drm/i915/i915_cmd_parser.c
491
CMD( MI_LOAD_REGISTER_MEM_GEN8, SMI, F, 4, W,
sys/dev/pci/drm/i915/i915_cmd_parser.c
493
CMD( MI_LOAD_REGISTER_REG, SMI, !F, 0xFF, W,
sys/lib/libz/crc32.c
108
defined(W) && W == 8
sys/lib/libz/crc32.c
112
#if defined(W) && (!defined(ARMCRC32) || defined(DYNAMIC_CRC_TABLE))
sys/lib/libz/crc32.c
120
# if W == 8
sys/lib/libz/crc32.c
201
#ifdef W
sys/lib/libz/crc32.c
203
local z_crc_t FAR crc_braid_table[W][256];
sys/lib/libz/crc32.c
204
local z_word_t FAR crc_braid_big_table[W][256];
sys/lib/libz/crc32.c
251
#ifdef W
sys/lib/libz/crc32.c
262
#ifdef W
sys/lib/libz/crc32.c
264
braid(crc_braid_table, crc_braid_big_table, N, W);
sys/lib/libz/crc32.c
275
#if !defined(W) || W != 8
sys/lib/libz/crc32.c
454
#ifdef W
sys/lib/libz/crc32.c
599
#ifdef W
sys/lib/libz/crc32.c
608
for (k = 0; k < W; k++)
sys/lib/libz/crc32.c
615
for (k = 0; k < W; k++)
sys/lib/libz/crc32.c
617
crc_big_table[(data >> ((W - 1) << 3)) & 0xff];
sys/lib/libz/crc32.c
635
#ifdef W
sys/lib/libz/crc32.c
638
if (len >= N * W + W - 1) {
sys/lib/libz/crc32.c
645
while (len && ((z_size_t)buf & (W - 1)) != 0) {
sys/lib/libz/crc32.c
651
blks = len / (N * W);
sys/lib/libz/crc32.c
652
len -= blks * N * W;
sys/lib/libz/crc32.c
746
for (k = 1; k < W; k++) {
sys/lib/libz/crc32.c
868
for (k = 1; k < W; k++) {
sys/lib/libz/crc32.c
94
#ifdef W
sys/lib/libz/crc32.c
95
# if W == 8 && defined(Z_U8)
sys/lib/libz/crc32.h
1749
#if W == 8
sys/lib/libz/crc32.h
211
#if W == 8
sys/lib/libz/crc32.h
3287
#if W == 8
sys/lib/libz/crc32.h
4825
#if W == 8
sys/lib/libz/crc32.h
59
#ifdef W
sys/lib/libz/crc32.h
61
#if W == 8
sys/lib/libz/crc32.h
6363
#if W == 8
sys/lib/libz/crc32.h
7901
#if W == 8
sys/sys/mount.h
539
#define VFS_SYNC(MP, W, S, C, P) (*(MP)->mnt_op->vfs_sync)(MP, W, S, C, P)
usr.bin/mail/cmdtab.c
102
{ "hold", { preserve }, W|MSGLIST, 0, MMNDEL },
usr.bin/mail/cmdtab.c
54
{ "touch", { stouch }, W|MSGLIST, 0, MMNDEL },
usr.bin/mail/cmdtab.c
55
{ "preserve", { preserve }, W|MSGLIST, 0, MMNDEL },
usr.bin/mail/cmdtab.c
56
{ "delete", { deletecmd }, W|P|MSGLIST, 0, MMNDEL },
usr.bin/mail/cmdtab.c
57
{ "dp", { deltype }, W|MSGLIST, 0, MMNDEL },
usr.bin/mail/cmdtab.c
58
{ "dt", { deltype }, W|MSGLIST, 0, MMNDEL },
usr.bin/mail/cmdtab.c
62
{ "mbox", { mboxit }, W|MSGLIST, 0, 0 },
usr.bin/mail/lex.c
356
if (readonly && com->c_argtype & W) {
usr.bin/mail/lex.c
365
switch (com->c_argtype & ~(F|P|I|M|T|W|R)) {
usr.bin/mail/list.c
202
if ((com->c_argtype & ~(F|P|I|M|T|W|R))
usr.sbin/nsd/simdzone/src/diagnostic.h
33
diagnostic_ignored(GCC diagnostic ignored paste(-W,warning))
usr.sbin/nsd/simdzone/src/diagnostic.h
36
diagnostic_ignored(GCC diagnostic ignored paste(-W,warning))
usr.sbin/pppd/pppstats/pppstats.c
147
#define CRATE(x) RATIO(W(x.comp_bytes), W(x.inc_bytes), W(x.unc_bytes))
usr.sbin/pppd/pppstats/pppstats.c
214
KBPS(W(d.comp_bytes)), W(d.comp_packets),
usr.sbin/pppd/pppstats/pppstats.c
215
KBPS(W(d.inc_bytes)), W(d.inc_packets),
usr.sbin/pppd/pppstats/pppstats.c
219
KBPS(W(c.comp_bytes)), W(c.comp_packets),
usr.sbin/pppd/pppstats/pppstats.c
220
KBPS(W(c.inc_bytes)), W(c.inc_packets),
usr.sbin/pppd/pppstats/pppstats.c
224
W(d.comp_bytes), W(d.comp_packets),
usr.sbin/pppd/pppstats/pppstats.c
225
W(d.inc_bytes), W(d.inc_packets),
usr.sbin/pppd/pppstats/pppstats.c
229
W(c.comp_bytes), W(c.comp_packets),
usr.sbin/pppd/pppstats/pppstats.c
230
W(c.inc_bytes), W(c.inc_packets),
usr.sbin/pppd/pppstats/pppstats.c
252
printf("%6.2f", KBPS(W(d.unc_bytes)));
usr.sbin/pppd/pppstats/pppstats.c
254
printf("%6u", W(d.unc_bytes));
usr.sbin/pppd/pppstats/pppstats.c
273
printf("%6.2f", KBPS(W(c.unc_bytes)));
usr.sbin/pppd/pppstats/pppstats.c
275
printf("%6u", W(c.unc_bytes));