Searched refs:nl2c (Results 1 - 4 of 4) sorted by path

/freebsd-9.3-release/lib/libmd/
H A Drmd_locl.h101 #undef nl2c macro
102 #define nl2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro
H A Dsha0c.c103 #define M_nl2c nl2c
443 l=c->h0; nl2c(l,cp);
444 l=c->h1; nl2c(l,cp);
445 l=c->h2; nl2c(l,cp);
446 l=c->h3; nl2c(l,cp);
447 l=c->h4; nl2c(l,cp);
H A Dsha1c.c129 # define M_nl2c nl2c
479 l=c->h0; nl2c(l,cp);
480 l=c->h1; nl2c(l,cp);
481 l=c->h2; nl2c(l,cp);
482 l=c->h3; nl2c(l,cp);
483 l=c->h4; nl2c(l,cp);
H A Dsha_locl.h114 #undef nl2c macro
115 #define nl2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro

Completed in 87 milliseconds