Home
last modified time | relevance | path

Searched refs:contexts (Results 1 – 25 of 81) sorted by relevance

1234

/freebsd-12.1/contrib/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp73 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 DDiffConsumer.h70 SmallVector<DiffContext, 5> contexts; variable
/freebsd-12.1/share/security/
H A DMakefile3 FILES= lomac-policy.contexts
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp224 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 DItaniumABILanguageRuntime.cpp577 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 Dselinux22 #0 search gen_context( SE Linux policy file contexts
/freebsd-12.1/sys/x86/iommu/
H A Dintel_ctx.c305 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 Dintel_drv.c1136 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 Dintel_dmar.h110 LIST_HEAD(, dmar_ctx) contexts; /* (u) */
/freebsd-12.1/sys/contrib/zstd/zlibWrapper/
H A DREADME.md96 #### 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 DSSL_SESSION_get0_id_context.pod21 contexts.
H A DSSL_CTX_set_session_id_context.pod31 the contexts and is stored in exported sessions. The B<sid_ctx> can be
H A DEVP_DigestInit.pod222 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 Dmem.c116 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 Ddrm_ioc32.c492 u32 contexts; member
503 res.contexts = (struct drm_ctx __user *)(unsigned long)res32->contexts; in compat_drm_resctx()
H A Ddrm_context.c331 if (copy_to_user(&res->contexts[i], &ctx, sizeof(ctx))) in drm_resctx()
H A Ddrm.h424 struct drm_ctx __user *contexts; member
/freebsd-12.1/contrib/ofed/librdmacm/
H A Drsocket.c95 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 Ddrm_context.c226 if (DRM_COPY_TO_USER(&res->contexts[i], in drm_resctx()
H A Ddrm.h482 struct drm_ctx __user *contexts; member
/freebsd-12.1/release/picobsd/tinyware/oinit/
H A DREADME101 hierarchy of commands and contexts),
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def6 // such as DT_HIOS, etc. to allow using this file to in other contexts.
/freebsd-12.1/contrib/libc++/include/
H A Dmodule.modulemap92 // allow their use in extern "C" contexts.
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.td247 // Unused values must be dropped in some contexts.
/freebsd-12.1/sys/dev/cxgbe/firmware/
H A Dt6fw_cfg_uwire.txt415 nethofld = 1024 # number of user mode ethernet flow contexts
416 ncrypto_lookaside = 16 # Number of lookaside flow contexts

1234