HomeSort by: relevance | last modified time | path
    Searched defs:associated (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
associated.c 1 /* Implementation of the ASSOCIATED intrinsic
28 extern int associated (const gfc_array_void *, const gfc_array_void *);
29 export_proto(associated); variable
32 associated (const gfc_array_void *pointer, const gfc_array_void *target) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
associated.c 1 /* Implementation of the ASSOCIATED intrinsic
28 extern int associated (const gfc_array_void *, const gfc_array_void *);
29 export_proto(associated); variable
32 associated (const gfc_array_void *pointer, const gfc_array_void *target) function
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
thread-tracker.c 69 bool associated, previous_associated; member in struct:thread_tracker
95 NETWORK_STATE_TO_STRING(associated);
109 bool associated = false; local
174 associated = true;
181 tracker->previous_associated = tracker->associated;
183 tracker->associated = associated;
204 tracker->associated = tracker->previous_associated = false;
325 return previous ? tracker->previous_associated : tracker->associated;
dnssd-client.c 413 bool associated = true; local
423 associated = false;
430 associated ? "" : " not associated ");
service-publisher.c 836 // If we get a service list update when we're associated, set the seen_service-list flag to true. This tells us we can proceed
837 // with publishing a service if we just associated to the thread network.
983 bool associated = true; local
1005 associated = false;
1076 associated ? "" : " not associated ",
route.c 2175 bool associated = false; local
2189 associated = true;
2192 INFO("state is: " PUB_S_SRP " (%d)\n ", associated ? "associated" : "not associated", state);
2198 if (associated) {
3457 am_associated ? "associated" : "!associated");
  /src/external/bsd/libevent/dist/
evport.c 403 int associated = ! fdi->pending_idx_plus_1; local
409 if (associated) {
  /src/external/bsd/ntp/dist/sntp/libevent/
evport.c 402 int associated = ! fdi->pending_idx_plus_1; local
408 if (associated) {
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.h 379 tree associated; member in struct:array_descr_info
  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211.h 146 int associated; member in struct:wpa_driver_nl80211_data
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.h 408 tree associated; member in struct:array_descr_info

Completed in 37 milliseconds