HomeSort by relevance Sort by last modified time
    Searched full:min_len_bytes (Results 1 - 1 of 1) sorted by null

  /external/elfutils/src/
strings.c 116 static size_t min_len_bytes; variable
192 if (fdlen > (off64_t) min_len_bytes)
315 min_len_bytes = min_len * bytes_per_char;
483 roundup (2 * min_len_bytes + 1, ps));
521 unsigned char *buf = xmalloc (CHUNKSIZE + min_len_bytes
549 if (nb >= min_len_bytes)
558 size_t to_keep = unprinted != NULL ? 0 : min_len_bytes;
581 assert ((off64_t) min_len_bytes < fdlen);
643 == (ptrdiff_t) ((min_len_bytes + ps - 1) & ~(ps - 1))));
646 size_t keep_area = (min_len_bytes + ps - 1) & ~(ps - 1)
    [all...]

Completed in 941 milliseconds