Home | History | Annotate | Download | only in share

Lines Matching refs:syncs_

233       syncs_(NULL),
319 syncs_ = NULL;
920 unsigned int off = (syncs_[i] & kUserDictOffsetMask);
925 syncs_[i] = syncs_[dict_info_.sync_count - 1];
1201 syncs_ = syncs;
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);
1644 if (syncs_[j] >= begin && syncs_[j] < end) {
1645 syncs_[j] -= (begin - dst);
1687 memmove(syncs_ + start, syncs_ + end, (dict_info_.sync_count - end) << 2);
1704 uint32 * syncs_bak = syncs_;
1705 syncs_ = NULL;
1707 syncs_ = syncs_bak;
1824 int offset = syncs_[i];
2099 if (syncs_ && id != 0) {
2111 syncs_[dict_info_.sync_count++] = offsets_by_id_[id - start_id_];
2114 syncs_, (sync_count_size_ + kUserDictPreAlloc) << 2);
2117 syncs_ = syncs;
2118 syncs_[dict_info_.sync_count++] = offsets_by_id_[id - start_id_];