Home
last modified time | relevance | path

Searched refs:zero_ops (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/dev/hyperv/
H A Dgenfb_vmbus.c82 static const struct genfb_ops zero_ops; in genfb_vmbus_attach() local
85 struct genfb_ops ops = zero_ops; in genfb_vmbus_attach()
/netbsd-src/sys/dev/sbus/
H A Dgenfb_sbus.c94 static const struct genfb_ops zero_ops; in genfb_attach_sbus() local
95 struct genfb_ops ops = zero_ops; in genfb_attach_sbus()
/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm2835_genfb.c93 static const struct genfb_ops zero_ops; in bcmgenfb_attach() local
94 struct genfb_ops ops = zero_ops; in bcmgenfb_attach()
/netbsd-src/sys/dev/pci/
H A Dgenfb_pci.c101 static const struct genfb_ops zero_ops; in pci_genfb_attach() local
102 struct genfb_ops ops = zero_ops; in pci_genfb_attach()
/netbsd-src/sys/arch/arm/amlogic/
H A Dmeson_genfb.c185 static const struct genfb_ops zero_ops; in meson_genfb_attach() local
186 struct genfb_ops ops = zero_ops; in meson_genfb_attach()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp.cc2085 vec<tree> zero_ops; in vect_build_slp_tree_2() local
2086 zero_ops.create (group_size); in vect_build_slp_tree_2()
2087 zero_ops.quick_push (build_zero_cst (TREE_TYPE (vectype))); in vect_build_slp_tree_2()
2089 zero_ops.quick_push (zero_ops[0]); in vect_build_slp_tree_2()
2090 slp_tree zero = vect_create_new_slp_node (zero_ops); in vect_build_slp_tree_2()