Lines Matching defs:l
484 #define REVERSE_FETCH32(a,l) ( \ argument
490 #define REVERSE_FETCH32(a,l) ( \ argument
532 # define HOST_FETCH32(p,l) LE_FETCH32(p) argument
534 # define HOST_FETCH32(p,l) REVERSE_FETCH32(p,l) argument
546 # define HOST_FETCH32(p,l) BE_FETCH32(p) argument
548 # define HOST_FETCH32(p,l) REVERSE_FETCH32(p,l) argument
564 #define HOST_c2l(c,l) ((void)_HOST_c2l(c,l)) argument
565 #define HOST_l2c(l,c) ((void)_HOST_l2c(l,c)) argument
569 #define _HOST_c2l(c,l) (l =(((unsigned long)(*((c)++)))<<24), \ argument
574 #define HOST_p_c2l(c,l,n) { \ argument
581 #define HOST_p_c2l_p(c,l,sc,len) { \ argument
590 #define HOST_c2l_p(c,l,n) { \ argument
597 #define _HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ argument
605 #define _HOST_c2l(c,l) (l =(((unsigned long)(*((c)++))) ), \ argument
610 #define HOST_p_c2l(c,l,n) { \ argument
617 #define HOST_p_c2l_p(c,l,sc,len) { \ argument
626 #define HOST_c2l_p(c,l,n) { \ argument
633 #define _HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ argument
649 register unsigned long l; in HASH_UPDATE() local
785 register unsigned long l; in HASH_FINAL() local
1028 register unsigned MD32_REG_T A,B,C,D,l; in md5_block_data_order() local