Home
last modified time | relevance | path

Searched refs:prop_data (Results 1 – 5 of 5) sorted by relevance

/external/dtc/libfdt/
Dfdt_rw.c259 int len, void **prop_data) in fdt_setprop_placeholder() argument
272 *prop_data = prop->data; in fdt_setprop_placeholder()
279 void *prop_data; in fdt_setprop() local
282 err = fdt_setprop_placeholder(fdt, nodeoffset, name, len, &prop_data); in fdt_setprop()
287 memcpy(prop_data, val, len); in fdt_setprop()
Dlibfdt.h1620 int len, void **prop_data);
/external/rust/crates/unicode-normalization/scripts/
Dunicode.py162 (prop_data, _, _) = line.partition("#")
163 prop_pieces = prop_data.split(";")
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c46 struct tgsi_property_data prop_data; member
1372 out[1].prop_data.Data = data; in emit_property()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c51 struct tgsi_property_data prop_data; member
1819 out[1].prop_data.Data = data; in emit_property()