HomeSort by relevance Sort by last modified time
    Searched refs:root_start (Results 1 - 2 of 2) sorted by null

  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 85 int fill_up_dp_for_letter(LTS *lts, const char *input_word, int word_len, int index, int root_start, int root_end, int left_phone);
1001 int fill_up_dp_for_letter(LTS *lts, const char *input_word, int word_len, int index, int root_start, int root_end, int left_phone)
1174 for (i=root_start;i<root_end;i++) {
1184 for (i=root_end-1;i>=root_start;i--) {
1535 int root_start; local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 527 __u32 buf_size, start_data_sect, next, root_start, root_dir_entries; local
562 root_start = (reserved + fat_size) * sector_size;
567 dir = (struct vfat_dir_entry *) get_buffer(probe, root_start,
    [all...]

Completed in 675 milliseconds