Searched defs:bcast (Results 1 - 16 of 16) sorted by relevance

/external/eigen/unsupported/test/
H A Dcxx11_tensor_forced_eval.cpp61 Eigen::array<int, 2> bcast; local
62 bcast[0] = 3;
63 bcast[1] = 1;
65 Tensor<float, 2> output_tensor= (input_tensor - input_tensor.maximum(depth_dim).eval().reshape(dims2d).broadcast(bcast));
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.c323 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
343 if (os_memcmp(pos, bcast, ETH_ALEN) == 0)
H A Dwps_er.c1510 u8 bcast[ETH_ALEN]; local
1525 os_memset(bcast, 0xff, ETH_ALEN);
1526 auth_macs = bcast;
H A Dwps_registrar.c795 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
798 addr = bcast;
/external/wpa_supplicant_8/src/wps/
H A Dwps.c323 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
343 if (os_memcmp(pos, bcast, ETH_ALEN) == 0)
H A Dwps_er.c1510 u8 bcast[ETH_ALEN]; local
1525 os_memset(bcast, 0xff, ETH_ALEN);
1526 auth_macs = bcast;
H A Dwps_registrar.c795 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
798 addr = bcast;
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.c323 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
343 if (os_memcmp(pos, bcast, ETH_ALEN) == 0)
H A Dwps_er.c1510 u8 bcast[ETH_ALEN]; local
1525 os_memset(bcast, 0xff, ETH_ALEN);
1526 auth_macs = bcast;
H A Dwps_registrar.c795 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
798 addr = bcast;
/external/libnl/lib/route/
H A Daddr.c977 int rtnl_addr_set_broadcast(struct rtnl_addr *addr, struct nl_addr *bcast) argument
979 if (bcast && bcast->a_family != AF_INET)
982 return __assign_addr(addr, &addr->a_bcast, bcast, ADDR_ATTR_BROADCAST);
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVEntry.h679 T* bcast(SPIRVEntry *E) { function in namespace:SPIRV
/external/toybox/toys/pending/
H A Dip.c61 iface[IFNAMSIZ+1], laddr[64], bcast[64]; member in struct:linkdata
783 line_feed, link->type, link->laddr, peer ,link->bcast);
858 inet_ntop(AF_INET, RTA_DATA(attr), link->bcast, 64);
859 else fill_address(RTA_DATA(attr), link->bcast);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c1042 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
1075 bcast, i,
1113 bcast, 0, 1,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c1042 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
1075 bcast, i,
1113 bcast, 0, 1,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c1042 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
1075 bcast, i,
1113 bcast, 0, 1,

Completed in 296 milliseconds