Home
last modified time | relevance | path

Searched refs:cluster_index (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/
Dget_left_turns.hpp208 std::size_t cluster_index = 0; in assign_cluster_indices() local
209 it->cluster_index = cluster_index; in assign_cluster_indices()
215 cluster_index++; in assign_cluster_indices()
218 it->cluster_index = cluster_index; in assign_cluster_indices()
220 return cluster_index + 1; in assign_cluster_indices()
239 directions[it->cluster_index].first = true; in block_turns()
243 directions[it->cluster_index].second = true; in block_turns()
250 std::size_t const cluster_index = it->cluster_index; in block_turns() local
252 = cluster_index == 0 ? cluster_size - 1 : cluster_index - 1; in block_turns()
254 = cluster_index + 1 >= cluster_size ? 0 : cluster_index + 1; in block_turns()
[all …]
Doccupation_info.hpp47 std::size_t cluster_index; member
/third_party/ntfs-3g/include/ntfs-3g/
Dlogfile.h412 le16 cluster_index; member
/third_party/ffmpeg/libavcodec/
Droqvideoenc.c435 int cluster_index; in gather_data_for_subcel() local
459 cluster_index = y * roq->width / 16 + x / 4; in gather_data_for_subcel()
471 subcel->subCels[i] = enc->closest_cb[cluster_index*4+i]; in gather_data_for_subcel()
/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.c1350 + (le16_to_cpu(logr->cluster_index) << 9)) in fixup()
1398 + (le16_to_cpu(logr->cluster_index) << 9)) >> mftrecbits); in fixup()
1875 onmft = logr->cluster_index in detaillogr()
1901 (int)le16_to_cpu(logr->cluster_index)); in detaillogr()
1909 + (le16_to_cpu(logr->cluster_index) << 9)) in detaillogr()
1939 + (le16_to_cpu(logr->cluster_index) in detaillogr()
Dplaylog.c127 + ((u32)le16_to_cpu(logr->cluster_index) in inode_number()
599 pos = le16_to_cpu(logr->cluster_index) in read_protected()
612 (int)le16_to_cpu(logr->cluster_index)); in read_protected()
657 (int)le16_to_cpu(logr->cluster_index)); in write_protected()
698 pos = le16_to_cpu(logr->cluster_index) in write_protected()