Searched refs:t_idx (Results 1 – 3 of 3) sorted by relevance
/external/mtools/ |
D | file_name.c | 58 size_t t_idx = 0; in TranslateToDos() local 75 buffer[t_idx] = '_'; in TranslateToDos() 77 buffer[t_idx] = ch_towupper(*s); in TranslateToDos() 83 buffer[t_idx] = *s; in TranslateToDos() 89 buffer[t_idx] = *s; in TranslateToDos() 90 t_idx++; in TranslateToDos() 92 wchar_to_dos(toDos, buffer, out, t_idx, mangled); in TranslateToDos()
|
/external/selinux/libsepol/src/ |
D | optimize.c | 128 unsigned int i, k, s_idx, t_idx; in is_avrule_redundant() local 138 t_idx = entry->key.target_type - 1; in is_avrule_redundant() 148 ebitmap_for_each_positive_bit(&type_map[t_idx], tnode, k) { in is_avrule_redundant() 149 if (not_cond && s_idx == i && t_idx == k) in is_avrule_redundant() 173 unsigned int t_idx = entry->key.target_type - 1; in is_avrule_with_attr() local 175 return is_type_attr(p, s_idx) || is_type_attr(p, t_idx); in is_avrule_with_attr()
|
/external/igt-gpu-tools/benchmarks/ |
D | gem_wsim.c | 2763 unsigned int t_idx = i + w->target; in run_workload() local 2765 igt_assert(t_idx >= 0 && t_idx < i); in run_workload() 2766 igt_assert(wrk->steps[t_idx].type == BATCH); in run_workload() 2767 igt_assert(wrk->steps[t_idx].unbound_duration); in run_workload() 2769 *wrk->steps[t_idx].recursive_bb_start = in run_workload()
|