HomeSort by: relevance | last modified time | path
    Searched refs:lenlen (Results 1 - 6 of 6) sorted by relevancy

  /src/common/dist/zlib/contrib/blast/
blast.c 307 static const unsigned char lenlen[] = {2, 35, 36, 53, 38, 23}; local
318 construct(&lencode, lenlen, sizeof(lenlen));
  /src/external/gpl3/binutils/dist/zlib/contrib/blast/
blast.c 307 static const unsigned char lenlen[] = {2, 35, 36, 53, 38, 23}; local
318 construct(&lencode, lenlen, sizeof(lenlen));
  /src/external/gpl3/binutils.old/dist/zlib/contrib/blast/
blast.c 307 static const unsigned char lenlen[] = {2, 35, 36, 53, 38, 23}; local
318 construct(&lencode, lenlen, sizeof(lenlen));
  /src/external/gpl3/gdb/dist/zlib/contrib/blast/
blast.c 307 static const unsigned char lenlen[] = {2, 35, 36, 53, 38, 23}; local
318 construct(&lencode, lenlen, sizeof(lenlen));
  /src/external/gpl3/gdb.old/dist/zlib/contrib/blast/
blast.c 307 static const unsigned char lenlen[] = {2, 35, 36, 53, 38, 23}; local
318 construct(&lencode, lenlen, sizeof(lenlen));
  /src/external/bsd/openldap/dist/servers/slapd/
entry.c 599 ber_len_t lenlen = entry_lenlen(len); local
601 if (lenlen == 1) {
605 **buf = 0x80 | ((unsigned char) lenlen - 1);
606 for (i=lenlen-1; i>0; i--) {
611 *buf += lenlen;

Completed in 45 milliseconds