Searched refs:PUTSWAPPED (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/krb5/src/include/ |
| H A D | k5-platform.h | 517 # define PUTSWAPPED(SIZE,PTR,VAL) PUT(SIZE,PTR,SWAP##SIZE(VAL)) macro 568 PUTSWAPPED(16,p,val); in store_16_be() 581 PUTSWAPPED(32,p,val); in store_32_be() 596 PUTSWAPPED(64,p,val); in store_64_be() 653 PUTSWAPPED(16,p,val); in store_16_le() 666 PUTSWAPPED(32,p,val); in store_32_le() 681 PUTSWAPPED(64,p,val); in store_64_le()
|