Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/crypto/
Dcrc32c-pcl-intel-asm_64.S88 #define len_b %sil macro
/linux-4.1.27/fs/gfs2/
Ddir.c1195 unsigned int len_b = be16_to_cpu(dent_b->de_name_len); in compare_dents() local
1197 if (len_a > len_b) in compare_dents()
1199 else if (len_a < len_b) in compare_dents()
/linux-4.1.27/tools/testing/ktest/
Dktest.pl3192 my $len_b = $#b_arr + 1;
3211 doprint "d=$len_diff g=$len_g b=$len_b\n";
3216 if ($len_b > 0 || $len_g > 0) {