Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/util/
Dslab.c87 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/
Dcoap_utlist_internal.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/libcoap/examples/
Dcoap_list.c58 coap_list_t *elt, *tmp; in coap_delete_list() 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/elfutils/libdw/
Ddwarf_getaranges.c270 struct arangelist *elt = sortaranges[i]; in dwarf_getaranges() local
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dxml_consistency.py187 def is_count_output(name, elt): argument
/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/gallium/auxiliary/translate/
Dtranslate_sse.c1122 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
Dtranslate_generic.c589 unsigned elt, in generic_run_one()
/third_party/skia/src/gpu/vk/
DGrVkResourceProvider.cpp493 fSamplers.foreach([&](auto* elt) { elt->unref(); }); in destroyResources()
496 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/node/deps/v8/src/strings/
Dstring-builder.cc63 Object elt = fixed_array.get(i); in StringBuilderConcatLength() local
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlhttpsrc.c2074 GstCurlHttpSrc *elt; in gst_curl_http_src_curl_multi_loop() local
2547 GstCurlHttpSrc *elt = NULL; local
/third_party/libcoap/src/
Dcoap_option.c593 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()
/third_party/mesa3d/src/mesa/main/
Dapi_arrayelt.c1420 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/
Dgstencodebasebin.c2295 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/
Dappsrc.c134 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/
DCollationRegressionTest.java998 int elt = iter.next(); in Test4179216() local
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationRegressionTest.java995 int elt = iter.next(); in Test4179216() local

12