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

  /external/e2fsprogs/lib/ext2fs/
tst_bitops.c 34 int bits_list[] = { variable
59 if (bits_list[j] == i) {
66 if (bits_list[j] == i) {
76 for (i=0; bits_list[i] > 0; i++) {
77 ext2fs_set_bit(bits_list[i], testarray);
89 for (i=0; bits_list[i] > 0; i++) {
90 ext2fs_clear_bit(bits_list[i], testarray);
129 for (i=0; bits_list[i] > 0; i++) {
130 ext2fs_fast_set_bit(bits_list[i], testarray);
142 for (i=0; bits_list[i] > 0; i++)
    [all...]

Completed in 1216 milliseconds