Searched refs:reassociate (Results 1 - 25 of 33) sorted by relevance

12

/external/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h36 namespace reassociate { namespace in namespace:llvm
73 SmallVectorImpl<reassociate::ValueEntry> &Ops);
75 SmallVectorImpl<reassociate::ValueEntry> &Ops);
77 SmallVectorImpl<reassociate::ValueEntry> &Ops);
79 SmallVectorImpl<reassociate::ValueEntry> &Ops);
80 bool CombineXorOpnd(Instruction *I, reassociate::XorOpnd *Opnd1,
82 bool CombineXorOpnd(Instruction *I, reassociate::XorOpnd *Opnd1,
83 reassociate::XorOpnd *Opnd2, APInt &ConstOpnd,
85 bool collectMultiplyFactors(SmallVectorImpl<reassociate::ValueEntry> &Ops,
86 SmallVectorImpl<reassociate
[all...]
/external/autotest/server/site_tests/network_WiFi_Reassociate/
H A Dnetwork_WiFi_Reassociate.py11 """Timing test for wpa_supplicant reassociate operation."""
15 """Setup and connect to an AP, then perform reassociate test."""
21 self.context.client.reassociate(timeout_seconds=10)
/external/libevent/
H A Devport.c50 * necessary when large fd's come in. reassociate() takes care of maintaining
239 reassociate(struct evport_data *epdp, struct fd_info *fdip, int fd) function
290 * Before doing anything else, we need to reassociate the events we hit
302 reassociate(epdp, fdi, fd);
401 return reassociate(evpd, fdi, fd);
449 return (reassociate(evpd, fdi, fd));
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml35 (* reassociate expressions. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml35 (* reassociate expressions. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml35 (* reassociate expressions. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml39 (* reassociate expressions. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml35 (* reassociate expressions. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml35 (* reassociate expressions. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml35 (* reassociate expressions. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml39 (* reassociate expressions. *)
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
H A Dsta_iface.h76 Return<void> reassociate(reassociate_cb _hidl_cb) override;
H A Dsta_iface.cpp226 Return<void> StaIface::reassociate(reassociate_cb _hidl_cb) function in class:android::hardware::wifi::supplicant::V1_0::implementation::StaIface
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.c204 wpa_s->reassociate = 1;
1025 wpa_s->reassociate = 1;
2214 wpa_s->reassociate = 0;
2247 wpa_s->reassociate = 1;
2832 * Try to reassociate since there is no current configuration and a new
2836 wpa_s->reassociate = 1;
2945 if (wpa_s->reassociate && !wpa_s->disconnected &&
3084 wpa_s->reassociate = 1;
5953 wpa_s->reassociate = 1;
5961 wpa_s->reassociate
[all...]
H A Dwps_supplicant.c101 wpa_s->reassociate = 1;
135 wpa_s->reassociate = 1;
1116 wpa_s->reassociate = 1;
2387 wpa_s->reassociate = 1;
H A Devents.c1390 "Considering connect request: reassociate: %d selected: "
1393 wpa_s->reassociate, MAC2STR(selected->bssid),
1403 if (wpa_s->reassociate ||
1498 if (wpa_s->reassociate)
1499 return 1; /* explicit request to reassociate */
2778 wpa_s->reassociate = 0;
H A Dwpa_supplicant_i.h522 int reassociate; /* reassociation requested */ member in struct:wpa_supplicant
525 int disconnected; /* all connections disabled; i.e., do no reassociate
H A Dwnm_sta.c879 wpa_s->reassociate = 1;
H A Dsme.c232 wpa_s->reassociate = 0;
H A Dinterworking.c85 wpa_s->reassociate = 1;
H A Dctrl_iface.c216 wpa_s->reassociate = 1;
2901 wpa_s->reassociate = 0;
4934 wpa_s->reassociate = 1;
H A Dp2p_supplicant.c865 wpa_s->reassociate = 0;
1943 wpa_s->reassociate = 1;
8999 wpa_s->reassociate = 1;
/external/autotest/server/cros/network/
H A Dwifi_client.py1064 def reassociate(self, timeout_seconds=10): member in class:WiFiClient
1071 logging.info('Attempt to reassociate')
1087 'Failed to reassociate within given timeout')
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
H A DWifiManagerFacade.java842 return mWifi.reassociate();
/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp46 using namespace reassociate;
48 #define DEBUG_TYPE "reassociate"
77 class llvm::reassociate::XorOpnd {
181 // we can reassociate expressions for code motion! Since we do not recurse
838 // be zapped by reassociate later, so we don't need much finesse here.
1483 // reassociate this to A*(A+B*C)+D, which reduces the number of multiplies.
2002 // Do not reassociate boolean (i1) expressions. We want to preserve the
2027 // reassociate further.
2050 // reassociate further.
2134 // In this case we reassociate t
[all...]

Completed in 630 milliseconds

12