Home
last modified time | relevance | path

Searched defs:tail (Results 1 - 25 of 271) sorted by relevance

1234567891011

/third_party/libbpf/include/linux/
H A Dring_buffer.h12 ring_buffer_write_tail(struct perf_event_mmap_page *base, __u64 tail) ring_buffer_write_tail() argument
/third_party/ffmpeg/libavcodec/
H A Dpacket_internal.h32 PacketListEntry *head, *tail; member
/third_party/benchmark/src/
H A Dbenchmark_name.cc25 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 Dcil_list.h37 struct cil_list_item *tail; member
/third_party/curl/lib/
H A Dllist.h40 struct Curl_llist_element *tail; member
H A Dbufq.h96 struct buf_chunk *tail; /* chunk to write to */ member
/third_party/mesa3d/src/util/
H A Du_worklist.c103 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 Du_fifo.h34 size_t tail; member
H A Du_vector.h51 uint32_t tail; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene_queue.c61 unsigned tail; member
/third_party/lwip/src/api/
H A Dnetbuf.c176 netbuf_chain(struct netbuf *head, struct netbuf *tail) in netbuf_chain() argument
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_rc4_hmac_md5.h20 MD5_CTX head, tail, md; member
/third_party/skia/src/gpu/
H A DGrRingBuffer.cpp18 size_t head, tail; in getAllocationOffset() local
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_rc4_hmac_md5.h20 MD5_CTX head, tail, md; member
/third_party/selinux/checkpolicy/
H A Dqueue.h26 queue_node_ptr_t tail; member
/third_party/ffmpeg/tools/
H A Dffescape.c100 char *tail; in main() local
/third_party/node/test/cctest/
H A Dtest_node_postmortem_metadata.cc144 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 Dtemplate.h94 tail{std::exchange(other.tail, nullptr)}, struct
142 T *head, *tail; global() variable
[all...]
/third_party/openssl/test/
H A Drdrand_sanitytest.c60 unsigned char *tail = &buf[sizeof(buf) - sizeof(check)]; in sanity_check_bytes() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-set-digest.hh160 tail_t tail; member
/third_party/ffmpeg/libavfilter/
H A Dframequeue.h69 size_t tail; member
/third_party/libwebsockets/lib/misc/
H A Dlws-ring.c100 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 Dswapchain9.h65 unsigned int tail; member
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Dalgorithm.hpp54 tail(R &&r) { in tail() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dexp.c76 double_t kd, z, r, r2, scale, tail, tmp; in exp() local

Completed in 7 milliseconds

1234567891011