Lines Matching refs:in
9 * to deal in the Software without restriction, including without limitation
15 * paragraph) shall be included in all copies or substantial portions of the
346 const ubyte*in = (const ubyte*)_in;
351 (out+j)[0] = (ushort)in[i];
352 (out+j)[1] = (ushort)in[i+1];
353 (out+j+2)[0] = (ushort)in[i+1];
354 (out+j+2)[1] = (ushort)in[i+2];
355 (out+j+4)[0] = (ushort)in[i+2];
356 (out+j+4)[1] = (ushort)in[i];
367 const ubyte*in = (const ubyte*)_in;
372 (out+j)[0] = (ushort)in[i];
373 (out+j)[1] = (ushort)in[i+1/*+(i&1)*/];
374 (out+j+2)[0] = (ushort)in[i+1/*+(i&1)*/];
375 (out+j+2)[1] = (ushort)in[i+2/*-(i&1)*/];
376 (out+j+4)[0] = (ushort)in[i+2/*-(i&1)*/];
377 (out+j+4)[1] = (ushort)in[i];
388 const ubyte*in = (const ubyte*)_in;
393 (out+j)[0] = (ushort)in[0];
394 (out+j)[1] = (ushort)in[i+1];
395 (out+j+2)[0] = (ushort)in[i+1];
396 (out+j+2)[1] = (ushort)in[i+2];
397 (out+j+4)[0] = (ushort)in[i+2];
398 (out+j+4)[1] = (ushort)in[0];
409 const ubyte*in = (const ubyte*)_in;
414 (out+j)[0] = (ushort)in[i+0];
415 (out+j)[1] = (ushort)in[i+1];
416 (out+j+2)[0] = (ushort)in[i+1];
417 (out+j+2)[1] = (ushort)in[i+2];
418 (out+j+4)[0] = (ushort)in[i+2];
419 (out+j+4)[1] = (ushort)in[i+3];
420 (out+j+6)[0] = (ushort)in[i+3];
421 (out+j+6)[1] = (ushort)in[i+0];
432 const ubyte*in = (const ubyte*)_in;
437 (out+j)[0] = (ushort)in[i+2];
438 (out+j)[1] = (ushort)in[i+0];
439 (out+j+2)[0] = (ushort)in[i+0];
440 (out+j+2)[1] = (ushort)in[i+1];
441 (out+j+4)[0] = (ushort)in[i+1];
442 (out+j+4)[1] = (ushort)in[i+3];
443 (out+j+6)[0] = (ushort)in[i+3];
444 (out+j+6)[1] = (ushort)in[i+2];
455 const ubyte*in = (const ubyte*)_in;
460 (out+j)[0] = (ushort)in[i];
461 (out+j)[1] = (ushort)in[(i+1)%(out_nr/2)];
472 const ubyte*in = (const ubyte*)_in;
477 (out+j)[0] = (ushort)in[i];
478 (out+j)[1] = (ushort)in[i+2];
479 (out+j+2)[0] = (ushort)in[i+2];
480 (out+j+2)[1] = (ushort)in[i+4];
481 (out+j+4)[0] = (ushort)in[i+4];
482 (out+j+4)[1] = (ushort)in[i];
493 const ubyte*in = (const ubyte*)_in;
498 (out+j)[0] = (ushort)in[i];
499 (out+j)[1] = (ushort)in[i+2];
500 (out+j+2)[0] = (ushort)in[i+2];
501 (out+j+2)[1] = (ushort)in[i+4];
502 (out+j+4)[0] = (ushort)in[i+4];
503 (out+j+4)[1] = (ushort)in[i];
514 const ubyte*in = (const ubyte*)_in;
519 (out+j)[0] = (uint)in[i];
520 (out+j)[1] = (uint)in[i+1];
521 (out+j+2)[0] = (uint)in[i+1];
522 (out+j+2)[1] = (uint)in[i+2];
523 (out+j+4)[0] = (uint)in[i+2];
524 (out+j+4)[1] = (uint)in[i];
535 const ubyte*in = (const ubyte*)_in;
540 (out+j)[0] = (uint)in[i];
541 (out+j)[1] = (uint)in[i+1/*+(i&1)*/];
542 (out+j+2)[0] = (uint)in[i+1/*+(i&1)*/];
543 (out+j+2)[1] = (uint)in[i+2/*-(i&1)*/];
544 (out+j+4)[0] = (uint)in[i+2/*-(i&1)*/];
545 (out+j+4)[1] = (uint)in[i];
556 const ubyte*in = (const ubyte*)_in;
561 (out+j)[0] = (uint)in[0];
562 (out+j)[1] = (uint)in[i+1];
563 (out+j+2)[0] = (uint)in[i+1];
564 (out+j+2)[1] = (uint)in[i+2];
565 (out+j+4)[0] = (uint)in[i+2];
566 (out+j+4)[1] = (uint)in[0];
577 const ubyte*in = (const ubyte*)_in;
582 (out+j)[0] = (uint)in[i+0];
583 (out+j)[1] = (uint)in[i+1];
584 (out+j+2)[0] = (uint)in[i+1];
585 (out+j+2)[1] = (uint)in[i+2];
586 (out+j+4)[0] = (uint)in[i+2];
587 (out+j+4)[1] = (uint)in[i+3];
588 (out+j+6)[0] = (uint)in[i+3];
589 (out+j+6)[1] = (uint)in[i+0];
600 const ubyte*in = (const ubyte*)_in;
605 (out+j)[0] = (uint)in[i+2];
606 (out+j)[1] = (uint)in[i+0];
607 (out+j+2)[0] = (uint)in[i+0];
608 (out+j+2)[1] = (uint)in[i+1];
609 (out+j+4)[0] = (uint)in[i+1];
610 (out+j+4)[1] = (uint)in[i+3];
611 (out+j+6)[0] = (uint)in[i+3];
612 (out+j+6)[1] = (uint)in[i+2];
623 const ubyte*in = (const ubyte*)_in;
628 (out+j)[0] = (uint)in[i];
629 (out+j)[1] = (uint)in[(i+1)%(out_nr/2)];
640 const ubyte*in = (const ubyte*)_in;
645 (out+j)[0] = (uint)in[i];
646 (out+j)[1] = (uint)in[i+2];
647 (out+j+2)[0] = (uint)in[i+2];
648 (out+j+2)[1] = (uint)in[i+4];
649 (out+j+4)[0] = (uint)in[i+4];
650 (out+j+4)[1] = (uint)in[i];
661 const ubyte*in = (const ubyte*)_in;
666 (out+j)[0] = (uint)in[i];
667 (out+j)[1] = (uint)in[i+2];
668 (out+j+2)[0] = (uint)in[i+2];
669 (out+j+2)[1] = (uint)in[i+4];
670 (out+j+4)[0] = (uint)in[i+4];
671 (out+j+4)[1] = (uint)in[i];
682 const ushort*in = (const ushort*)_in;
687 (out+j)[0] = (ushort)in[i];
688 (out+j)[1] = (ushort)in[i+1];
689 (out+j+2)[0] = (ushort)in[i+1];
690 (out+j+2)[1] = (ushort)in[i+2];
691 (out+j+4)[0] = (ushort)in[i+2];
692 (out+j+4)[1] = (ushort)in[i];
703 const ushort*in = (const ushort*)_in;
708 (out+j)[0] = (ushort)in[i];
709 (out+j)[1] = (ushort)in[i+1/*+(i&1)*/];
710 (out+j+2)[0] = (ushort)in[i+1/*+(i&1)*/];
711 (out+j+2)[1] = (ushort)in[i+2/*-(i&1)*/];
712 (out+j+4)[0] = (ushort)in[i+2/*-(i&1)*/];
713 (out+j+4)[1] = (ushort)in[i];
724 const ushort*in = (const ushort*)_in;
729 (out+j)[0] = (ushort)in[0];
730 (out+j)[1] = (ushort)in[i+1];
731 (out+j+2)[0] = (ushort)in[i+1];
732 (out+j+2)[1] = (ushort)in[i+2];
733 (out+j+4)[0] = (ushort)in[i+2];
734 (out+j+4)[1] = (ushort)in[0];
745 const ushort*in = (const ushort*)_in;
750 (out+j)[0] = (ushort)in[i+0];
751 (out+j)[1] = (ushort)in[i+1];
752 (out+j+2)[0] = (ushort)in[i+1];
753 (out+j+2)[1] = (ushort)in[i+2];
754 (out+j+4)[0] = (ushort)in[i+2];
755 (out+j+4)[1] = (ushort)in[i+3];
756 (out+j+6)[0] = (ushort)in[i+3];
757 (out+j+6)[1] = (ushort)in[i+0];
768 const ushort*in = (const ushort*)_in;
773 (out+j)[0] = (ushort)in[i+2];
774 (out+j)[1] = (ushort)in[i+0];
775 (out+j+2)[0] = (ushort)in[i+0];
776 (out+j+2)[1] = (ushort)in[i+1];
777 (out+j+4)[0] = (ushort)in[i+1];
778 (out+j+4)[1] = (ushort)in[i+3];
779 (out+j+6)[0] = (ushort)in[i+3];
780 (out+j+6)[1] = (ushort)in[i+2];
791 const ushort*in = (const ushort*)_in;
796 (out+j)[0] = (ushort)in[i];
797 (out+j)[1] = (ushort)in[(i+1)%(out_nr/2)];
808 const ushort*in = (const ushort*)_in;
813 (out+j)[0] = (ushort)in[i];
814 (out+j)[1] = (ushort)in[i+2];
815 (out+j+2)[0] = (ushort)in[i+2];
816 (out+j+2)[1] = (ushort)in[i+4];
817 (out+j+4)[0] = (ushort)in[i+4];
818 (out+j+4)[1] = (ushort)in[i];
829 const ushort*in = (const ushort*)_in;
834 (out+j)[0] = (ushort)in[i];
835 (out+j)[1] = (ushort)in[i+2];
836 (out+j+2)[0] = (ushort)in[i+2];
837 (out+j+2)[1] = (ushort)in[i+4];
838 (out+j+4)[0] = (ushort)in[i+4];
839 (out+j+4)[1] = (ushort)in[i];
850 const ushort*in = (const ushort*)_in;
855 (out+j)[0] = (uint)in[i];
856 (out+j)[1] = (uint)in[i+1];
857 (out+j+2)[0] = (uint)in[i+1];
858 (out+j+2)[1] = (uint)in[i+2];
859 (out+j+4)[0] = (uint)in[i+2];
860 (out+j+4)[1] = (uint)in[i];
871 const ushort*in = (const ushort*)_in;
876 (out+j)[0] = (uint)in[i];
877 (out+j)[1] = (uint)in[i+1/*+(i&1)*/];
878 (out+j+2)[0] = (uint)in[i+1/*+(i&1)*/];
879 (out+j+2)[1] = (uint)in[i+2/*-(i&1)*/];
880 (out+j+4)[0] = (uint)in[i+2/*-(i&1)*/];
881 (out+j+4)[1] = (uint)in[i];
892 const ushort*in = (const ushort*)_in;
897 (out+j)[0] = (uint)in[0];
898 (out+j)[1] = (uint)in[i+1];
899 (out+j+2)[0] = (uint)in[i+1];
900 (out+j+2)[1] = (uint)in[i+2];
901 (out+j+4)[0] = (uint)in[i+2];
902 (out+j+4)[1] = (uint)in[0];
913 const ushort*in = (const ushort*)_in;
918 (out+j)[0] = (uint)in[i+0];
919 (out+j)[1] = (uint)in[i+1];
920 (out+j+2)[0] = (uint)in[i+1];
921 (out+j+2)[1] = (uint)in[i+2];
922 (out+j+4)[0] = (uint)in[i+2];
923 (out+j+4)[1] = (uint)in[i+3];
924 (out+j+6)[0] = (uint)in[i+3];
925 (out+j+6)[1] = (uint)in[i+0];
936 const ushort*in = (const ushort*)_in;
941 (out+j)[0] = (uint)in[i+2];
942 (out+j)[1] = (uint)in[i+0];
943 (out+j+2)[0] = (uint)in[i+0];
944 (out+j+2)[1] = (uint)in[i+1];
945 (out+j+4)[0] = (uint)in[i+1];
946 (out+j+4)[1] = (uint)in[i+3];
947 (out+j+6)[0] = (uint)in[i+3];
948 (out+j+6)[1] = (uint)in[i+2];
959 const ushort*in = (const ushort*)_in;
964 (out+j)[0] = (uint)in[i];
965 (out+j)[1] = (uint)in[(i+1)%(out_nr/2)];
976 const ushort*in = (const ushort*)_in;
981 (out+j)[0] = (uint)in[i];
982 (out+j)[1] = (uint)in[i+2];
983 (out+j+2)[0] = (uint)in[i+2];
984 (out+j+2)[1] = (uint)in[i+4];
985 (out+j+4)[0] = (uint)in[i+4];
986 (out+j+4)[1] = (uint)in[i];
997 const ushort*in = (const ushort*)_in;
1002 (out+j)[0] = (uint)in[i];
1003 (out+j)[1] = (uint)in[i+2];
1004 (out+j+2)[0] = (uint)in[i+2];
1005 (out+j+2)[1] = (uint)in[i+4];
1006 (out+j+4)[0] = (uint)in[i+4];
1007 (out+j+4)[1] = (uint)in[i];
1018 const uint*in = (const uint*)_in;
1023 (out+j)[0] = (ushort)in[i];
1024 (out+j)[1] = (ushort)in[i+1];
1025 (out+j+2)[0] = (ushort)in[i+1];
1026 (out+j+2)[1] = (ushort)in[i+2];
1027 (out+j+4)[0] = (ushort)in[i+2];
1028 (out+j+4)[1] = (ushort)in[i];
1039 const uint*in = (const uint*)_in;
1044 (out+j)[0] = (ushort)in[i];
1045 (out+j)[1] = (ushort)in[i+1/*+(i&1)*/];
1046 (out+j+2)[0] = (ushort)in[i+1/*+(i&1)*/];
1047 (out+j+2)[1] = (ushort)in[i+2/*-(i&1)*/];
1048 (out+j+4)[0] = (ushort)in[i+2/*-(i&1)*/];
1049 (out+j+4)[1] = (ushort)in[i];
1060 const uint*in = (const uint*)_in;
1065 (out+j)[0] = (ushort)in[0];
1066 (out+j)[1] = (ushort)in[i+1];
1067 (out+j+2)[0] = (ushort)in[i+1];
1068 (out+j+2)[1] = (ushort)in[i+2];
1069 (out+j+4)[0] = (ushort)in[i+2];
1070 (out+j+4)[1] = (ushort)in[0];
1081 const uint*in = (const uint*)_in;
1086 (out+j)[0] = (ushort)in[i+0];
1087 (out+j)[1] = (ushort)in[i+1];
1088 (out+j+2)[0] = (ushort)in[i+1];
1089 (out+j+2)[1] = (ushort)in[i+2];
1090 (out+j+4)[0] = (ushort)in[i+2];
1091 (out+j+4)[1] = (ushort)in[i+3];
1092 (out+j+6)[0] = (ushort)in[i+3];
1093 (out+j+6)[1] = (ushort)in[i+0];
1104 const uint*in = (const uint*)_in;
1109 (out+j)[0] = (ushort)in[i+2];
1110 (out+j)[1] = (ushort)in[i+0];
1111 (out+j+2)[0] = (ushort)in[i+0];
1112 (out+j+2)[1] = (ushort)in[i+1];
1113 (out+j+4)[0] = (ushort)in[i+1];
1114 (out+j+4)[1] = (ushort)in[i+3];
1115 (out+j+6)[0] = (ushort)in[i+3];
1116 (out+j+6)[1] = (ushort)in[i+2];
1127 const uint*in = (const uint*)_in;
1132 (out+j)[0] = (ushort)in[i];
1133 (out+j)[1] = (ushort)in[(i+1)%(out_nr/2)];
1144 const uint*in = (const uint*)_in;
1149 (out+j)[0] = (ushort)in[i];
1150 (out+j)[1] = (ushort)in[i+2];
1151 (out+j+2)[0] = (ushort)in[i+2];
1152 (out+j+2)[1] = (ushort)in[i+4];
1153 (out+j+4)[0] = (ushort)in[i+4];
1154 (out+j+4)[1] = (ushort)in[i];
1165 const uint*in = (const uint*)_in;
1170 (out+j)[0] = (ushort)in[i];
1171 (out+j)[1] = (ushort)in[i+2];
1172 (out+j+2)[0] = (ushort)in[i+2];
1173 (out+j+2)[1] = (ushort)in[i+4];
1174 (out+j+4)[0] = (ushort)in[i+4];
1175 (out+j+4)[1] = (ushort)in[i];
1186 const uint*in = (const uint*)_in;
1191 (out+j)[0] = (uint)in[i];
1192 (out+j)[1] = (uint)in[i+1];
1193 (out+j+2)[0] = (uint)in[i+1];
1194 (out+j+2)[1] = (uint)in[i+2];
1195 (out+j+4)[0] = (uint)in[i+2];
1196 (out+j+4)[1] = (uint)in[i];
1207 const uint*in = (const uint*)_in;
1212 (out+j)[0] = (uint)in[i];
1213 (out+j)[1] = (uint)in[i+1/*+(i&1)*/];
1214 (out+j+2)[0] = (uint)in[i+1/*+(i&1)*/];
1215 (out+j+2)[1] = (uint)in[i+2/*-(i&1)*/];
1216 (out+j+4)[0] = (uint)in[i+2/*-(i&1)*/];
1217 (out+j+4)[1] = (uint)in[i];
1228 const uint*in = (const uint*)_in;
1233 (out+j)[0] = (uint)in[0];
1234 (out+j)[1] = (uint)in[i+1];
1235 (out+j+2)[0] = (uint)in[i+1];
1236 (out+j+2)[1] = (uint)in[i+2];
1237 (out+j+4)[0] = (uint)in[i+2];
1238 (out+j+4)[1] = (uint)in[0];
1249 const uint*in = (const uint*)_in;
1254 (out+j)[0] = (uint)in[i+0];
1255 (out+j)[1] = (uint)in[i+1];
1256 (out+j+2)[0] = (uint)in[i+1];
1257 (out+j+2)[1] = (uint)in[i+2];
1258 (out+j+4)[0] = (uint)in[i+2];
1259 (out+j+4)[1] = (uint)in[i+3];
1260 (out+j+6)[0] = (uint)in[i+3];
1261 (out+j+6)[1] = (uint)in[i+0];
1272 const uint*in = (const uint*)_in;
1277 (out+j)[0] = (uint)in[i+2];
1278 (out+j)[1] = (uint)in[i+0];
1279 (out+j+2)[0] = (uint)in[i+0];
1280 (out+j+2)[1] = (uint)in[i+1];
1281 (out+j+4)[0] = (uint)in[i+1];
1282 (out+j+4)[1] = (uint)in[i+3];
1283 (out+j+6)[0] = (uint)in[i+3];
1284 (out+j+6)[1] = (uint)in[i+2];
1295 const uint*in = (const uint*)_in;
1300 (out+j)[0] = (uint)in[i];
1301 (out+j)[1] = (uint)in[(i+1)%(out_nr/2)];
1312 const uint*in = (const uint*)_in;
1317 (out+j)[0] = (uint)in[i];
1318 (out+j)[1] = (uint)in[i+2];
1319 (out+j+2)[0] = (uint)in[i+2];
1320 (out+j+2)[1] = (uint)in[i+4];
1321 (out+j+4)[0] = (uint)in[i+4];
1322 (out+j+4)[1] = (uint)in[i];
1333 const uint*in = (const uint*)_in;
1338 (out+j)[0] = (uint)in[i];
1339 (out+j)[1] = (uint)in[i+2];
1340 (out+j+2)[0] = (uint)in[i+2];
1341 (out+j+2)[1] = (uint)in[i+4];
1342 (out+j+4)[0] = (uint)in[i+4];
1343 (out+j+4)[1] = (uint)in[i];