HomeSort by: relevance | last modified time | path
    Searched defs:n2l3 (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/internal/
common.h 200 #define n2l3(c, l) ((l = (((unsigned long)((c)[0])) << 16) | (((unsigned long)((c)[1])) << 8) | (((unsigned long)((c)[2])))), (c) += 3) macro
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_local.h 126 # define n2l3(c,l) ((l =(((unsigned long)((c)[0]))<<16)| \ macro
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_local.h 125 # define n2l3(c,l) ((l =(((unsigned long)((c)[0]))<<16)| \ macro

Completed in 33 milliseconds