| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/ |
| 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() 142 contexts.push_back(DiffContext(L, R)); in enterContext() 147 Differences |= contexts.back().Differences; in exitContext() 148 contexts.pop_back(); in exitContext()
|
| H A D | DiffConsumer.h | 69 SmallVector<DiffContext, 5> contexts; variable
|
| /freebsd-13.1/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-13.1/sys/riscv/riscv/ |
| H A D | plic.c | 71 (sc->contexts[h].enable_offset + ((n) / 32) * sizeof(uint32_t)) 73 (sc->contexts[h].context_offset + PLIC_CONTEXT_THRESHOLD) 75 (sc->contexts[h].context_offset + PLIC_CONTEXT_CLAIM) 99 struct plic_context contexts[MAXCPU]; member 356 sc->contexts[cpu].enable_offset = PLIC_ENABLE_BASE + in plic_attach() 358 sc->contexts[cpu].context_offset = PLIC_CONTEXT_BASE + in plic_attach()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 240 SymbolContextList contexts; in GetPrintForDebuggerAddr() local 244 eSymbolTypeCode, contexts); in GetPrintForDebuggerAddr() 245 if (contexts.IsEmpty()) { in GetPrintForDebuggerAddr() 247 eSymbolTypeCode, contexts); in GetPrintForDebuggerAddr() 248 if (contexts.IsEmpty()) in GetPrintForDebuggerAddr() 252 contexts.GetContextAtIndex(0, context); in GetPrintForDebuggerAddr()
|
| /freebsd-13.1/share/security/ |
| H A D | Makefile | 3 FILES= lomac-policy.contexts
|
| /freebsd-13.1/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-13.1/contrib/file/magic/Magdir/ |
| H A D | selinux | 22 #0 search gen_context( SE Linux policy file contexts
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 558 SymbolContextList contexts; in GetExceptionObjectForThread() local 562 ConstString("__cxa_current_exception_type"), eSymbolTypeCode, contexts); in GetExceptionObjectForThread() 563 contexts.GetContextAtIndex(0, context); in GetExceptionObjectForThread()
|
| /freebsd-13.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-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_SESSION_get0_id_context.pod | 21 contexts.
|
| /freebsd-13.1/sys/x86/iommu/ |
| H A D | intel_ctx.c | 394 LIST_INIT(&domain->contexts); in dmar_domain_alloc() 465 LIST_INSERT_HEAD(&domain->contexts, ctx, link); in dmar_ctx_link() 495 KASSERT(LIST_EMPTY(&domain->contexts), in dmar_domain_destroy() 840 LIST_FOREACH(ctx, &domain->contexts, link) { in dmar_find_ctx_locked()
|
| /freebsd-13.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-13.1/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
|
| /freebsd-13.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()
|
| /freebsd-13.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 …]
|