Home
last modified time | relevance | path

Searched refs:elt (Results 1 – 25 of 125) sorted by relevance

12345

/third_party/mesa3d/src/util/
Dslab.c87 slab_free_orphaned(struct slab_element_header *elt) in slab_free_orphaned() argument
91 assert(elt->owner & 1); in slab_free_orphaned()
93 page = (struct slab_page_header *)(elt->owner & ~(intptr_t)1); in slab_free_orphaned()
152 struct slab_element_header *elt = slab_get_element(pool->parent, page, i); in slab_destroy_child() local
153 p_atomic_set(&elt->owner, (intptr_t)page | 1); in slab_destroy_child()
158 struct slab_element_header *elt = pool->migrated; in slab_destroy_child() local
159 pool->migrated = elt->next; in slab_destroy_child()
160 slab_free_orphaned(elt); in slab_destroy_child()
166 struct slab_element_header *elt = pool->free; in slab_destroy_child() local
167 pool->free = elt->next; in slab_destroy_child()
[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() argument
73 GST_WARNING_OBJECT (elt, "Missing user data id, ignoring"); in gst_video_parse_user_data()
81 GST_WARNING_OBJECT (elt, "Missing user data id, ignoring"); in gst_video_parse_user_data()
98 GST_LOG_OBJECT (elt, "Unsupported provider code %d", provider_code); in gst_video_parse_user_data()
104 GST_DEBUG_OBJECT (elt, "Unsupported SCTE 20 closed captions"); in gst_video_parse_user_data()
108 GST_WARNING_OBJECT (elt, "Missing active format flag, ignoring"); in gst_video_parse_user_data()
115 GST_WARNING_OBJECT (elt, in gst_video_parse_user_data()
120 GST_LOG_OBJECT (elt, "parsed active format description (AFD): %d", in gst_video_parse_user_data()
134 GST_WARNING_OBJECT (elt, "Missing user data type code, ignoring"); in gst_video_parse_user_data()
139 GST_WARNING_OBJECT (elt, "Missing DirecTV size, ignoring"); in gst_video_parse_user_data()
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/data/text-rendering-tests/
Dextract-tests.py32 for elt in html.findall(".//*[@class='expected'][@ft:id]", namespaces):
34 name = elt.get(ns('ft:id'))
35 text = elt.get(ns('ft:render'))
36 font = elt.get(ns('ft:font'))
37 variations = elt.get(ns('ft:var'), '').replace(':', '=').replace(';', ',')
39 for use in elt.findall(".//use"):
51 for elt in html.findall(".//*[@class='expected-no-crash'][@ft:id]", namespaces):
53 name = elt.get(ns('ft:id'))
54 text = elt.get(ns('ft:render'))
55 font = elt.get(ns('ft:font'))
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops_ll.ll1 define <4 x float> @insertelement_v4f32(<4 x float> %vec, float %elt, i32 %idx) {
9 %res0 = insertelement <4 x float> %vec, float %elt, i32 0
12 %res1 = insertelement <4 x float> %vec, float %elt, i32 1
15 %res2 = insertelement <4 x float> %vec, float %elt, i32 2
18 %res3 = insertelement <4 x float> %vec, float %elt, i32 3
26 %elt = trunc i64 %elt_arg to i1
34 %res0_i1 = insertelement <4 x i1> %vec, i1 %elt, i32 0
38 %res1_i1 = insertelement <4 x i1> %vec, i1 %elt, i32 1
42 %res2_i1 = insertelement <4 x i1> %vec, i1 %elt, i32 2
46 %res3_i1 = insertelement <4 x i1> %vec, i1 %elt, i32 3
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-bit-page.hh49 void add (hb_codepoint_t g) { elt (g) |= mask (g); } in add()
50 void del (hb_codepoint_t g) { elt (g) &= ~mask (g); } in del()
52 bool get (hb_codepoint_t g) const { return elt (g) & mask (g); } in get()
56 elt_t *la = &elt (a); in add_range()
57 elt_t *lb = &elt (b); in add_range()
72 elt_t *la = &elt (a); in del_range()
73 elt_t *lb = &elt (b); in del_range()
183 static unsigned int elt_get_min (const elt_t &elt) { return hb_ctz (elt); } in elt_get_min()
184 static unsigned int elt_get_max (const elt_t &elt) { return hb_bit_storage (elt) - 1; } in elt_get_max()
194 elt_t &elt (hb_codepoint_t g) { return v[(g & MASK) / ELT_BITS]; } in elt() function
[all …]
/third_party/harfbuzz/test/shaping/data/text-rendering-tests/
Dupdate.py33 for elt in html.findall (".//*[@class='expected'][@ft:id]", namespaces):
35 name = elt.get (ns ('ft:id'))
36 text = elt.get (ns ('ft:render'))
37 font = elt.get (ns ('ft:font'))
38 variations = elt.get (ns ('ft:var'), '').replace (':', '=').replace (';', ',')
40 for use in elt.findall (".//use"):
52 for elt in html.findall (".//*[@class='expected-no-crash'][@ft:id]", namespaces):
54 name = elt.get (ns ('ft:id'))
55 text = elt.get (ns ('ft:render'))
56 font = elt.get (ns ('ft:font'))
[all …]
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/
Dupdate.py33 for elt in html.findall (".//*[@class='expected'][@ft:id]", namespaces):
35 name = elt.get (ns ('ft:id'))
36 text = elt.get (ns ('ft:render'))
37 font = elt.get (ns ('ft:font'))
38 variations = elt.get (ns ('ft:var'), '').replace (':', '=').replace (';', ',')
40 for use in elt.findall (".//use"):
52 for elt in html.findall (".//*[@class='expected-no-crash'][@ft:id]", namespaces):
54 name = elt.get (ns ('ft:id'))
55 text = elt.get (ns ('ft:render'))
56 font = elt.get (ns ('ft:font'))
[all …]
/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
370 LL_LOWER_BOUND2(head,elt,like,cmp,next)
[all …]
/third_party/vulkan-headers/registry/spec_tools/
Dutil.py31 for elt in collection:
32 if pred(elt):
33 return elt
58 return findFirstWithPredicate(collection, lambda elt: elt.name == name)
/third_party/mesa3d/src/mesa/tnl/
Dt_vb_render.c123 const GLuint * const elt = VB->Elts; \
131 (void) elt; (void) mask; (void) sz; (void) stipple;
145 #define ELT(x) elt[x]
159 const GLuint * const elt = VB->Elts; in clip_elt_triangles() local
168 GLubyte c1 = mask[elt[j]]; in clip_elt_triangles()
169 GLubyte c2 = mask[elt[j+1]]; in clip_elt_triangles()
170 GLubyte c3 = mask[elt[j+2]]; in clip_elt_triangles()
176 clip_tri_4( ctx, elt[j], elt[j+1], elt[j+2], ormask ); in clip_elt_triangles()
213 const GLuint * const elt = VB->Elts; \
219 (void) elt; (void) stipple
[all …]
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
246 GLuint slot = elt & (ELT_TABLE_SIZE-1); in elt()
251 if (copy->vert_cache[slot].in != elt) { in elt()
260 = copy->varying[i].src_ptr + elt * srcbinding->Stride; in elt()
286 copy->vert_cache[slot].in = elt; in elt()
338 split = elt(copy, start + j); in replay_elts()
346 (void)elt(copy, start + 0); in replay_elts()
366 split = elt(copy, start+0); in replay_elts()
369 split = elt(copy, start+j-1); in replay_elts()
[all …]
/third_party/boost/boost/hana/detail/
Dtype_at.hpp29 struct elt { using type = T; }; argument
36 : elt<I, T>...
40 elt<I, T> get_elt(elt<I, T> const&);
/third_party/boost/libs/hana/include/boost/hana/detail/
Dtype_at.hpp29 struct elt { using type = T; }; struct
36 : elt<I, T>...
40 elt<I, T> get_elt(elt<I, T> const&);
/third_party/libxml2/os400/
Drpgsupport.c247 __htmlDefaultSubelement(const htmlElemDesc * elt) in __htmlDefaultSubelement() argument
250 return htmlDefaultSubelement(elt); in __htmlDefaultSubelement()
256 const htmlElemDesc * elt) in __htmlElementAllowedHereDesc() argument
259 return htmlElementAllowedHereDesc(parent, elt); in __htmlElementAllowedHereDesc()
264 __htmlRequiredAttrs(const htmlElemDesc * elt) in __htmlRequiredAttrs() argument
267 return htmlRequiredAttrs(elt); in __htmlRequiredAttrs()
/third_party/libffi/src/powerpc/
Dffi_linux64.c137 unsigned elt, elnum, rtype; in ffi_prep_cif_linux64_core() local
208 elt = discover_homogeneous_aggregate (cif->abi, cif->rtype, &elnum); in ffi_prep_cif_linux64_core()
209 if (elt) in ffi_prep_cif_linux64_core()
212 rtype = elt; in ffi_prep_cif_linux64_core()
276 elt = discover_homogeneous_aggregate (cif->abi, *ptr, &elnum); in ffi_prep_cif_linux64_core()
278 if (elt == FFI_TYPE_LONGDOUBLE && in ffi_prep_cif_linux64_core()
288 if (elt) in ffi_prep_cif_linux64_core()
538 unsigned int elt, elnum; in ffi_prep_args64() local
663 elt = discover_homogeneous_aggregate (ecif->cif->abi, *ptr, &elnum); in ffi_prep_args64()
664 if (elt) in ffi_prep_args64()
[all …]
/third_party/libcoap/examples/
Dcoap_list.c58 coap_list_t *elt, *tmp; in coap_delete_list() local
63 LL_FOREACH_SAFE(queue, elt, tmp) { in coap_delete_list()
64 coap_delete(elt); in coap_delete_list()
/third_party/skia/third_party/externals/spirv-cross/shaders/asm/frag/
Dsingle-function-private-lut.asm.frag19 OpName %elt "elt"
59 %elt = OpVariable %_ptr_Function_myType Function
72 OpStore %elt %47
73 %48 = OpAccessChain %_ptr_Function_float %elt %int_0
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/frag/
Dsingle-function-private-lut.asm.frag19 OpName %elt "elt"
59 %elt = OpVariable %_ptr_Function_myType Function
72 OpStore %elt %47
73 %48 = OpAccessChain %_ptr_Function_float %elt %int_0
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/asm/frag/
Dsingle-function-private-lut.asm.frag19 OpName %elt "elt"
59 %elt = OpVariable %_ptr_Function_myType Function
72 OpStore %elt %47
73 %48 = OpAccessChain %_ptr_Function_float %elt %int_0
/third_party/gettext/gnulib-local/lib/libxml/
DHTMLparser.in.h308 #define htmlDefaultSubelement(elt) elt->defaultsubelt argument
319 #define htmlElementAllowedHereDesc(parent,elt) \ argument
320 htmlElementAllowedHere((parent), (elt)->name)
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
291 htmlElementAllowedHere((parent), (elt)->name)
298 #define htmlRequiredAttrs(elt) (elt)->attrs_req argument
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ra_init.cpp150 unsigned elt = 0; in find_free_bit() local
153 while (elt < size && !dta[elt]) in find_free_bit()
154 ++elt; in find_free_bit()
156 if (elt >= size) in find_free_bit()
159 bit = __builtin_ctz(dta[elt]) + (elt << bt_index_shift); in find_free_bit()
187 unsigned elt = 0; in find_free_chans() local
191 basetype cd = dta[elt]; in find_free_chans()
195 if (++elt < size) { in find_free_chans()
196 cd = dta[elt]; in find_free_chans()
210 return ((elt << bt_index_shift) | bit) + 1; in find_free_chans()
[all …]
/third_party/boost/boost/hana/
Dunfold_left.hpp62 decltype(auto) elt = f(static_cast<Init&&>(init)); in apply() local
65 static_cast<decltype(elt)&&>(elt) in apply()
Dunfold_right.hpp62 decltype(auto) elt = f(static_cast<Init&&>(init)); in apply() local
65 static_cast<decltype(elt)&&>(elt) in apply()
/third_party/boost/libs/hana/include/boost/hana/
Dunfold_right.hpp62 decltype(auto) elt = f(static_cast<Init&&>(init)); in apply() local
65 static_cast<decltype(elt)&&>(elt) in apply()

12345