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

  /external/zopfli/src/zopfli/
cache.h 37 to every possible shorter-than-the-best length (the so called "sublen" array).
42 unsigned char* sublen; member in struct:ZopfliLongestMatchCache
51 /* Stores sublen array in the cache. */
52 void ZopfliSublenToCache(const unsigned short* sublen,
56 /* Extracts sublen array from the cache. */
59 unsigned short* sublen);
squeeze.c 219 unsigned short sublen[259]; local
268 ZopfliFindLongestMatch(s, h, in, i, inend, ZOPFLI_MAX_MATCH, sublen,
288 newCost = costs[j] + costmodel(k, sublen[k], costcontext);
  /external/tcpdump/
print-babel.c 253 uint8_t subtype, sublen; local
264 sublen = *cp++;
265 if(cp + sublen > ep)
271 cp += sublen;
275 if (sublen == 0) {
280 while(sublen--) {
289 cp += sublen;
print-lldp.c 643 u_int sublen; local
682 sublen = *(tptr+6);
683 if (tlv_len < 7+sublen) {
687 safeputs((const char *)tptr+7, sublen);
693 sublen = *(tptr+4);
694 if (tlv_len < 5+sublen) {
698 safeputs((const char *)tptr+5, sublen);
774 sublen=tlv_len-5;
775 if(sublen%3!=0){
780 while(i<sublen) {
    [all...]
print-isoclns.c 1970 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 1437 u8 *buf, *pos, *end, type, sublen; local
    [all...]

Completed in 412 milliseconds