Lines Matching full:ulong
10 typedef unsigned long long int ULong;
158 static ULong val[NVALS]
192 static ULong val[NVALS]
518 ULong btsq_mem ( UChar* base, int bitno )
520 ULong res;
526 : "r" ((ULong)bitno) : "rdx","cc","memory" );
532 ULong btsl_mem ( UChar* base, int bitno )
534 ULong res;
543 ULong btsw_mem ( UChar* base, int bitno )
545 ULong res;
551 : "r" ((ULong)bitno));
555 ULong btrq_mem ( UChar* base, int bitno )
557 ULong res;
563 : "r" ((ULong)bitno));
566 ULong btrl_mem ( UChar* base, int bitno )
568 ULong res;
577 ULong btrw_mem ( UChar* base, int bitno )
579 ULong res;
585 : "r" ((ULong)bitno));
589 ULong btcq_mem ( UChar* base, int bitno )
591 ULong res;
597 : "r" ((ULong)bitno));
600 ULong btcl_mem ( UChar* base, int bitno )
602 ULong res;
611 ULong btcw_mem ( UChar* base, int bitno )
613 ULong res;
619 : "r" ((ULong)bitno));
623 ULong btq_mem ( UChar* base, int bitno )
625 ULong res;
631 : "r" ((ULong)bitno)
635 ULong btl_mem ( UChar* base, int bitno )
637 ULong res;
647 ULong btw_mem ( UChar* base, int bitno )
649 ULong res;
655 : "r" ((ULong)bitno));
659 ULong rol1 ( ULong x )
666 ULong n, bitoff, op;
667 ULong c;
669 ULong carrydep, res;;
699 res = rol1(res) ^ (ULong)ch;
735 res = rol1(res) ^ (ULong)ch;
771 res = rol1(res) ^ (ULong)ch;
788 ULong mash_mem_Q ( ULong* origp )
790 ULong reconstructed, mashed;
827 ULong mash_mem_L ( UInt* origp )
829 ULong reconstructed; UInt mashed;
866 ULong mash_mem_W ( UShort* origp )
868 ULong reconstructed, mashed;
908 ULong i;
909 ULong* iiq = malloc(sizeof(ULong));