Searched refs:Broadcast (Results 1 - 10 of 10) sorted by relevance

/external/lldb/include/lldb/Host/
H A DCondition.h57 Broadcast ();
98 /// @see Condition::Broadcast()
H A DPredicate.h118 /// @see Predicate::Broadcast()
130 Broadcast(old_value, broadcast_type);
146 /// @see Predicate::Broadcast()
158 Broadcast(old_value, broadcast_type);
174 /// @see Predicate::Broadcast()
186 Broadcast(old_value, broadcast_type);
477 /// Broadcast if needed.
492 Broadcast (T old_value, PredicateBroadcastType broadcast_type) function in class:lldb_private::Predicate
499 m_condition.Broadcast();
/external/lldb/tools/debugserver/source/
H A DPThreadCondition.h38 int Broadcast() function in class:PThreadCondition
H A DPThreadEvent.cpp84 m_set_condition.Broadcast();
103 // Broadcast only if any extra bits got set.
105 m_set_condition.Broadcast();
122 // Broadcast only if any extra bits got reset.
124 m_reset_condition.Broadcast();
/external/lldb/source/Host/common/
H A DCondition.cpp44 Condition::Broadcast () function in class:Condition
71 // another thread calls Signal(), or Broadcast() with the same
/external/libpcap/
H A Dfad-win32.c195 (struct sockaddr *)&if_addrs[if_addr_size].Broadcast,
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary151 VALUE Framed-Routing Broadcast 1
153 VALUE Framed-Routing Broadcast-Listen 3
/external/iproute2/doc/
H A Dip-tunnels.tex191 to this destination, and {\bf NBMA} (i.e. Non-Broadcast Multi-Access) tunnels,
386 \section{Broadcast GRE ``tunnels''.}
H A Dip-cref.tex410 are set, the interface is assumed to be NMBA (Non-Broadcast Multi-Access).
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5643 if (SDValue Broadcast = LowerVectorBroadcast(Op, Subtarget, DAG))
5644 return Broadcast;
7417 if (SDValue Broadcast = lowerVectorShuffleAsBroadcast(DL, MVT::v2i64, V1,
7419 return Broadcast;
7640 if (SDValue Broadcast = lowerVectorShuffleAsBroadcast(DL, MVT::v4f32, V1,
7642 return Broadcast;
7731 if (SDValue Broadcast = lowerVectorShuffleAsBroadcast(DL, MVT::v4i32, V1,
7733 return Broadcast;
8356 if (SDValue Broadcast = lowerVectorShuffleAsBroadcast(DL, MVT::v8i16, V1,
8358 return Broadcast;
[all...]

Completed in 309 milliseconds