Searched refs:rnum (Results 1 - 4 of 4) sorted by relevance

/external/openssl/crypto/des/
H A Denc_read.c104 long num=0,rnum;
174 rnum=(num < 8)?8:((num+7)/8*8);
177 while (net_num < rnum)
180 i=read(fd,(void *)&(net[net_num]),rnum-net_num);
182 i=_read(fd,(void *)&(net[net_num]),rnum-net_num);
208 /* >output is a multiple of 8 byes, if len < rnum
213 if (len < rnum)
H A Denc_writ.c91 long rnum;
137 rnum=8;
142 rnum=((len+7)/8*8); /* round up to nearest eight */
153 outnum=rnum+HDRSIZE;
/external/kernel-headers/original/linux/
H A Duhid.h80 __u8 rnum; member in struct:uhid_feature_req
/external/icu4c/tools/tzcode/
H A Dzic.c142 const char * rname, int rnum);
447 eats(name, num, rname, rnum)
451 const int rnum;
456 rlinenum = rnum;

Completed in 85 milliseconds