HomeSort by relevance Sort by last modified time
    Searched defs:sublen (Results 1 - 11 of 11) 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/curl/src/
tool_urlglob.c 365 size_t sublen = 0; local
376 sublen += skip;
396 sublen++;
398 if(sublen) {
401 res = glob_fixed(glob, glob->glob_buffer, sublen);
  /external/u-boot/scripts/basic/
fixdep.c 286 int sublen = strlen(sub); local
288 if (sublen > slen)
291 return memcmp(s + slen - sublen, sub, sublen);
  /external/tcpdump/
print-babel.c 272 uint8_t subtype, sublen; local
284 sublen = *cp++;
285 if(cp + sublen > ep)
291 cp += sublen;
295 if (sublen == 0) {
300 while(sublen--) {
311 if(sublen < 4)
316 if(sublen < 8)
324 cp += sublen;
328 cp += sublen;
    [all...]
print-lldp.c 652 u_int sublen; local
690 sublen = *(tptr+6);
691 if (tlv_len < 7+sublen) {
695 safeputs(ndo, tptr + 7, sublen);
701 sublen = *(tptr+4);
702 if (tlv_len < 5+sublen) {
706 safeputs(ndo, tptr + 5, sublen);
782 sublen=tlv_len-5;
783 if(sublen%3!=0){
788 while(i<sublen) {
    [all...]
print-isoclns.c 2057 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 1662 u8 *buf, *pos, *end, type, sublen; local
    [all...]
  /external/iw/
scan.c 1437 __u16 subtype, sublen; local
1614 __u16 sublen; local
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_server.c 958 u8 *buf, *pos, *end, type, sublen; local
976 sublen = *pos++;
977 if (sublen < 2)
979 sublen -= 2; /* skip header */
980 if (pos + sublen > end)
986 RADIUS_DUMP("HS2.0 mobile device version", pos, sublen);
987 if (sublen < 1 + 2)
1453 u8 *buf, *pos, *end, type, sublen, *timestamp = NULL; local
    [all...]
  /external/python/cpython3/Objects/
unicodeobject.c 14730 Py_ssize_t sublen; local
    [all...]

Completed in 562 milliseconds