Home | History | Annotate | Download | only in src

Lines Matching defs:nb

548       size_t nb = (size_t) n + ntrailer;
549 if (nb >= min_len_bytes)
552 nb &= ~(bytes_per_char - 1);
554 process_chunk (fname, buf, from + nb, nb, &unprinted);
560 memmove (buf, buf + nb - to_keep, to_keep + nb);
561 ntrailer = to_keep + nb;
562 from += nb;
565 ntrailer = nb;