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

  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.h 147 int fragment_count; member in struct:seq_queue
action.c 58 static int fragment_count = 0; variable
555 spec_count = fragment_count ++;
924 for (i = 0; i < fragment_count; i++) {
941 struct action *spec_list_end = &fragment_spec[fragment_count];
947 if (fragment_count == 0)
    [all...]
  /external/webp/src/demux/
demux.c 644 int frame_count = 0, fragment_count = 0; local
683 fragment_count += f->is_fragment_;
687 if (fragment_count > 0 && frame_count != fragment_count) return 0;
    [all...]

Completed in 1062 milliseconds