Home
last modified time | relevance | path

Searched defs:tail (Results 476 - 500 of 1235) sorted by relevance

1...<<11121314151617181920>>...50

/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dvirtio_iommu.h69 struct virtio_iommu_req_tail tail; member
76 struct virtio_iommu_req_tail tail; member
89 struct virtio_iommu_req_tail tail; member
97 struct virtio_iommu_req_tail tail; member
/third_party/ffmpeg/libavcodec/
H A Dcrystalhd.c106 OpaqueList *tail; member
/third_party/ffmpeg/libavfilter/
H A Dvf_codecview.c170 draw_arrow(uint8_t *buf, int sx, int sy, int ex, int ey, int w, int h, int stride, int color, int tail, int direction) draw_arrow() argument
/third_party/curl/lib/
H A Dbufq.c391 struct buf_chunk *tail; Curl_bufq_write() local
579 struct buf_chunk *tail = NULL; Curl_bufq_sipn() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_find_array_copies.c299 nir_deref_instr *tail = in build_wildcard_deref() local
/third_party/mesa3d/src/glx/
H A Ddri_common.c278 struct glx_config head, *tail, *m; in driConvertConfigs() local
/third_party/mesa3d/src/imgui/
H A Dimstb_rectpack.h353 stbrp_node **prev, *node, *tail, **best = NULL; in stbrp__skyline_find_best_pos() local
/third_party/mesa3d/src/intel/common/
H A Dintel_aux_map.c152 struct aux_map_buffer *tail = in align_and_verify_space() local
170 struct aux_map_buffer *tail = in get_current_pos() local
H A Dintel_measure.h123 unsigned head, tail; member
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/chacha/
H A Dchacha-x86_64.s
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dpow.c36 static inline double_t log_inline(uint64_t ix, double_t *tail) in log_inline() argument
171 double_t kd, z, r, r2, scale, tail, tmp; in exp_inline() local
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dpow.c36 static inline double_t log_inline(uint64_t ix, double_t *tail) in log_inline() argument
171 double_t kd, z, r, r2, scale, tail, tmp; in exp_inline() local
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dpow.c36 static inline double_t log_inline(uint64_t ix, double_t *tail) in log_inline() argument
171 double_t kd, z, r, r2, scale, tail, tmp; in exp_inline() local
/third_party/musl/src/math/
H A Dpow.c36 static inline double_t log_inline(uint64_t ix, double_t *tail) in log_inline() argument
171 double_t kd, z, r, r2, scale, tail, tmp; in exp_inline() local
/third_party/nghttp2/src/
H A Dmemchunk.h419 Memchunk *head, *tail; global() member
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_getaddrinfo.c110 struct ares_addrinfo_cname *tail = ares_malloc_zero(sizeof(*tail)); in ares__append_addrinfo_cname() local
130 ares__addrinfo_cat_cnames(struct ares_addrinfo_cname **head, struct ares_addrinfo_cname *tail) ares__addrinfo_cat_cnames() argument
150 struct ares_addrinfo_node *tail = ares_malloc_zero(sizeof(*tail)); ares__append_addrinfo_node() local
170 ares__addrinfo_cat_nodes(struct ares_addrinfo_node **head, struct ares_addrinfo_node *tail) ares__addrinfo_cat_nodes() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.h100 struct cmd_block *tail; member
323 struct cmd_block *tail = bin->tail; in lp_scene_bin_command() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_screen.h49 struct nouveau_fence *tail; member
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-compiler.cc357 Label tail; in CompileDisjunction() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c33 SHA256_CTX head, tail, md; member
[all...]
H A De_aes_cbc_hmac_sha1.c33 SHA_CTX head, tail, md; member
[all...]
/third_party/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c33 SHA256_CTX head, tail, md; member
[all...]
H A De_aes_cbc_hmac_sha1.c33 SHA_CTX head, tail, md; member
[all...]
/third_party/skia/src/opts/
H A DSkRasterPipeline_opts.h143 SI void load2(const uint16_t* ptr, size_t tail, U16* r, U16* g) { in load2() argument
147 SI void store2(uint16_t* ptr, size_t tail, U16 r, U16 g) { in store2() argument
151 SI void load3(const uint16_t* ptr, size_t tail, U16* r, U16* g, U16* b) { in load3() argument
156 SI void load4(const uint16_t* ptr, size_t tail, U16* r, U16* g, U16* b, U16* a) { in load4() argument
162 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { in store4() argument
169 SI void load2(const float* ptr, size_t tail, F* r, F* g) { in load2() argument
173 SI void store2(float* ptr, size_t tail, F r, F g) { in store2() argument
177 SI void load4(const float* ptr, size_t tail, F* r, F* g, F* b, F* a) { in load4() argument
183 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { in store4() argument
1074 size_t dx, dy, tail; global() member
1154 load(const T* src, size_t tail) load() argument
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimstb_rectpack.h355 stbrp_node **prev, *node, *tail, **best = NULL; in stbrp__skyline_find_best_pos() local

Completed in 20 milliseconds

1...<<11121314151617181920>>...50