Home | History | Annotate | Download | only in tests

Lines Matching refs:words

182    UInt* words = calloc(200, sizeof(UInt));
183 TRASH_IREGS(r, words);
184 free(words);
208 UInt* words = calloc(200, sizeof(UInt));
209 words[1-1] = a1;
210 TRASH_IREGS(r, words);
211 free(words);
235 UInt* words = calloc(200, sizeof(UInt));
236 words[1-1] = a1;
237 words[2-1] = a2;
238 TRASH_IREGS(r, words);
239 free(words);
263 UInt* words = calloc(200, sizeof(UInt));
264 words[1-1] = a1;
265 words[2-1] = a2;
266 words[3-1] = a3;
267 TRASH_IREGS(r, words);
268 free(words);
292 UInt* words = calloc(200, sizeof(UInt));
293 words[1-1] = a1;
294 words[2-1] = a2;
295 words[3-1] = a3;
296 words[4-1] = a4;
297 TRASH_IREGS(r, words);
298 free(words);
322 UInt* words = calloc(200, sizeof(UInt));
323 words[1-1] = a1;
324 words[2-1] = a2;
325 words[3-1] = a3;
326 words[4-1] = a4;
327 words[5-1] = a5;
328 TRASH_IREGS(r, words);
329 free(words);
353 UInt* words = calloc(200, sizeof(UInt));
354 words[1-1] = a1;
355 words[2-1] = a2;
356 words[3-1] = a3;
357 words[4-1] = a4;
358 words[5-1] = a5;
359 words[6-1] = a6;
360 TRASH_IREGS(r, words);
361 free(words);
386 UInt* words = calloc(200, sizeof(UInt));
387 words[1-1] = a1;
388 words[2-1] = a2;
389 words[3-1] = a3;
390 words[4-1] = a4;
391 words[5-1] = a5;
392 words[6-1] = a6;
393 words[7-1] = a7;
394 TRASH_IREGS(r, words);
395 free(words);
422 UInt* words = calloc(200, sizeof(UInt));
423 words[1-1] = a1;
424 words[2-1] = a2;
425 words[3-1] = a3;
426 words[4-1] = a4;
427 words[5-1] = a5;
428 words[6-1] = a6;
429 words[7-1] = a7;
430 words[8-1] = a8;
431 TRASH_IREGS(r, words);
432 free(words);
459 UInt* words = calloc(200, sizeof(UInt));
460 words[1-1] = a1;
461 words[2-1] = a2;
462 words[3-1] = a3;
463 words[4-1] = a4;
464 words[5-1] = a5;
465 words[6-1] = a6;
466 words[7-1] = a7;
467 words[8-1] = a8;
468 words[9-1] = a9;
469 TRASH_IREGS(r, words);
470 free(words);
497 UInt* words = calloc(200, sizeof(UInt));
498 words[1-1] = a1;
499 words[2-1] = a2;
500 words[3-1] = a3;
501 words[4-1] = a4;
502 words[5-1] = a5;
503 words[6-1] = a6;
504 words[7-1] = a7;
505 words[8-1] = a8;
506 words[9-1] = a9;
507 words[10-1] = a10;
508 TRASH_IREGS(r, words);
509 free(words);
536 UInt* words = calloc(200, sizeof(UInt));
537 words[1-1] = a1;
538 words[2-1] = a2;
539 words[3-1] = a3;
540 words[4-1] = a4;
541 words[5-1] = a5;
542 words[6-1] = a6;
543 words[7-1] = a7;
544 words[8-1] = a8;
545 words[9-1] = a9;
546 words[10-1] = a10;
547 words[11-1] = a11;
548 TRASH_IREGS(r, words);
549 free(words);
576 UInt* words = calloc(200, sizeof(UInt));
577 words[1-1] = a1;
578 words[2-1] = a2;
579 words[3-1] = a3;
580 words[4-1] = a4;
581 words[5-1] = a5;
582 words[6-1] = a6;
583 words[7-1] = a7;
584 words[8-1] = a8;
585 words[9-1] = a9;
586 words[10-1] = a10;
587 words[11-1] = a11;
588 words[12-1] = a12;
589 TRASH_IREGS(r, words);
590 free(words);