Searched refs:W (Results 1 – 2 of 2) sorted by relevance
| /system/ulib/fzl/include/lib/fzl/ |
| A D | fifo.h | 13 template<typename W, typename R = W> 15 static_assert(sizeof(W) == sizeof(R), "W and R must have the same size"); 54 zx_status_t write(const W* buffer, size_t count, size_t* actual_count) const { in write() 55 return fifo_.write(sizeof(W), buffer, count, actual_count); in write() 58 zx_status_t write_one(const W& element) const { in write_one() 59 return fifo_.write(sizeof(W), &element, 1, nullptr); in write_one() 74 template<typename W, typename R> 75 zx_status_t create_fifo(uint32_t elem_count, uint32_t options, fifo<W, R>* out0, fifo<R, W>* out1) { in create_fifo() argument 80 zx_status_t result = zx_fifo_create(elem_count, sizeof(W), options, &h0, &h1); in create_fifo()
|
| /system/ulib/fbl/include/fbl/ |
| A D | intrusive_wavl_tree.h | 1730 RawPtrType W = LRTraits::RLChild(Y_ns); 1731 bool W_rank_parity = internal::valid_sentinel_ptr(W) 1732 ? NodeTraits::node_state(*W).rank_parity()
|
Completed in 5 milliseconds