Home
last modified time | relevance | path

Searched refs:width (Results 1 – 3 of 3) sorted by relevance

/fs/
Dseq_file.c692 unsigned long long num, unsigned int width) in seq_put_decimal_ull_width() argument
706 if (!width) in seq_put_decimal_ull_width()
707 width = 1; in seq_put_decimal_ull_width()
709 if (m->count + width >= m->size) in seq_put_decimal_ull_width()
712 len = num_to_str(m->buf + m->count, m->size - m->count, num, width); in seq_put_decimal_ull_width()
743 unsigned long long v, unsigned int width) in seq_put_hex_ll() argument
761 if (len < width) in seq_put_hex_ll()
762 len = width; in seq_put_hex_ll()
/fs/reiserfs/
Dstree.c165 int width, in bin_search() argument
174 ((struct reiserfs_key *)((char *)base + j * width), in bin_search()
/fs/cramfs/
DREADME25 The order of inode traversal is described as "width-first" (not to be