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

  /src/external/gpl3/gdb/dist/sim/common/
hw-instances.c 34 struct hw_instance *instances; member in struct:hw_instance_data
72 struct hw_instance **instance = &me->instances;
77 instance = &me->instances;
100 struct hw_instance **curr = &me->instances;
111 struct hw_instance *curr = me->instances;
226 instance->sibling_of_instance = me->instances_of_hw->instances;
227 me->instances_of_hw->instances = instance;
262 instance->sibling_of_instance = me->instances_of_hw->instances;
263 me->instances_of_hw->instances = instance;
276 previous = &instance->owner->instances;
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
hw-instances.c 34 struct hw_instance *instances; member in struct:hw_instance_data
72 struct hw_instance **instance = &me->instances;
77 instance = &me->instances;
100 struct hw_instance **curr = &me->instances;
111 struct hw_instance *curr = me->instances;
226 instance->sibling_of_instance = me->instances_of_hw->instances;
227 me->instances_of_hw->instances = instance;
262 instance->sibling_of_instance = me->instances_of_hw->instances;
263 me->instances_of_hw->instances = instance;
276 previous = &instance->owner->instances;
    [all...]
  /src/external/bsd/kyua-cli/dist/utils/
optional_test.cpp 49 /// Balance of alive instances of this class in dynamic memory.
50 static size_t instances; member in class:__anon6999::test_alloc
69 instances++;
80 instances--;
87 size_t test_alloc::instances = 0; member in class:__anon6999::test_alloc
183 ATF_REQUIRE_EQ(0, test_alloc::instances);
186 ATF_REQUIRE_EQ(1, test_alloc::instances);
191 ATF_REQUIRE_EQ(2, test_alloc::instances);
195 ATF_REQUIRE_EQ(2, test_alloc::instances);
199 ATF_REQUIRE_EQ(1, test_alloc::instances);
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
advertising_proxy_services.h 67 advertising_proxy_instance_t *NULLABLE instances; member in struct:advertising_proxy_host
srp-gw.h 91 delete_failed_instance, // The update failed, so delete service instances that were successfully added.
107 service_instance_t *NONNULL instances; member in struct:update
108 service_instance_t *NULLABLE instance; // If we are updating instances one at a time.
109 service_instance_t *NULLABLE added_instances; // Instances we have successfully added.
117 uint8_t fail_rcode; // rcode to return after deleting added service instances.
adv-resolve.c 82 adv_instance_state_t *instances; member in struct:adv_service_state
99 if (state->instances != NULL) {
100 FAULT("state->instances not NULL (%p)", state->instances);
srp-mdns-proxy.c 349 if (hp->instances != NULL) {
350 for (int i = 0; i < hp->instances->num; i++) {
351 adv_instance_t *instance = hp->instances->vec[i];
394 INFO(PUB_S_SRP "%d hosts (%d matter, %d hap), %d instances, %d a records, %d aaaa records at %.6lf",
755 instance_vec_txns_forget(adv_instance_vec_t *instances, intptr_t affected_service_pointer,
758 if (instances == NULL) {
761 for (int i = 0; i < instances->num; i++) {
762 adv_instance_t *instance = instances->vec[i];
782 instance_vec_txns_forget(host->instances, affected_service_pointer, "host", host, host->name);
791 "host update update instances", host->update, host->name)
1390 adv_instance_vec_t *instances = NULL; local
3613 service_instance_t *instances = client_update->instances; local
    [all...]
srp-mdns-proxy.h 166 uint16_t rrtype; // For hosts, always A or AAAA, for instances always TXT, PTR or SRV.
186 adv_instance_vec_t *NULLABLE instances; // Zero or more service instances. member in struct:adv_host
230 // The set of instances from the update that already exist but have changed.
231 // This array mirrors the array of instances configured on the host; entries to be updated
235 // The set of instances that exist and need to be removed.
238 // The set of instances that exist and were renewed
241 // The set of instances that need to be added.
288 service_instance_t *NULLABLE instances; // Service instances parsed from messag member in struct:client_update
    [all...]
srp-replication.h 376 srpl_instance_t *NULLABLE instances; member in struct:srpl_domain
  /src/external/gpl3/gcc/dist/libobjc/objc-private/
module-abi-8.h 27 /* For every class which happens to have statically allocated instances in
29 INSTANCES is NULL terminated and points to all statically allocated
30 instances of this class. */
35 id instances[1]; member in struct:objc_static_instances
37 id instances[0]; member in struct:objc_static_instances
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
template.h 58 void *instances; member in class:TemplateDeclaration
270 TemplateInstance *tnext; // non-first instantiated instances
  /src/external/gpl3/gcc.old/dist/libobjc/objc-private/
module-abi-8.h 27 /* For every class which happens to have statically allocated instances in
29 INSTANCES is NULL terminated and points to all statically allocated
30 instances of this class. */
35 id instances[1]; member in struct:objc_static_instances
37 id instances[0]; member in struct:objc_static_instances
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.h 68 // to facilitate cleanup, when instances and parent may be deallocated at different times.
128 service_instance *instances; member in struct:__anon6177
  /src/external/gpl3/binutils/dist/opcodes/
i386-gen.c 642 const struct template_instance *instances; member in struct:template
1694 tmpl->instances = NULL;
1727 if (tmpl->instances)
1730 tmpl->instances = inst;
1880 for (inst = tmpl->instances; inst; inst = inst->next)
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-gen.c 622 const struct template_instance *instances; member in struct:template
1674 tmpl->instances = NULL;
1707 if (tmpl->instances)
1710 tmpl->instances = inst;
1860 for (inst = tmpl->instances; inst; inst = inst->next)
  /src/external/gpl3/gdb/dist/opcodes/
i386-gen.c 592 const struct template_instance *instances; member in struct:template
1630 tmpl->instances = NULL;
1663 if (tmpl->instances)
1666 tmpl->instances = inst;
1816 for (inst = tmpl->instances; inst; inst = inst->next)
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-gen.c 583 const struct template_instance *instances; member in struct:template
1621 tmpl->instances = NULL;
1654 if (tmpl->instances)
1657 tmpl->instances = inst;
1744 for (inst = tmpl->instances; inst; inst = inst->next)
  /src/external/gpl3/gdb/dist/sim/ppc/
device.c 148 /* any open instances of this device */
149 device_instance *instances; member in struct:_device
519 instance->next = me->instances;
520 me->instances = instance;
533 previous = &instance->owner->instances;
566 device_instance **instance = &me->instances;
570 instance = &me->instances;
589 device_instance **curr = &me->instances;
598 device_instance *curr = me->instances;
  /src/external/gpl3/gdb.old/dist/sim/ppc/
device.c 148 /* any open instances of this device */
149 device_instance *instances; member in struct:_device
519 instance->next = me->instances;
520 me->instances = instance;
533 previous = &instance->owner->instances;
566 device_instance **instance = &me->instances;
570 instance = &me->instances;
589 device_instance **curr = &me->instances;
598 device_instance *curr = me->instances;
  /src/external/mit/isl/dist/
isl_ast_codegen.c 4377 * pairs of statement instances. Instead, we add them
4439 * Since the extension node may add statement instances before or
4440 * after the pairs of statement instances in "umap", we return isl_bool_true
5189 * If multiple statement instances reach a leaf,
5210 * any statement instances, as specified by the range of "executed".
5217 isl_union_set *domain, *instances; local
5219 instances = isl_union_map_range(isl_union_map_copy(executed));
5222 subset = isl_union_set_is_subset(instances, domain);
5224 isl_union_set_free(instances);
5230 "band node is not allowed to drop statement instances",
    [all...]

Completed in 58 milliseconds