/third_party/mesa3d/src/util/ |
D | slab.c | 87 slab_free_orphaned(struct slab_element_header *elt) in slab_free_orphaned() 153 struct slab_element_header *elt = slab_get_element(pool->parent, page, i); in slab_destroy_child() local 159 struct slab_element_header *elt = pool->migrated; in slab_destroy_child() local 167 struct slab_element_header *elt = pool->free; in slab_destroy_child() local 186 struct slab_element_header *elt = slab_get_element(pool->parent, page, i); in slab_add_new_page() local 209 struct slab_element_header *elt; in slab_alloc() local 257 struct slab_element_header *elt = ((struct slab_element_header*)ptr - 1); in slab_free() local
|
/third_party/libcoap/include/coap3/ |
D | coap_utlist_internal.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/libcoap/examples/ |
D | coap_list.c | 58 coap_list_t *elt, *tmp; in coap_delete_list() 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/elfutils/libdw/ |
D | dwarf_getaranges.c | 270 struct arangelist *elt = sortaranges[i]; in dwarf_getaranges() local
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | xml_consistency.py | 187 def is_count_output(name, elt): argument
|
/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/gallium/auxiliary/translate/ |
D | translate_sse.c | 1122 struct x86_reg elt = p->idx_ESI; in init_inputs() local 1194 unsigned index_size, unsigned var_idx, struct x86_reg elt) in get_buffer_ptr() 1405 struct x86_reg elt = !index_size ? p->idx_ESI : x86_deref(p->idx_ESI); in build_vertex_emit() local
|
D | translate_generic.c | 589 unsigned elt, in generic_run_one()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkResourceProvider.cpp | 493 fSamplers.foreach([&](auto* elt) { elt->unref(); }); in destroyResources() 496 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/node/deps/v8/src/strings/ |
D | string-builder.cc | 63 Object elt = fixed_array.get(i); in StringBuilderConcatLength() local
|
/third_party/gstreamer/gstplugins_bad/ext/curl/ |
D | gstcurlhttpsrc.c | 2074 GstCurlHttpSrc *elt; in gst_curl_http_src_curl_multi_loop() local 2547 GstCurlHttpSrc *elt = NULL; local
|
/third_party/libcoap/src/ |
D | coap_option.c | 593 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()
|
/third_party/mesa3d/src/mesa/main/ |
D | api_arrayelt.c | 1420 const struct gl_array_attributes *array, GLint elt) in attrib_src() 1436 _mesa_array_element(struct gl_context *ctx, GLint elt) in _mesa_array_element() 1481 _mesa_ArrayElement(GLint elt) in _mesa_ArrayElement()
|
/third_party/gstreamer/gstplugins_base/gst/encoding/ |
D | gstencodebasebin.c | 2295 release_pads (const GValue * item, GstElement * elt) in release_pads() 2413 GstElement *elt = (GstElement *) tmp->data; in stream_group_free() local
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | appsrc.c | 134 on_new_sample_from_source (GstAppSink * elt, gpointer user_data) in on_new_sample_from_source()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationRegressionTest.java | 998 int elt = iter.next(); in Test4179216() local
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationRegressionTest.java | 995 int elt = iter.next(); in Test4179216() local
|