Home
last modified time | relevance | path

Searched refs:idx_ (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/brotli/c/enc/
H A Dhistogram.c21 size_t idx_; member
29 self->idx_ = 0; in InitBlockSplitIterator()
36 ++self->idx_; in BlockSplitIteratorNext()
37 self->type_ = self->split_->types[self->idx_]; in BlockSplitIteratorNext()
38 self->length_ = self->split_->lengths[self->idx_]; in BlockSplitIteratorNext()
H A Dbackward_references_hq.c269 size_t idx_; member
273 self->idx_ = 0; in InitStartPosQueue()
277 return BROTLI_MIN(size_t, self->idx_, 8); in StartPosQueueSize()
281 size_t offset = ~(self->idx_++) & 7; in StartPosQueuePush()
297 return &self->q_[(k - self->idx_) & 7]; in StartPosQueueAt()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhistogram.c21 size_t idx_; member
29 self->idx_ = 0; in InitBlockSplitIterator()
36 ++self->idx_; in BlockSplitIteratorNext()
37 self->type_ = self->split_->types[self->idx_]; in BlockSplitIteratorNext()
38 self->length_ = self->split_->lengths[self->idx_]; in BlockSplitIteratorNext()
H A Dbackward_references_hq.c269 size_t idx_; member
273 self->idx_ = 0; in InitStartPosQueue()
277 return BROTLI_MIN(size_t, self->idx_, 8); in StartPosQueueSize()
281 size_t offset = ~(self->idx_++) & 7; in StartPosQueuePush()
297 return &self->q_[(k - self->idx_) & 7]; in StartPosQueueAt()
/third_party/protobuf/js/
H A Dmap.js195 this.idx_ = 0;
204 if (this.idx_ < this.arr_.length) {
205 return {done: false, value: this.arr_[this.idx_++]};
/third_party/elfutils/libcpu/
H A Di386_disasm.c114 #define prefbit(pref) has_##pref = 1 << idx_##pref
151 #define newpref(pref) [idx_##pref] = prefix_##pref
171 #define newpref(pref) [idx_##pref] = #pref
/third_party/mesa3d/src/amd/vulkan/radix_sort/
H A Dradix_sort_vk.c320 #define RS_COMPUTE_PIPELINE_CREATE_INFO_DECL(idx_) \ in radix_sort_vk_create()
328 .module = sms[idx_], \ in radix_sort_vk_create()
332 .layout = rs->pipeline_layouts.handles[idx_], \ in radix_sort_vk_create()

Completed in 8 milliseconds