Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffConsumer.cpp71 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 DDiffConsumer.h69 SmallVector<DiffContext, 5> contexts; variable
/freebsd/contrib/kyua/store/
H A Dschema_v1.sql74 CREATE TABLE contexts ( table
84 context_id INTEGER REFERENCES contexts,
105 context_id INTEGER REFERENCES contexts
H A Dschema_v2.sql76 CREATE TABLE contexts ( table
86 context_id INTEGER REFERENCES contexts,
107 context_id INTEGER REFERENCES contexts
H A Dmigrate_v2_v3.sql48 INSERT INTO contexts
51 NATURAL JOIN old_store.contexts
57 NATURAL JOIN old_store.contexts
H A Dtestdata_v1.sql42 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 Dtestdata_v2.sql42 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 Dtestdata_v3_1.sql39 INSERT INTO contexts (cwd) VALUES ('/some/root');
H A Dschema_v3.sql74 CREATE TABLE contexts ( table
H A Dtestdata_v3_4.sql39 INSERT INTO contexts (cwd) VALUES ('/usr/tests');
H A Dtestdata_v3_3.sql39 INSERT INTO contexts (cwd) VALUES ('/usr/tests');
H A Dtestdata_v3_2.sql40 INSERT INTO contexts (cwd) VALUES ('/test/suite/root');
/freebsd/sys/riscv/riscv/
H A Dplic.c68 (sc->contexts[h].enable_offset + ((n) / 32) * sizeof(uint32_t))
70 (sc->contexts[h].context_offset + PLIC_CONTEXT_THRESHOLD)
72 (sc->contexts[h].context_offset + PLIC_CONTEXT_CLAIM)
98 struct plic_context contexts[MAXCPU]; member
367 sc->contexts[cpu].enable_offset = PLIC_ENABLE_BASE + in plic_attach()
369 sc->contexts[cpu].context_offset = PLIC_CONTEXT_BASE + in plic_attach()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp242 SymbolContextList contexts; in GetPrintForDebuggerAddr() local
246 eSymbolTypeCode, contexts); in GetPrintForDebuggerAddr()
247 if (contexts.IsEmpty()) { in GetPrintForDebuggerAddr()
249 eSymbolTypeCode, contexts); in GetPrintForDebuggerAddr()
250 if (contexts.IsEmpty()) in GetPrintForDebuggerAddr()
254 contexts.GetContextAtIndex(0, context); in GetPrintForDebuggerAddr()
/freebsd/share/security/
H A DMakefile2 FILES= lomac-policy.contexts
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_mock_srv_new.pod36 ossl_cmp_mock_srv_new() allocates the contexts for the CMP mock server
40 ossl_cmp_mock_srv_free() deallocates the contexts for the CMP mock server.
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dsifive,plic-1.0.0.txt7 hart contexts in the system, via the external interrupt source in each hart.
37 - interrupts-extended : Specifies which contexts are connected to the PLIC,
H A Dsifive,plic-1.0.0.yaml14 external interrupts in the system to all hart contexts in the system, via
90 Specifies which contexts are connected to the PLIC, with "-1" specifying
/freebsd/contrib/file/magic/Magdir/
H A Dselinux22 #0 search gen_context( SE Linux policy file contexts
/freebsd/sys/contrib/device-tree/Bindings/hwmon/pmbus/
H A Dti,lm25066.yaml15 controllers or eFuses in various contexts) are PMBus devices that
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp645 SymbolContextList contexts; in GetExceptionObjectForThread() local
649 ConstString("__cxa_current_exception_type"), eSymbolTypeCode, contexts); in GetExceptionObjectForThread()
650 contexts.GetContextAtIndex(0, context); in GetExceptionObjectForThread()
/freebsd/sys/x86/iommu/
H A Dintel_ctx.c393 LIST_INIT(&domain->contexts); in dmar_domain_alloc()
464 LIST_INSERT_HEAD(&domain->contexts, ctx, link); in dmar_ctx_link()
494 KASSERT(LIST_EMPTY(&domain->contexts), in dmar_domain_destroy()
843 LIST_FOREACH(ctx, &domain->contexts, link) { in dmar_find_ctx_locked()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_SESSION_get0_id_context.pod21 contexts.
/freebsd/crypto/openssl/doc/man7/
H A Dfips_module.pod226 details about library contexts see the L<OSSL_LIB_CTX(3)> man page.
306 usages this can also be achieved using library contexts. In this example we
307 create two library contexts. In one we assume the existence of a config file
317 * Create two nondefault library contexts. One for fips usage and
374 library contexts then the default library context will be automatically used.
419 contexts.

1234