Home
last modified time | relevance | path

Searched refs:ith (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp84 const FileSpec &ith = get_ith(idx); in FindFileIndex() local
86 if (ConstString::Equals(ith.GetFilename(), file_spec.GetFilename(), in FindFileIndex()
88 ith.IsCaseSensitive())) in FindFileIndex()
91 if (FileSpec::Equal(ith, file_spec, full)) in FindFileIndex()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy_draid_width.ksh50 typeset -i ith=$(random_int_between 0 $((children - 1)))