| /freebsd-12.1/contrib/llvm/tools/llvm-diff/ |
| H A D | DiffConsumer.cpp | 73 unsigned N = contexts.size(); in printValue() 76 DiffContext &ctxt = contexts[N]; in printValue() 95 if (contexts.empty()) return; in header() 97 I = contexts.begin(), E = contexts.end(); I != E; ++I) { in header() 144 contexts.push_back(DiffContext(L, R)); in enterContext() 149 Differences |= contexts.back().Differences; in exitContext() 150 contexts.pop_back(); in exitContext()
|
| H A D | DiffConsumer.h | 70 SmallVector<DiffContext, 5> contexts; variable
|
| /freebsd-12.1/share/security/ |
| H A D | Makefile | 3 FILES= lomac-policy.contexts
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 224 SymbolContextList contexts; in GetPrintForDebuggerAddr() local 228 eSymbolTypeCode, contexts)) && in GetPrintForDebuggerAddr() 230 eSymbolTypeCode, contexts))) in GetPrintForDebuggerAddr() 233 contexts.GetContextAtIndex(0, context); in GetPrintForDebuggerAddr()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 577 SymbolContextList contexts; in GetExceptionObjectForThread() local 581 ConstString("__cxa_current_exception_type"), eSymbolTypeCode, contexts); in GetExceptionObjectForThread() 582 contexts.GetContextAtIndex(0, context); in GetExceptionObjectForThread()
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | selinux | 22 #0 search gen_context( SE Linux policy file contexts
|
| /freebsd-12.1/sys/x86/iommu/ |
| H A D | intel_ctx.c | 305 LIST_INIT(&domain->contexts); in dmar_domain_alloc() 376 LIST_INSERT_HEAD(&domain->contexts, ctx, link); in dmar_ctx_link() 402 KASSERT(LIST_EMPTY(&domain->contexts), in dmar_domain_destroy() 734 LIST_FOREACH(ctx, &domain->contexts, link) { in dmar_find_ctx_locked()
|
| H A D | intel_drv.c | 1136 if (!LIST_EMPTY(&domain->contexts)) { in dmar_print_domain() 1138 LIST_FOREACH(ctx, &domain->contexts, link) in dmar_print_domain() 1211 LIST_FOREACH(ctx, &domain->contexts, link) { in DB_FUNC()
|
| H A D | intel_dmar.h | 110 LIST_HEAD(, dmar_ctx) contexts; /* (u) */
|
| /freebsd-12.1/sys/contrib/zstd/zlibWrapper/ |
| H A D | README.md | 96 #### Reusing contexts 98 The ordinary zlib compression of two files/streams allocates two contexts: 110 The table below shows that reusing contexts has a minor influence on zlib but it gives improvement …
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | SSL_SESSION_get0_id_context.pod | 21 contexts.
|
| H A D | SSL_CTX_set_session_id_context.pod | 31 the contexts and is stored in exported sessions. The B<sid_ctx> can be
|
| H A D | EVP_DigestInit.pod | 222 contexts so additional data can be included after the finalisation call. 297 If digest contexts are not cleaned up after use,
|
| /freebsd-12.1/contrib/ntp/lib/isc/ |
| H A D | mem.c | 116 static ISC_LIST(isc__mem_t) contexts; 885 ISC_LIST_INIT(contexts); in initialize_action() 1013 ISC_LIST_INITANDAPPEND(contexts, ctx, link); in isc__mem_createx2() 1059 ISC_LIST_UNLINK(contexts, ctx, link); in destroy() 2282 for (ctx = ISC_LIST_HEAD(contexts); in isc__mem_printallactive() 2298 if (!ISC_LIST_EMPTY(contexts)) { in isc__mem_checkdestroyed() 2302 for (ctx = ISC_LIST_HEAD(contexts); in isc__mem_checkdestroyed() 2437 for (ctx = ISC_LIST_HEAD(contexts); in isc_mem_renderxml()
|
| /freebsd-12.1/sys/dev/drm2/ |
| H A D | drm_ioc32.c | 492 u32 contexts; member 503 res.contexts = (struct drm_ctx __user *)(unsigned long)res32->contexts; in compat_drm_resctx()
|
| H A D | drm_context.c | 331 if (copy_to_user(&res->contexts[i], &ctx, sizeof(ctx))) in drm_resctx()
|
| H A D | drm.h | 424 struct drm_ctx __user *contexts; member
|
| /freebsd-12.1/contrib/ofed/librdmacm/ |
| H A D | rsocket.c | 95 void *contexts; member 3947 void *set, *contexts; in rs_svc_grow_sets() local 3955 contexts = set + sizeof(*rss) * svc->size; in rs_svc_grow_sets() 3958 memcpy(contexts, svc->contexts, svc->context_size * (svc->cnt + 1)); in rs_svc_grow_sets() 3963 svc->contexts = contexts; in rs_svc_grow_sets() 4001 memcpy(svc->contexts + i * svc->context_size, in rs_svc_rm_rs() 4002 svc->contexts + svc->cnt * svc->context_size, in rs_svc_rm_rs() 4020 udp_svc_fds = svc->contexts; in udp_svc_process_sock() 4221 udp_svc_fds = svc->contexts; in udp_svc_run() 4261 tcp_svc_timeouts = svc->contexts; in tcp_svc_process_sock() [all …]
|
| /freebsd-12.1/sys/dev/drm/ |
| H A D | drm_context.c | 226 if (DRM_COPY_TO_USER(&res->contexts[i], in drm_resctx()
|
| H A D | drm.h | 482 struct drm_ctx __user *contexts; member
|
| /freebsd-12.1/release/picobsd/tinyware/oinit/ |
| H A D | README | 101 hierarchy of commands and contexts),
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | DynamicTags.def | 6 // such as DT_HIOS, etc. to allow using this file to in other contexts.
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | module.modulemap | 92 // allow their use in extern "C" contexts.
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrInfo.td | 247 // Unused values must be dropped in some contexts.
|
| /freebsd-12.1/sys/dev/cxgbe/firmware/ |
| H A D | t6fw_cfg_uwire.txt | 415 nethofld = 1024 # number of user mode ethernet flow contexts 416 ncrypto_lookaside = 16 # Number of lookaside flow contexts
|