Home | History | Annotate | Download | only in share

Lines Matching refs:sync_count

68           + (info->sync_count << 2)
919 for (; i < dict_info_.sync_count; i++) {
924 if (i < dict_info_.sync_count) {
925 syncs_[i] = syncs_[dict_info_.sync_count - 1];
926 dict_info_.sync_count--;
1134 syncs = (uint32 *)malloc((dict_info.sync_count + kUserDictPreAlloc) << 2);
1184 toread = (dict_info.sync_count << 2);
1202 sync_count_size_ = dict_info.sync_count + kUserDictPreAlloc;
1283 write(fd, syncs_, dict_info_.sync_count << 2);
1298 write(fd, syncs_, dict_info_.sync_count << 2);
1314 write(fd, syncs_, dict_info_.sync_count << 2);
1337 write(fd, syncs_, dict_info_.sync_count << 2);
1356 write(fd, syncs_, dict_info_.sync_count << 2);
1643 for (size_t j = 0; j < dict_info_.sync_count; j++) {
1685 if (end > dict_info_.sync_count)
1686 end = dict_info_.sync_count;
1687 memmove(syncs_ + start, syncs_ + end, (dict_info_.sync_count - end) << 2);
1688 dict_info_.sync_count -= (end - start);
1696 return dict_info_.sync_count;
1823 for (i = 0; i < dict_info_.sync_count; i++) {
1938 stat->sync_count = dict_info_.sync_count;
2110 if (dict_info_.sync_count < sync_count_size_) {
2111 syncs_[dict_info_.sync_count++] = offsets_by_id_[id - start_id_];
2118 syncs_[dict_info_.sync_count++] = offsets_by_id_[id - start_id_];