|
PandA-2024.02
|
Go to the documentation of this file. 85 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ 86 l|=((unsigned long)(*((c)++)))<<16L, \ 87 l|=((unsigned long)(*((c)++)))<< 8L, \ 88 l|=((unsigned long)(*((c)++)))) 91 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ 92 *((c)++)=(unsigned char)(((l)>>16L)&0xff), \ 93 *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \ 94 *((c)++)=(unsigned char)(((l) )&0xff)) 99 #define BF_ENC(LL,R,S,P) \ 101 LL^=((( S[ (R>>24L) ] + \ 102 S[0x0100+((R>>16L)&0xff)])^ \ 103 S[0x0200+((R>> 8L)&0xff)])+ \ 104 S[0x0300+((R )&0xff)])&0xffffffff;
Generated on Mon Feb 12 2024 13:02:48 for PandA-2024.02 by 1.8.13