Searched refs:is_local (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10/cups-408/cups/scheduler/
H A Dnetwork.h22 int is_local, /* Local (not point-to-point) interface? */ member in struct:cupsd_netif_s
H A Dnetwork.c224 temp->is_local = 1;
H A Dauth.c1128 if (!iface->is_local)
/macosx-10.10/libauto-186/
H A DAdmin.h225 void *find_allocation(Thread &thread, usword_t &size, const usword_t layout, const bool refcount_is_one, bool &is_local);
269 void *thread_cache_allocate(Thread &thread, usword_t &size, const usword_t layout, const bool refcount_is_one, bool &is_local);
330 void mark_allocated(void *address, const usword_t n, const usword_t layout, const bool refcount_is_one, const bool is_local);
H A DAdmin.cpp386 void Admin::mark_allocated(void *address, const usword_t n, const usword_t layout, const bool refcount_is_one, const bool is_local) { argument
397 subzone->allocate(subzone->quantum_index(address), n, layout, refcount_is_one, is_local);
689 void *Admin::thread_cache_allocate(Thread &thread, usword_t &size, const usword_t layout, const bool refcount_is_one, bool &is_local) { argument
721 is_local = false;
727 is_local = true;
739 void *Admin::find_allocation(Thread &thread, usword_t &size, const usword_t layout, const bool refcount_is_one, bool &is_local) { argument
755 is_local = false;
760 is_local = true;
H A DSubzone.h694 inline void allocate(usword_t q, const usword_t n, const usword_t layout, const bool refcount_is_one, const bool is_local) { argument
699 | (is_local ? alloc_local_bit : (global_bit | (youngest_age << age_mask_log2)))
700 //| (is_local ? alloc_local_bit : global_bit) // hides allocation microbenchmark issues
H A DReferenceIterator.h388 bool is_local = subzone->is_thread_local(q); local
390 if (is_local || has_refcount || should_mark(subzone, q)) {
391 ReferenceInfo info(is_local ? kThreadLocalReference : has_refcount ? kRetainedReference : kOldReference);
H A DZone.cpp574 bool is_local = false; local
586 block = admin.thread_cache_allocate(thread, allocated_size, layout, refcount_is_one, is_local);
590 block = admin.find_allocation(thread, allocated_size, layout, refcount_is_one, is_local);
594 if (is_local) {
600 if (block && !is_local) {
H A DZone.h711 // is_local
715 inline bool is_local(void *block) { function in class:Auto::Zone
H A Dauto_zone.cpp1691 if ((result & auto_is_auto) && azone->is_local(address))
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_tclass.c798 bool is_local, fg_active = false; local
822 is_local = true;
824 is_local = false;
847 is_local || !fg_active) {
857 is_local || !fg_active)
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-xc16x.c239 int is_local ATTRIBUTE_UNUSED)
H A Delf-m10200.c230 addend, info, sym_sec, is_local)
241 int is_local ATTRIBUTE_UNUSED;
H A Delfxx-sparc.c1027 int r_type, int is_local)
1040 if (is_local)
1044 if (is_local)
1048 if (is_local)
1052 if (is_local)
1025 sparc_elf_tls_transition(struct bfd_link_info *info, bfd *abfd, int r_type, int is_local) argument
H A Delf32-ppc.c3930 bfd_boolean is_local;
3944 is_local = FALSE;
3947 is_local = TRUE;
3961 if (!is_local)
3974 if (is_local)
3989 if (is_local)
3920 bfd_boolean is_local; local
H A Delf32-cr16c.c185 int is_local ATTRIBUTE_UNUSED)
H A Delf32-crx.c422 int is_local ATTRIBUTE_UNUSED)
H A Delf32-h8300.c312 int is_local ATTRIBUTE_UNUSED)
H A Delf32-s390.c917 elf_s390_tls_transition (info, r_type, is_local)
920 int is_local;
929 if (is_local)
933 if (is_local)
H A Delf64-s390.c870 elf_s390_tls_transition (info, r_type, is_local)
873 int is_local;
882 if (is_local)
886 if (is_local)
H A Delf32-i386.c884 elf_i386_tls_transition (struct bfd_link_info *info, int r_type, int is_local)
895 if (is_local)
900 if (is_local)
882 elf_i386_tls_transition(struct bfd_link_info *info, int r_type, int is_local) argument
H A Delf-m10300.c943 addend, h, symndx, info, sym_sec, is_local)
956 int is_local ATTRIBUTE_UNUSED;
H A Delf64-x86-64.c700 elf64_x86_64_tls_transition (struct bfd_link_info *info, int r_type, int is_local)
711 if (is_local)
698 elf64_x86_64_tls_transition(struct bfd_link_info *info, int r_type, int is_local) argument
H A Delf64-ppc.c6856 bfd_boolean ok_tprel, is_local;
6887 is_local = FALSE;
6891 is_local = TRUE;
6910 if (!is_local)
7062 if (!is_local)
6852 bfd_boolean ok_tprel, is_local; local
/macosx-10.10/cups-408/cups/test/
H A Dippfind.c122 is_local, /* Is a local service? */ member in struct:ippfind_srv_s
1520 service->is_local = 1;
1569 service->is_local = 1;
1778 result = service->is_local;
1781 result = !service->is_local;

Completed in 315 milliseconds

12