| /freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/ |
| H A D | DiffConsumer.cpp | 71 unsigned N = contexts.size(); in printValue() 74 DiffContext &ctxt = contexts[N]; in printValue() 93 if (contexts.empty()) return; in header() 95 I = contexts.begin(), E = contexts.end(); I != E; ++I) { in header() 138 contexts.clear(); in reset() 148 contexts.push_back(DiffContext(L, R)); in enterContext() 153 Differences |= contexts.back().Differences; in exitContext() 154 contexts.pop_back(); in exitContext()
|
| H A D | DiffConsumer.h | 69 SmallVector<DiffContext, 5> contexts; variable
|
| /freebsd/contrib/kyua/store/ |
| H A D | schema_v1.sql | 74 CREATE TABLE contexts ( table 84 context_id INTEGER REFERENCES contexts, 105 context_id INTEGER REFERENCES contexts
|
| H A D | schema_v2.sql | 76 CREATE TABLE contexts ( table 86 context_id INTEGER REFERENCES contexts, 107 context_id INTEGER REFERENCES contexts
|
| H A D | migrate_v2_v3.sql | 48 INSERT INTO contexts 51 NATURAL JOIN old_store.contexts 57 NATURAL JOIN old_store.contexts
|
| H A D | testdata_v1.sql | 42 INSERT INTO contexts (context_id, cwd) VALUES (1, '/some/root'); 57 INSERT INTO contexts (context_id, cwd) VALUES (2, '/test/suite/root'); 161 INSERT INTO contexts (context_id, cwd) VALUES (3, '/usr/tests'); 267 INSERT INTO contexts (context_id, cwd) VALUES (4, '/usr/tests');
|
| H A D | testdata_v2.sql | 42 INSERT INTO contexts (context_id, cwd) VALUES (1, '/some/root'); 57 INSERT INTO contexts (context_id, cwd) VALUES (2, '/test/suite/root'); 216 INSERT INTO contexts (context_id, cwd) VALUES (3, '/usr/tests'); 357 INSERT INTO contexts (context_id, cwd) VALUES (4, '/usr/tests');
|
| H A D | testdata_v3_1.sql | 39 INSERT INTO contexts (cwd) VALUES ('/some/root');
|
| H A D | schema_v3.sql | 74 CREATE TABLE contexts ( table
|
| H A D | testdata_v3_4.sql | 39 INSERT INTO contexts (cwd) VALUES ('/usr/tests');
|
| H A D | testdata_v3_3.sql | 39 INSERT INTO contexts (cwd) VALUES ('/usr/tests');
|
| H A D | testdata_v3_2.sql | 40 INSERT INTO contexts (cwd) VALUES ('/test/suite/root');
|
| /freebsd/sys/riscv/riscv/ |
| H A D | plic.c | 70 (_sc->contexts[_cpu].enable_offset + ((_irq) / 32) * sizeof(uint32_t)) 72 (_sc->contexts[_cpu].context_offset + PLIC_CONTEXT_THRESHOLD) 74 (_sc->contexts[_cpu].context_offset + PLIC_CONTEXT_CLAIM) 101 struct plic_context contexts[MAXCPU]; member 413 sc->contexts[cpu].enable_offset = PLIC_ENABLE_BASE + in plic_attach() 415 sc->contexts[cpu].context_offset = PLIC_CONTEXT_BASE + in plic_attach()
|
| /freebsd/crypto/krb5/src/kdc/ |
| H A D | kdc_preauth.c | 287 } *contexts; member 302 ret->contexts = malloc(sizeof(ret->contexts[0]) * ret->n_contexts); in make_padata_context() 303 if (ret->contexts == NULL) { in make_padata_context() 308 memset(ret->contexts, 0, sizeof(ret->contexts[0]) * ret->n_contexts); in make_padata_context() 311 ret->contexts[i].pa_system = &preauth_systems[i]; in make_padata_context() 312 ret->contexts[i].modreq = NULL; in make_padata_context() 335 sys = context->contexts[i].pa_system; in free_padata_context() 336 if (!sys->free_modreq || !context->contexts[i].modreq) in free_padata_context() 338 sys->free_modreq(kcontext, sys->moddata, context->contexts[i].modreq); in free_padata_context() 339 context->contexts[i].modreq = NULL; in free_padata_context() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 248 SymbolContextList contexts; in GetPrintForDebuggerAddr() local 252 eSymbolTypeCode, contexts); in GetPrintForDebuggerAddr() 253 if (contexts.IsEmpty()) { in GetPrintForDebuggerAddr() 255 eSymbolTypeCode, contexts); in GetPrintForDebuggerAddr() 256 if (contexts.IsEmpty()) in GetPrintForDebuggerAddr() 260 contexts.GetContextAtIndex(0, context); in GetPrintForDebuggerAddr()
|
| /freebsd/sys/x86/iommu/ |
| H A D | amd_ctx.c | 157 KASSERT(LIST_EMPTY(&iodom->contexts), in amdiommu_domain_destroy() 245 LIST_INIT(&iodom->contexts); in amdiommu_domain_alloc() 300 LIST_INSERT_HEAD(&domain->iodom.contexts, &ctx->context, link); in amdiommu_ctx_link() 329 LIST_FOREACH(ctx, &domain->iodom.contexts, link) { in amdiommu_find_ctx_locked() 345 LIST_FOREACH(ctx, &domain->iodom.contexts, link) { in amdiommu_find_domain()
|
| H A D | intel_ctx.c | 377 LIST_INIT(&iodom->contexts); in dmar_domain_alloc() 448 LIST_INSERT_HEAD(&domain->iodom.contexts, &ctx->context, link); in dmar_ctx_link() 478 KASSERT(LIST_EMPTY(&iodom->contexts), in dmar_domain_destroy() 817 LIST_FOREACH(ctx, &domain->iodom.contexts, link) { in dmar_find_ctx_locked()
|
| /freebsd/share/security/ |
| H A D | Makefile | 1 FILES= lomac-policy.contexts
|
| /freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | sifive,plic-1.0.0.txt | 7 hart contexts in the system, via the external interrupt source in each hart. 37 - interrupts-extended : Specifies which contexts are connected to the PLIC,
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | selinux | 22 #0 search gen_context( SE Linux policy file contexts
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | ossl_cmp_mock_srv_new.pod | 44 ossl_cmp_mock_srv_new() allocates the contexts for the CMP mock server 48 ossl_cmp_mock_srv_free() deallocates the contexts for the CMP mock server.
|
| /freebsd/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/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 633 SymbolContextList contexts; in GetExceptionObjectForThread() local 637 ConstString("__cxa_current_exception_type"), eSymbolTypeCode, contexts); in GetExceptionObjectForThread() 638 contexts.GetContextAtIndex(0, context); in GetExceptionObjectForThread()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_SESSION_get0_id_context.pod | 21 contexts.
|
| /freebsd/sys/contrib/device-tree/Bindings/iommu/ |
| H A D | msm,iommu-v0.txt | 37 and multiple contexts in each of the iommu. So multiple entries
|