Home
last modified time | relevance | path

Searched refs:vparam (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/
Dshuffles.ll34 define <4 x float> @test_insert_1(<4 x float> %vparam, float %eltparam) {
38 %rv = insertelement <4 x float> %vparam, float %eltparam, i32 1
/external/dnsmasq/src/
Dnetwork.c213 int scope, int if_index, void *vparam) in iface_allowed_v6() argument
237 return iface_allowed((struct irec **)vparam, if_index, &addr, netmask); in iface_allowed_v6()
242 struct in_addr netmask, struct in_addr broadcast, void *vparam) in iface_allowed_v4() argument
255 return iface_allowed((struct irec **)vparam, if_index, &addr, netmask); in iface_allowed_v4()
Ddhcp.c28 struct in_addr netmask, struct in_addr broadcast, void *vparam);
373 struct in_addr netmask, struct in_addr broadcast, void *vparam) in complete_context() argument
376 struct iface_param *param = vparam; in complete_context()