Home
last modified time | relevance | path

Searched defs:elt (Results 1 – 25 of 57) sorted by relevance

123

/third_party/mesa3d/src/util/
Dslab.c87 slab_free_orphaned(struct slab_element_header *elt) in slab_free_orphaned()
152 struct slab_element_header *elt = slab_get_element(pool->parent, page, i); in slab_destroy_child() local
158 struct slab_element_header *elt = pool->migrated; in slab_destroy_child() local
166 struct slab_element_header *elt = pool->free; in slab_destroy_child() local
185 struct slab_element_header *elt = slab_get_element(pool->parent, page, i); in slab_add_new_page() local
208 struct slab_element_header *elt; in slab_alloc() local
244 struct slab_element_header *elt = ((struct slab_element_header*)ptr - 1); in slab_free() local
/third_party/boost/boost/hana/detail/
Dtype_at.hpp29 struct elt { using type = T; }; struct
/third_party/boost/libs/hana/include/boost/hana/detail/
Dtype_at.hpp29 struct elt { using type = T; }; argument
/third_party/libxml2/os400/
Drpgsupport.c247 __htmlDefaultSubelement(const htmlElemDesc * elt) in __htmlDefaultSubelement()
256 const htmlElemDesc * elt) in __htmlElementAllowedHereDesc()
264 __htmlRequiredAttrs(const htmlElemDesc * elt) in __htmlRequiredAttrs()
/third_party/libcoap/include/coap3/
Dutlist.h86 #define UTLIST_SV(elt,list) _tmp = (char*)(list); {char **_alias = (char**)&(list); *_alias = (elt)… argument
87 #define UTLIST_NEXT(elt,list,next) ((char*)((list)->next)) argument
88 #define UTLIST_NEXTASGN(elt,list,to,next) { char **_alias = (char**)&((list)->next); *_alias=(char*… argument
90 #define UTLIST_PREVASGN(elt,list,to,prev) { char **_alias = (char**)&((list)->prev); *_alias=(char*… argument
95 #define UTLIST_SV(elt,list) argument
96 #define UTLIST_NEXT(elt,list,next) ((elt)->next) argument
97 #define UTLIST_NEXTASGN(elt,list,to,next) ((elt)->next)=(to) argument
99 #define UTLIST_PREVASGN(elt,list,to,prev) ((elt)->prev)=(to) argument
369 #define LL_LOWER_BOUND(head,elt,like,cmp) \ argument
372 #define LL_LOWER_BOUND2(head,elt,like,cmp,next) \ argument
[all …]
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstvideoparseutils.c53 gst_video_parse_user_data (GstElement * elt, GstVideoParseUserData * user_data, in gst_video_parse_user_data()
253 gst_video_push_user_data (GstElement * elt, GstVideoParseUserData * user_data, in gst_video_push_user_data()
/third_party/gettext/gnulib-local/lib/libxml/
DHTMLparser.in.h308 #define htmlDefaultSubelement(elt) elt->defaultsubelt argument
319 #define htmlElementAllowedHereDesc(parent,elt) \ argument
327 #define htmlRequiredAttrs(elt) (elt)->attrs_req argument
/third_party/libxml2/include/libxml/
DHTMLparser.h279 #define htmlDefaultSubelement(elt) elt->defaultsubelt argument
290 #define htmlElementAllowedHereDesc(parent,elt) \ argument
298 #define htmlRequiredAttrs(elt) (elt)->attrs_req argument
/third_party/libcoap/examples/
Dcoap_list.c58 coap_list_t *elt, *tmp; in coap_delete_list() local
/third_party/boost/boost/hana/
Dunfold_left.hpp62 decltype(auto) elt = f(static_cast<Init&&>(init)); in apply() local
Dunfold_right.hpp62 decltype(auto) elt = f(static_cast<Init&&>(init)); in apply() local
/third_party/boost/libs/hana/include/boost/hana/
Dunfold_right.hpp62 decltype(auto) elt = f(static_cast<Init&&>(init)); in apply() local
Dunfold_left.hpp62 decltype(auto) elt = f(static_cast<Init&&>(init)); in apply() local
/third_party/libffi/src/powerpc/
Dffi_linux64.c137 unsigned elt, elnum, rtype; in ffi_prep_cif_linux64_core() local
538 unsigned int elt, elnum; in ffi_prep_args64() local
903 unsigned int elt, elnum; in ffi_closure_helper_LINUX64() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-bit-page.hh194 elt_t &elt (hb_codepoint_t g) { return v[(g & MASK) / ELT_BITS]; } in elt() function
195 const elt_t& elt (hb_codepoint_t g) const { return v[(g & MASK) / ELT_BITS]; } in elt() function
/third_party/gstreamer/gstplugins_base/tests/examples/app/
Dappsink-src2.c47 on_new_sample_from_sink (GstElement * elt, ProgramData * data) in on_new_sample_from_sink()
Dappsink-src.c44 on_new_sample_from_sink (GstElement * elt, ProgramData * data) in on_new_sample_from_sink()
/third_party/mesa3d/src/mesa/math/
Dm_vector.c46 _mesa_vector4f_clean_elem( GLvector4f *vec, GLuint count, GLuint elt ) in _mesa_vector4f_clean_elem()
/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c1094 struct x86_reg elt = p->idx_ESI; in init_inputs() local
1166 unsigned index_size, unsigned var_idx, struct x86_reg elt) in get_buffer_ptr()
1377 struct x86_reg elt = !index_size ? p->idx_ESI : x86_deref(p->idx_ESI); in build_vertex_emit() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ra_init.cpp150 unsigned elt = 0; in find_free_bit() local
187 unsigned elt = 0; in find_free_chans() local
222 unsigned elt = 0; in find_free_chan_by_mask() local
/third_party/mesa3d/src/mesa/tnl/
Dt_split_copy.c243 elt(struct copy_context *copy, GLuint elt_idx) in elt() function
245 GLuint elt = copy->srcelt[elt_idx] + copy->prim->basevertex; in elt() local
/third_party/skia/src/gpu/vk/
DGrVkResourceProvider.cpp492 fSamplers.foreach([&](auto* elt) { elt->unref(); }); in destroyResources()
495 fYcbcrConversions.foreach([&](auto* elt) { elt->unref(); }); in destroyResources()
/third_party/python/Python/
Dcompile.c3840 expr_ty elt = asdl_seq_GET(elts, i); in starunpack_helper() local
3847 expr_ty elt = asdl_seq_GET(elts, i); in starunpack_helper() local
3863 expr_ty elt = asdl_seq_GET(elts, i); in starunpack_helper() local
3892 expr_ty elt = asdl_seq_GET(elts, i); in unpack_helper() local
3919 expr_ty elt = asdl_seq_GET(elts, i); in assignment_helper() local
4251 expr_ty elt = asdl_seq_GET(args, i); in maybe_optimize_method_call() local
4446 expr_ty elt = asdl_seq_GET(args, i); in compiler_call_helper() local
4460 expr_ty elt = asdl_seq_GET(args, i); in compiler_call_helper() local
4561 expr_ty elt, expr_ty val, int type) in compiler_comprehension_generator()
4578 expr_ty elt, expr_ty val, int type) in compiler_sync_comprehension_generator()
[all …]
/third_party/libcoap/src/
Doption.c590 coap_optlist_t *elt, *tmp; in coap_delete_optlist() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_reg.h1064 get_element(struct brw_reg reg, unsigned elt) in get_element()
1070 get_element_ud(struct brw_reg reg, unsigned elt) in get_element_ud()
1076 get_element_d(struct brw_reg reg, unsigned elt) in get_element_d()

123