Searched defs:broadcast (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/skia/src/utils/
H A DSkCondVar.cpp62 void SkCondVar::broadcast() { function in class:SkCondVar
/external/skia/src/utils/
H A DSkCondVar.cpp62 void SkCondVar::broadcast() { function in class:SkCondVar
/external/android-clat/
H A Dsetif.c37 * broadcast - broadcast address (only for AF_INET, ignored for AF_INET6)
39 int add_address(const char *ifname, int family, const void *address, int prefixlen, const void *broadcast) { argument
78 if(nla_put(msg, IFA_BROADCAST, addr_size, broadcast) < 0) {
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadingPthreads.cpp244 void ThreadCondition::broadcast() function in class:WTF::ThreadCondition
H A DThreadingWin.cpp48 * This file includes timedWait/signal/broadcast implementations translated to WebKit coding style from the latest algorithm by
375 void ThreadCondition::broadcast() function in class:WTF::ThreadCondition
/external/dnsmasq/src/
H A Dbpf.c88 struct in_addr addr, netmask, broadcast; local
89 broadcast.s_addr = 0;
95 broadcast = ((struct sockaddr_in *) &ifr->ifr_addr)->sin_addr;
98 netmask, broadcast,
158 net broadcast or the destination can't reply to ARP yet,
H A Dnetlink.c194 struct in_addr netmask, addr, broadcast; local
198 broadcast.s_addr = 0;
205 broadcast = *((struct in_addr *)(rta+1));
211 if (!((*ipv4_callback)(addr, ifa->ifa_index, netmask, broadcast, parm)))
H A Ddhcp.c28 struct in_addr netmask, struct in_addr broadcast, void *vparam);
202 /* OpenBSD tells us when a packet was broadcast */
290 /* broadcast to 255.255.255.255 (or mac address invalid) */
321 /* broadcast to 255.255.255.255 (or mac address invalid) */
332 mysteriously. Bah. Fall back to broadcast for other net types. */
357 /* This is a complex routine: it gets called with each (address,netmask,broadcast) triple
361 2) Fills in any netmask and broadcast addresses which have not been explicitly configured.
368 struct in_addr netmask, struct in_addr broadcast, void *vparam)
407 if (is_same_net(broadcast, context->start, context->netmask))
408 context->broadcast
367 complete_context(struct in_addr local, int if_index, struct in_addr netmask, struct in_addr broadcast, void *vparam) argument
[all...]
H A Dnetwork.c229 struct in_addr netmask, struct in_addr broadcast, void *vparam)
238 addr.in.sin_addr = broadcast; /* warning */
228 iface_allowed_v4(struct in_addr local, int if_index, struct in_addr netmask, struct in_addr broadcast, void *vparam) argument
/external/lldb/include/lldb/Host/
H A DPredicate.h28 eBroadcastNever, ///< No broadcast will be sent when the value is modified.
29 eBroadcastAlways, ///< Always send a broadcast when the value is modified.
30 eBroadcastOnChange ///< Only broadcast if the value changes when the value is modified.
109 /// way and broadcast if needed.
137 /// thread safe way and broadcast if needed.
165 /// \a m_value in a thread safe way and broadcast if needed.
479 /// Check to see if we need to broadcast to our condition variable
482 /// If \a broadcast_type is eBroadcastNever, no broadcast will be
486 /// will always be broadcast.
489 /// variable be broadcast i
494 bool broadcast = (broadcast_type == eBroadcastAlways) || ((broadcast_type == eBroadcastOnChange) && old_value != m_value); local
[all...]
/external/dhcpcd/
H A Dif-bsd.c154 const struct in_addr *netmask, const struct in_addr *broadcast,
176 if (action >= 0 && broadcast) {
177 ADDADDR(ifa.ifra_broadaddr, broadcast);
153 if_address(const struct interface *iface, const struct in_addr *address, const struct in_addr *netmask, const struct in_addr *broadcast, int action) argument
H A Dif-linux.c99 /* Some qeth setups require the use of the broadcast flag. */
495 const struct in_addr *broadcast, int action)
520 if (action >= 0 && broadcast)
522 &broadcast->s_addr, sizeof(broadcast->s_addr));
493 if_address(const struct interface *iface, const struct in_addr *address, const struct in_addr *netmask, const struct in_addr *broadcast, int action) argument
/external/lldb/source/Core/
H A DCommunication.cpp295 Communication::AppendBytesToCache (const uint8_t * bytes, size_t len, bool broadcast, ConnectionStatus status) argument
298 "%p Communication::AppendBytesToCache (src = %p, src_len = %" PRIu64 ", broadcast = %i)",
299 this, bytes, (uint64_t)len, broadcast);
305 // If the user registered a callback, then call it and do not broadcast
312 if (broadcast)
/external/iputils/ninfod/
H A Dni_ifaddrs.c105 void *broadcast; member in struct:rtmaddr_ifamap
455 ifamap.broadcast = rtadata;
499 ifamap.broadcast = ifamap.address;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_pan.c553 int broadcast = eth_hdr->h_dest[0] & 1; local
560 (broadcast || memcmp(btpan_cb.conns[i].eth_addr, eth_hdr->h_dest, sizeof(BD_ADDR)) == 0
/external/chromium_org/native_client_sdk/src/examples/demo/life_simd/
H A Dlife.cc47 // Helper function to broadcast x across 16 element vector.
48 INLINE u8x16_t broadcast(uint8_t x) { function in namespace:__anon8900
347 const u8x16_t kOne = broadcast(1);
348 const u8x16_t kFour = broadcast(4);
349 const u8x16_t kEight = broadcast(8);
/external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
H A Dearth.cc98 INLINE f32x4_t broadcast(float x) { function in namespace:__anon8895
105 const f32x4_t kOneOver255 = broadcast(1.0f / 255.0f);
118 const f32x4_t kZero = broadcast(0.0f);
119 const f32x4_t kHalf = broadcast(0.5f);
120 const f32x4_t k255 = broadcast(255.0f);
442 const f32x4_t planet_one_over_radius = broadcast(planet_one_over_radius_);
497 f32x4_t pos = base + broadcast(t) * delta;
503 L = L * broadcast(Lq);
505 f32x4_t p = diffuse * broadcast(d) + ambient;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DDynamicHLSL.cpp702 // - with a 2.0 context, the output color is broadcast to all channels
703 const bool broadcast = (fragmentShader->mUsesFragColor && mRenderer->getCurrentClientVersion() < 3); local
704 const unsigned int numRenderTargets = (broadcast || usesMRT ? mRenderer->getRendererCaps().maxDrawBuffers : 1);
812 outputKeyVariable.source = broadcast ? "gl_Color[0]" : "gl_Color[" + Str(renderTargetIndex) + "]";
/external/lldb/source/Commands/
H A DCommandObjectThread.cpp1442 const bool broadcast = true; local
1443 error = thread_sp->ReturnFromFrame (frame_sp, return_valobj_sp, broadcast);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11.c1735 int broadcast; local
1751 broadcast = mgmt->bssid[0] == 0xff && mgmt->bssid[1] == 0xff &&
1755 if (!broadcast &&
H A Dieee802_1x.c116 int idx, int broadcast,
145 key->key_index = idx | (broadcast ? 0 : BIT(7));
185 broadcast ? "broadcast" : "unicast", idx);
1775 "new broadcast key");
1782 * after new broadcast key has been sent to all stations. */
1790 "new broadcast key");
2139 * broadcast keys(?) */
114 ieee802_1x_tx_key_one(struct hostapd_data *hapd, struct sta_info *sta, int idx, int broadcast, u8 *key_data, size_t key_len) argument
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11.c1735 int broadcast; local
1751 broadcast = mgmt->bssid[0] == 0xff && mgmt->bssid[1] == 0xff &&
1755 if (!broadcast &&
H A Dieee802_1x.c116 int idx, int broadcast,
145 key->key_index = idx | (broadcast ? 0 : BIT(7));
185 broadcast ? "broadcast" : "unicast", idx);
1775 "new broadcast key");
1782 * after new broadcast key has been sent to all stations. */
1790 "new broadcast key");
2139 * broadcast keys(?) */
114 ieee802_1x_tx_key_one(struct hostapd_data *hapd, struct sta_info *sta, int idx, int broadcast, u8 *key_data, size_t key_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11.c1735 int broadcast; local
1751 broadcast = mgmt->bssid[0] == 0xff && mgmt->bssid[1] == 0xff &&
1755 if (!broadcast &&
H A Dieee802_1x.c116 int idx, int broadcast,
145 key->key_index = idx | (broadcast ? 0 : BIT(7));
185 broadcast ? "broadcast" : "unicast", idx);
1775 "new broadcast key");
1782 * after new broadcast key has been sent to all stations. */
1790 "new broadcast key");
2139 * broadcast keys(?) */
114 ieee802_1x_tx_key_one(struct hostapd_data *hapd, struct sta_info *sta, int idx, int broadcast, u8 *key_data, size_t key_len) argument

Completed in 2385 milliseconds

12