Searched refs:SCOPE (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/libucl/klib/ |
H A D | khash.h | 211 #define __KHASH_IMPL(name, SCOPE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) \ argument 212 SCOPE kh_##name##_t *kh_init_##name(void) { \ 215 SCOPE void kh_destroy_##name(kh_##name##_t *h) \ 223 SCOPE void kh_unused(kh_clear_##name)(kh_##name##_t *h) \ 230 SCOPE khint_t kh_get_##name(const kh_##name##_t *h, khkey_t key) \ 244 SCOPE int kh_resize_##name(kh_##name##_t *h, khint_t new_n_buckets) \ 307 SCOPE khint_t kh_put_##name(kh_##name##_t *h, khkey_t key, int *ret) \ 349 SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \ 361 #define KHASH_INIT2(name, SCOPE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) \ argument 363 __KHASH_IMPL(name, SCOPE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_net.h | 81 # define SCOPE(psau) (IS_IPV4(psau) \ macro 96 # define SCOPE(psau) (0) macro 196 (SOCK_UNSPEC(psau) && !SCOPE(psau))
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIDefines.h | 413 SCOPE = 0x3 << 3, // All Scope bits enumerator 421 ALL = TH | SCOPE,
|
H A D | SIMemoryLegalizer.cpp | 2279 uint64_t NewScope = Value & AMDGPU::CPol::SCOPE; in setScope() 2280 if ((CPol->getImm() & AMDGPU::CPol::SCOPE) != NewScope) { in setScope() 2281 CPol->setImm((CPol->getImm() & ~AMDGPU::CPol::SCOPE) | NewScope); in setScope() 2566 if (CPol && ((CPol->getImm() & CPol::SCOPE) == CPol::SCOPE_SYS)) in expandSystemScopeStore()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_io.c | 871 if (rc && ep->ifindex != SCOPE(&ep->sin)) in add_interface() 2821 ep->ifindex = SCOPE(addr);
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | saquery.c | 1238 CHECK_AND_SET_VAL(p->scope, 8, 0, scope, MCR, SCOPE); in query_mcmember_records()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.cpp | 187 const int64_t Scope = Imm & CPol::SCOPE; in printCPol()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 4971 const unsigned Scope = CPol & AMDGPU::CPol::SCOPE; in validateTHAndScopeBits()
|
/freebsd/contrib/bmake/ |
H A D | ChangeLog | 1510 o rename some VAR constants to SCOPE
|