/third_party/libbpf/include/linux/ |
H A D | ring_buffer.h | 12 ring_buffer_write_tail(struct perf_event_mmap_page *base, __u64 tail) ring_buffer_write_tail() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | packet_internal.h | 32 PacketListEntry *head, *tail; member
|
/third_party/benchmark/src/ |
H A D | benchmark_name.cc | 25 size_t size_impl(const Head& head, const Tail&... tail) { in size_impl() argument 34 join_impl(std::string& s, const char delimiter, const Head& head, const Tail&... tail) join_impl() argument
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_list.h | 37 struct cil_list_item *tail; member
|
/third_party/curl/lib/ |
H A D | llist.h | 40 struct Curl_llist_element *tail; member
|
H A D | bufq.h | 96 struct buf_chunk *tail; /* chunk to write to */ member
|
/third_party/mesa3d/src/util/ |
H A D | u_worklist.c | 103 unsigned tail = (w->start + w->count - 1) % w->size; in u_worklist_push_tail_index() local 114 unsigned tail = (w->start + w->count - 1) % w->size; in u_worklist_peek_tail_index() local 124 unsigned tail = (w->start + w->count - 1) % w->size; in u_worklist_pop_tail_index() local
|
H A D | u_fifo.h | 34 size_t tail; member
|
H A D | u_vector.h | 51 uint32_t tail; member
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_scene_queue.c | 61 unsigned tail; member
|
/third_party/lwip/src/api/ |
H A D | netbuf.c | 176 netbuf_chain(struct netbuf *head, struct netbuf *tail) in netbuf_chain() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_rc4_hmac_md5.h | 20 MD5_CTX head, tail, md; member
|
/third_party/skia/src/gpu/ |
H A D | GrRingBuffer.cpp | 18 size_t head, tail; in getAllocationOffset() local
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_rc4_hmac_md5.h | 20 MD5_CTX head, tail, md; member
|
/third_party/selinux/checkpolicy/ |
H A D | queue.h | 26 queue_node_ptr_t tail; member
|
/third_party/ffmpeg/tools/ |
H A D | ffescape.c | 100 char *tail; in main() local
|
/third_party/node/test/cctest/ |
H A D | test_node_postmortem_metadata.cc | 144 auto tail = head + nodedbg_offset_ListNode_HandleWrap__prev___uintptr_t; in TEST_F() local 179 auto tail = head + nodedbg_offset_ListNode_ReqWrap__prev___uintptr_t; in TEST_F() local
|
/third_party/nghttp2/src/ |
H A D | template.h | 94 tail{std::exchange(other.tail, nullptr)}, struct 142 T *head, *tail; global() variable [all...] |
/third_party/openssl/test/ |
H A D | rdrand_sanitytest.c | 60 unsigned char *tail = &buf[sizeof(buf) - sizeof(check)]; in sanity_check_bytes() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-set-digest.hh | 160 tail_t tail; member
|
/third_party/ffmpeg/libavfilter/ |
H A D | framequeue.h | 69 size_t tail; member
|
/third_party/libwebsockets/lib/misc/ |
H A D | lws-ring.c | 100 lws_ring_get_count_waiting_elements(struct lws_ring *ring, uint32_t *tail) in lws_ring_get_count_waiting_elements() argument 199 lws_ring_consume(struct lws_ring *ring, uint32_t *tail, void *dest, in lws_ring_consume() argument 255 lws_ring_get_element(struct lws_ring *ring, uint32_t *tail) lws_ring_get_element() argument 267 lws_ring_update_oldest_tail(struct lws_ring *ring, uint32_t tail) lws_ring_update_oldest_tail() argument 288 lws_ring_dump(struct lws_ring *ring, uint32_t *tail) lws_ring_dump() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | swapchain9.h | 65 unsigned int tail; member
|
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
H A D | algorithm.hpp | 54 tail(R &&r) { in tail() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | exp.c | 76 double_t kd, z, r, r2, scale, tail, tmp; in exp() local
|