HomeSort by relevance Sort by last modified time
    Searched refs:rnum (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/des/
enc_read.c 104 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)
enc_writ.c 91 long rnum;
137 rnum=8;
142 rnum=((len+7)/8*8); /* round up to nearest eight */
153 outnum=rnum+HDRSIZE;
  /external/chromium/third_party/icu/source/tools/tzcode/
zic.c 142 const char * rname, int rnum);
447 eats(name, num, rname, rnum)
451 const int rnum;
456 rlinenum = rnum;
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 142 const char * rname, int rnum);
447 eats(name, num, rname, rnum)
451 const int rnum;
456 rlinenum = rnum;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 1354 int rnum[MAX_HEIGHT]; \/* substitute right for left in comment above *\/ member in struct:tree_balance
    [all...]

Completed in 708 milliseconds