/external/brotli/c/enc/ |
D | histogram.c | 21 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()
|
D | backward_references_hq.c | 271 size_t idx_; member 275 self->idx_ = 0; in InitStartPosQueue() 279 return BROTLI_MIN(size_t, self->idx_, 8); in StartPosQueueSize() 283 size_t offset = ~(self->idx_++) & 7; in StartPosQueuePush() 299 return &self->q_[(k - self->idx_) & 7]; in StartPosQueueAt()
|
/external/boringssl/src/include/openssl/ |
D | stack.h | 473 StackIteratorImpl() : sk_(nullptr), idx_(0) {} 474 StackIteratorImpl(const Stack *sk, size_t idx) : sk_(sk), idx_(idx) {} 477 return sk_ == other.sk_ && idx_ == other.idx_; 485 sk_value(reinterpret_cast<const _STACK *>(sk_), idx_)); 489 idx_++; 501 size_t idx_;
|
/external/libevent/ |
D | win32select.c | 84 static int win32_add(struct event_base *, evutil_socket_t, short old, short events, void *idx_); 85 static int win32_del(struct event_base *, evutil_socket_t, short old, short events, void *idx_); 221 short old, short events, void *idx_) in win32_add() argument 224 struct idx_info *idx = idx_; in win32_add() 246 void *idx_) in win32_del() argument 249 struct idx_info *idx = idx_; in win32_del()
|
D | poll.c | 217 poll_add(struct event_base *base, int fd, short old, short events, void *idx_) in poll_add() argument 221 struct pollidx *idx = idx_; in poll_add() 278 poll_del(struct event_base *base, int fd, short old, short events, void *idx_) in poll_del() argument 282 struct pollidx *idx = idx_; in poll_del()
|
/external/libcxxabi/src/ |
D | cxa_vector.cpp | 80 : ptr_ ( ptr ), idx_ ( idx ), element_size_ ( element_size ), in st_cxa_cleanup() 84 __cxa_vec_cleanup ( ptr_, idx_, element_size_, destructor_ ); in ~st_cxa_cleanup() 91 size_t &idx_; member in __cxxabiv1::__anon88787df50111::st_cxa_cleanup
|
/external/grpc-grpc/test/cpp/qps/ |
D | client.h | 306 : client_(client), idx_(idx), impl_(&Thread::ThreadFunc, this) {} in Thread() 360 idx_, wait_loop); in ThreadFunc() 364 client_->ThreadFunc(idx_, this); in ThreadFunc() 372 const size_t idx_; variable
|
/external/elfutils/libcpu/ |
D | i386_disasm.c | 115 #define prefbit(pref) has_##pref = 1 << idx_##pref 152 #define newpref(pref) [idx_##pref] = prefix_##pref 172 #define newpref(pref) [idx_##pref] = #pref
|
/external/perf_data_converter/src/quipper/ |
D | test_perf_data.h | 489 idx_(idx), in ExampleAuxtraceEvent() 502 const u32 idx_; variable
|
D | test_perf_data.cc | 468 .idx = MaybeSwap32(idx_), in WriteTo()
|