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

  /external/boringssl/src/include/openssl/
md4.h 92 uint32_t Nl, Nh;
md5.h 97 uint32_t Nl, Nh;
sha.h 117 uint32_t Nl, Nh;
178 uint32_t Nl, Nh;
243 uint64_t Nl, Nh;
  /external/opencv3/3rdparty/jinja2/
_stringdefs.py     [all...]
  /external/mdnsresponder/mDNSCore/
DNSDigest.c 192 mDNSu32 Nl,Nh;
313 * HASH_LONG Nl,Nh;
662 l=(c->Nl+(len<<3))&0xffffffffL;
665 if (l < c->Nl) /* overflow */
668 c->Nl=l;
822 if (i>(HASH_LBLOCK-2)) /* save room for Nl and Nh */
833 p[HASH_LBLOCK-1]=c->Nl;
835 p[HASH_LBLOCK-2]=c->Nl;
933 c->Nl=0;
    [all...]

Completed in 128 milliseconds