HomeSort by relevance Sort by last modified time
    Searched defs:mark_count (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/lib/ext2fs/
blkmap64_ba.c 219 int mark_count = 0; local
234 mark_count = 8 - start_bit;
236 mark_count = (int)len;
241 for (i = mark_count; i > 0; i--, mark_bit--)
254 len_bit = (len - mark_count) % 8;
255 len_byte = (len - mark_count) >> 3;
bmap64.h 19 unsigned long mark_count; member in struct:ext2_bmap_statistics
gen_bitmap.c 443 int mark_count = 0; local
457 mark_count = 8 - start_bit;
459 mark_count = (int)len;
464 for (i = mark_count; i > 0; i--, mark_bit--)
477 len_bit = (len - mark_count) % 8;
478 len_byte = (len - mark_count) >> 3;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h 646 mark_count() const function in class:basic_regex
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex.h 646 mark_count() const function in class:basic_regex
    [all...]

Completed in 219 milliseconds