Home
last modified time | relevance | path

Searched defs:tail (Results 101 - 125 of 301) sorted by relevance

12345678910>>...13

/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc_impl.h44 struct chunk *tail; member
/third_party/musl/src/regex/
H A Dglob.c20 static int append(struct match **tail, const char *name, size_t len, int mark) in append() argument
35 static int do_glob(char *buf, size_t pos, int type, char *pat, int flags, int (*errfunc)(const char *path, int err), struct match **tail) in do_glob() argument
229 struct match head = { .next = NULL }, *tail = &head; in glob() local
[all...]
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H A Dmalloc_impl.h36 struct chunk *tail; member
/third_party/node/deps/cares/src/lib/
H A Dares__slist.c42 ares__slist_node_t *tail; member
H A Dares__llist.c33 ares__llist_node_t *tail; member
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_build_util.h194 bool tail; member in nv50_ir::BuildUtil
/third_party/ltp/testcases/kernel/syscalls/io_uring/
H A Dio_uring01.c37 unsigned int *tail; member
46 unsigned int *tail; member
180 unsigned int index = 0, tail = 0, next_tail = 0; in submit_to_uring_sq() local
[all...]
/third_party/lwip/src/apps/snmp/
H A Dsnmp_asn1.c222 u8_t shift, tail; in snmp_asn1_enc_oid() local
/third_party/libwebsockets/lib/system/smd/
H A Dsmd.c495 lws_dll2_t *tail = &pr->tail->list; _lws_smd_msg_next_matching_filter() local
[all...]
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/
H A Dminimal-ws-client.c51 uint32_t tail; member
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
H A Dminimal-http-server-sse-ring.c46 uint32_t tail; member
/third_party/ltp/tools/sparse/sparse-src/
H A Dptrlist.c444 struct ptr_list *head, *tail; in copy_ptr_list() local
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_ring.c148 uint32_t tail __attribute__((aligned(64))); in vn_ring_get_layout() member
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_driver_query.c208 unsigned head, tail; member
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305_hw.c124 size_t tail, tohash_len, buf_len, plen = ctx->tls_payload_length; in chacha20_poly1305_tls_cipher() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_chacha20_poly1305.c218 size_t tail, tohash_len, buf_len, plen = actx->tls_payload_length; in chacha20_poly1305_tls_cipher() local
311 Poly1305_Update(POLY1305_ctx(actx), zero, tail); in chacha20_poly1305_tls_cipher() local
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_ctx.c33 BN_POOL_ITEM *head, *current, *tail; member
/third_party/openssl/crypto/bn/
H A Dbn_ctx.c33 BN_POOL_ITEM *head, *current, *tail; member
/third_party/openssl/crypto/evp/
H A De_chacha20_poly1305.c218 size_t tail, tohash_len, buf_len, plen = actx->tls_payload_length; in chacha20_poly1305_tls_cipher() local
311 Poly1305_Update(POLY1305_ctx(actx), zero, tail); in chacha20_poly1305_tls_cipher() local
/third_party/skia/src/core/
H A DSkTInternalLList.h189 T* tail() const { return fTail; } in tail() function in SkTInternalLList
/third_party/skia/src/gpu/ops/
H A DOpsTask.h212 GrOp* tail() const { return fTail; } in tail() function in skgpu::v1::OpsTask::CanDiscardPreviousOps::OpChain::List
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305_hw.c124 size_t tail, tohash_len, buf_len, plen = ctx->tls_payload_length; in chacha20_poly1305_tls_cipher() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dbasic_block.h119 iterator tail() { in tail() function in spvtools::opt::BasicBlock
H A Dfunction.h104 BasicBlock* tail() { return blocks_.back().get(); } in tail() function in spvtools::opt::Function
105 const BasicBlock* tail() const { return blocks_.back().get(); } in tail() function in spvtools::opt::Function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dbasic_block.h119 iterator tail() { in tail() function in spvtools::opt::BasicBlock

Completed in 17 milliseconds

12345678910>>...13