Searched refs:cluster_stop (Results 1 – 2 of 2) sorted by relevance
5776 long long cluster_stop = (cluster_size < 0) ? -1 : pos + cluster_size; in Load() local5779 if ((cluster_stop >= 0) && (pos >= cluster_stop)) in Load()5797 if ((cluster_stop >= 0) && ((pos + len) > cluster_stop)) in Load()5838 if ((cluster_stop >= 0) && ((pos + len) > cluster_stop)) in Load()5856 if ((cluster_stop >= 0) && (pos > cluster_stop)) in Load()5864 if ((cluster_stop >= 0) && ((pos + size) > cluster_stop)) in Load()5891 if (cluster_stop >= 0 && pos > cluster_stop) in Load()5895 if (cluster_stop >= 0 && pos > cluster_stop) in Load()5908 m_element_size = cluster_stop - m_element_start; in Load()5922 const long long cluster_stop = in Parse() local[all …]
5996 long long cluster_stop = (cluster_size < 0) ? -1 : pos + cluster_size; in Load() local5999 if ((cluster_stop >= 0) && (pos >= cluster_stop)) in Load()6017 if ((cluster_stop >= 0) && ((pos + len) > cluster_stop)) in Load()6058 if ((cluster_stop >= 0) && ((pos + len) > cluster_stop)) in Load()6076 if ((cluster_stop >= 0) && (pos > cluster_stop)) in Load()6084 if ((cluster_stop >= 0) && ((pos + size) > cluster_stop)) in Load()6111 if (cluster_stop >= 0 && pos > cluster_stop) in Load()6115 if (cluster_stop >= 0 && pos > cluster_stop) in Load()6128 m_element_size = cluster_stop - m_element_start; in Load()6142 const long long cluster_stop = in Parse() local[all …]