/third_party/mesa3d/src/util/ |
D | slab.c | 87 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/ |
D | type_at.hpp | 29 struct elt { using type = T; }; struct
|
/third_party/boost/libs/hana/include/boost/hana/detail/ |
D | type_at.hpp | 29 struct elt { using type = T; }; argument
|
/third_party/libxml2/os400/ |
D | rpgsupport.c | 247 __htmlDefaultSubelement(const htmlElemDesc * elt) in __htmlDefaultSubelement() 256 const htmlElemDesc * elt) in __htmlElementAllowedHereDesc() 264 __htmlRequiredAttrs(const htmlElemDesc * elt) in __htmlRequiredAttrs()
|
/third_party/libcoap/include/coap3/ |
D | utlist.h | 86 #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/ |
D | gstvideoparseutils.c | 53 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/ |
D | HTMLparser.in.h | 308 #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/ |
D | HTMLparser.h | 279 #define htmlDefaultSubelement(elt) elt->defaultsubelt argument 290 #define htmlElementAllowedHereDesc(parent,elt) \ argument 298 #define htmlRequiredAttrs(elt) (elt)->attrs_req argument
|
/third_party/libcoap/examples/ |
D | coap_list.c | 58 coap_list_t *elt, *tmp; in coap_delete_list() local
|
/third_party/boost/boost/hana/ |
D | unfold_left.hpp | 62 decltype(auto) elt = f(static_cast<Init&&>(init)); in apply() local
|
D | unfold_right.hpp | 62 decltype(auto) elt = f(static_cast<Init&&>(init)); in apply() local
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | unfold_right.hpp | 62 decltype(auto) elt = f(static_cast<Init&&>(init)); in apply() local
|
D | unfold_left.hpp | 62 decltype(auto) elt = f(static_cast<Init&&>(init)); in apply() local
|
/third_party/libffi/src/powerpc/ |
D | ffi_linux64.c | 137 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/ |
D | hb-bit-page.hh | 194 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/ |
D | appsink-src2.c | 47 on_new_sample_from_sink (GstElement * elt, ProgramData * data) in on_new_sample_from_sink()
|
D | appsink-src.c | 44 on_new_sample_from_sink (GstElement * elt, ProgramData * data) in on_new_sample_from_sink()
|
/third_party/mesa3d/src/mesa/math/ |
D | m_vector.c | 46 _mesa_vector4f_clean_elem( GLvector4f *vec, GLuint count, GLuint elt ) in _mesa_vector4f_clean_elem()
|
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 1094 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/ |
D | sb_ra_init.cpp | 150 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/ |
D | t_split_copy.c | 243 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/ |
D | GrVkResourceProvider.cpp | 492 fSamplers.foreach([&](auto* elt) { elt->unref(); }); in destroyResources() 495 fYcbcrConversions.foreach([&](auto* elt) { elt->unref(); }); in destroyResources()
|
/third_party/python/Python/ |
D | compile.c | 3840 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/ |
D | option.c | 590 coap_optlist_t *elt, *tmp; in coap_delete_optlist() local
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_reg.h | 1064 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()
|