Searched refs:back_ (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/zone/ |
D | zone-chunk-list.h | 56 back_ = front_; in zone_() 132 Chunk* back_ = nullptr; variable 214 if (list->back_ == nullptr) return Begin(list); in End() 216 DCHECK_LE(list->back_->position_, list->back_->capacity_); in End() 217 if (list->back_->position_ == list->back_->capacity_) { in End() 221 return ForwardZoneChunkListIterator<T>(list->back_, list->back_->position_); in End() 262 if (list->back_ == nullptr) return End(list); in Begin() 263 if (list->back_->position_ == 0) { in Begin() 264 if (list->back_->previous_ != nullptr) { in Begin() 266 list->back_->previous_, list->back_->previous_->capacity_ - 1); in Begin() [all …]
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | op_queue.hpp | 55 return q.back_; in back() 67 back_(0) in op_queue() 95 back_ = 0; in pop() 104 if (back_) in push() 106 op_queue_access::next(back_, h); in push() 107 back_ = h; in push() 111 front_ = back_ = h; in push() 122 if (back_) in push() 123 op_queue_access::next(back_, other_front); in push() 126 back_ = op_queue_access::back(q); in push() [all …]
|
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
D | RunQueue.h | 41 RunQueue() : front_(0), back_(0) { in RunQueue() 87 unsigned back = back_.load(std::memory_order_relaxed); in PushBack() 94 back_.store(back, std::memory_order_relaxed); in PushBack() 106 unsigned back = back_.load(std::memory_order_relaxed); in PopBack() 114 back_.store(back + 1 + (kSize << 1), std::memory_order_relaxed); in PopBack() 124 unsigned back = back_.load(std::memory_order_relaxed); in PopBackHalf() 149 back_.store(start + 1 + (kSize << 1), std::memory_order_relaxed); in PopBackHalf() 161 unsigned back = back_.load(std::memory_order_acquire); in Size() 201 std::atomic<unsigned> back_; variable
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.hpp | 6970 …TestEnable_ = 0, StencilOpState front_ = StencilOpState(), StencilOpState back_ = StencilOpState()… in PipelineDepthStencilStateCreateInfo() 6980 , back( back_ ) in PipelineDepthStencilStateCreateInfo() 7051 PipelineDepthStencilStateCreateInfo& setBack( StencilOpState back_ ) in setBack() 7053 back = back_; in setBack()
|