| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
| Reassociate.h | 1 //===- Reassociate.h - Reassociate binary expressions -----------*- C++ -*-===// 42 /// A private "module" namespace for types and utilities used by Reassociate. 44 namespace reassociate { namespace in namespace:llvm 68 } // end namespace reassociate 70 /// Reassociate commutative expressions. 105 SmallVectorImpl<reassociate::ValueEntry> &Ops); 107 SmallVectorImpl<reassociate::ValueEntry> &Ops); 109 SmallVectorImpl<reassociate::ValueEntry> &Ops); 111 SmallVectorImpl<reassociate::ValueEntry> &Ops) [all...] |
| /src/external/bsd/libevent/dist/ |
| evport.c | 51 * necessary when large fd's come in. reassociate() takes care of maintaining 236 reassociate(struct evport_data *epdp, struct fd_info *fdip, int fd) function 287 * Before doing anything else, we need to reassociate the events we hit 301 reassociate(epdp, fdi, fd); 391 return reassociate(evpd, fdi, fd); 422 return (reassociate(evpd, fdi, fd));
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| evport.c | 52 * necessary when large fd's come in. reassociate() takes care of maintaining 235 reassociate(struct evport_data *epdp, struct fd_info *fdip, int fd) function 286 * Before doing anything else, we need to reassociate the events we hit 300 reassociate(epdp, fdi, fd); 390 return reassociate(evpd, fdi, fd); 421 return (reassociate(evpd, fdi, fd));
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| wpa_supplicant_i.h | 720 int reassociate; /* reassociation requested */ member in struct:wpa_supplicant 724 int disconnected; /* all connections disabled; i.e., do no reassociate
|