Home
last modified time | relevance | path

Searched refs:elt (Results 1 – 25 of 106) 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()
153 struct slab_element_header *elt = slab_get_element(pool->parent, page, i); in slab_destroy_child() local
154 p_atomic_set(&elt->owner, (intptr_t)page | 1); in slab_destroy_child()
159 struct slab_element_header *elt = pool->migrated; in slab_destroy_child() local
160 pool->migrated = elt->next; in slab_destroy_child()
161 slab_free_orphaned(elt); in slab_destroy_child()
167 struct slab_element_header *elt = pool->free; in slab_destroy_child() local
168 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 …]
Dgstvideoparseutils.h179 void gst_video_parse_user_data(GstElement * elt, GstVideoParseUserData * user_data,
182 void gst_video_push_user_data(GstElement * elt, GstVideoParseUserData * user_data,
/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/elfutils/config/
Dknown-dwarf.awk31 elt = fields[1];
33 DW[set] = DW[set] "," elt;
35 DW[set] = elt;
49 elt = elts[j];
50 if (elt ~ /(low?|hi|high)_user$/)
52 print " DWARF_ONE_KNOWN_DW_" set " (" elt ", DW_" set "_" elt ") \\";
/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/
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
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/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dutil.py31 for elt in collection:
32 if pred(elt):
33 return elt
58 return findFirstWithPredicate(collection, lambda elt: elt.name == name)
Dattributes.py80 return [LengthEntry(elt) for elt in len_str.split(',')]
109 return [ExternSyncEntry(elt) for elt in sync_str.split(',')]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dxml_consistency.py185 params = [(getElemName(elt), elt) for elt in elem.findall('param')]
187 def is_count_output(name, elt): argument
192 and (elt.tail is None or 'const' not in elt.tail) \
195 countParams = [elt
196 for name, elt in params
197 if is_count_output(name, elt)]
251 type_elts = [elt
252 for elt in elem.findall("member")
253 if getElemType(elt) == TYPEENUM]
/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/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/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/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/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/python/Lib/
Ddifflib.py280 for i, elt in enumerate(b):
281 indices = b2j.setdefault(elt, [])
288 for elt in b2j.keys():
289 if isjunk(elt):
290 junk.add(elt)
291 for elt in junk: # separate loop avoids separate list of keys
292 del b2j[elt]
299 for elt, idxs in b2j.items():
301 popular.add(elt)
302 for elt in popular: # ditto; as fast for 1% deletion
[all …]
/third_party/mesa3d/src/mesa/math/
Dm_vector.c46 _mesa_vector4f_clean_elem( GLvector4f *vec, GLuint count, GLuint elt ) in _mesa_vector4f_clean_elem() argument
55 const GLfloat v = clean[elt]; in _mesa_vector4f_clean_elem()
60 data[i][elt] = v; in _mesa_vector4f_clean_elem()
62 vec->flags &= ~elem_bits[elt]; in _mesa_vector4f_clean_elem()
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/asm/frag/
Dsingle-function-private-lut.asm.frag16 myType elt = _21[index];
17 if (elt.data > 0.0)
/third_party/node/deps/v8/src/strings/
Dstring-builder.cc63 Object elt = fixed_array.get(i); in StringBuilderConcatLength() local
64 if (elt.IsSmi()) { in StringBuilderConcatLength()
66 int smi_value = Smi::ToInt(elt); in StringBuilderConcatLength()
88 } else if (elt.IsString()) { in StringBuilderConcatLength()
89 String element = String::cast(elt); in StringBuilderConcatLength()
/third_party/node/test/parallel/
Dtest-http-same-map.js43 for (const elt of list) eval('%DebugPrint(elt)');
45 for (const elt of list) assert(eval('%HaveSameMap(list[0], elt)'));
/third_party/elfutils/libdw/
Ddwarf_getaranges.c270 struct arangelist *elt = sortaranges[i]; in dwarf_getaranges() local
271 (*aranges)->info[i] = elt->arange; in dwarf_getaranges()
272 free (elt); in dwarf_getaranges()
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlhttpsrc.c2074 GstCurlHttpSrc *elt; in gst_curl_http_src_curl_multi_loop() local
2099 elt = qelement->p; in gst_curl_http_src_curl_multi_loop()
2102 g_mutex_lock (&elt->buffer_mutex); in gst_curl_http_src_curl_multi_loop()
2103 if (elt->connection_status == GSTCURL_WANT_REMOVAL) { in gst_curl_http_src_curl_multi_loop()
2104 curl_multi_remove_handle (context->multi_handle, elt->curl_handle); in gst_curl_http_src_curl_multi_loop()
2105 if (elt->state == GSTCURL_UNLOCK) { in gst_curl_http_src_curl_multi_loop()
2106 elt->pending_state = GSTCURL_REMOVED; in gst_curl_http_src_curl_multi_loop()
2108 elt->state = GSTCURL_REMOVED; in gst_curl_http_src_curl_multi_loop()
2110 elt->connection_status = GSTCURL_NOT_CONNECTED; in gst_curl_http_src_curl_multi_loop()
2112 g_cond_signal (&elt->buffer_cond); in gst_curl_http_src_curl_multi_loop()
[all …]

12345