Lines Matching defs:l
538 #define REVERSE_FETCH32(a,l) ( \ argument
544 #define REVERSE_FETCH32(a,l) ( \ argument
586 # define HOST_FETCH32(p,l) LE_FETCH32(p) argument
588 # define HOST_FETCH32(p,l) REVERSE_FETCH32(p,l) argument
600 # define HOST_FETCH32(p,l) BE_FETCH32(p) argument
602 # define HOST_FETCH32(p,l) REVERSE_FETCH32(p,l) argument
616 #define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++)))<<24), \ argument
621 #define HOST_p_c2l(c,l,n) { \ argument
628 #define HOST_p_c2l_p(c,l,sc,len) { \ argument
637 #define HOST_c2l_p(c,l,n) { \ argument
644 #define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ argument
652 #define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++))) ), \ argument
657 #define HOST_p_c2l(c,l,n) { \ argument
664 #define HOST_p_c2l_p(c,l,sc,len) { \ argument
673 #define HOST_c2l_p(c,l,n) { \ argument
680 #define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ argument
696 register unsigned long l; in HASH_UPDATE() local
832 register unsigned long l; in HASH_FINAL() local
1075 register unsigned MD32_REG_T A,B,C,D,l; in md5_block_data_order() local