Forming a 64bit integer from two 32

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

How can we form a  long long integer from two integers.

Say i have ,
                   int32 hi;
                   int32 low;
                  long long bignumber;
I need the big number with hi in the upper 32 and low in the lower 32
bits. Bit shifts didnt help me since shifts greater than 32 are not
passed on .

Thanks in advance,
Regards
Deepak

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ


[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux