| /src/external/apache2/llvm/dist/llvm/tools/llvm-diff/ |
| DiffConsumer.h | 69 SmallVector<DiffContext, 5> contexts; member in class:llvm::DiffConsumer
|
| /src/external/bsd/kyua-cli/dist/store/ |
| schema_v1.sql | 64 -- Contexts. 68 -- Execution contexts. 74 CREATE TABLE contexts ( table 84 context_id INTEGER REFERENCES contexts, 105 context_id INTEGER REFERENCES contexts
|
| schema_v2.sql | 66 -- Contexts. 70 -- Execution contexts. 76 CREATE TABLE contexts ( table 86 context_id INTEGER REFERENCES contexts, 107 context_id INTEGER REFERENCES contexts
|
| /src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
| i915_request.c | 265 struct i915_gem_context **contexts; member in struct:smoketest 336 t->contexts[order[n] % t->ncontexts]; 448 t.contexts = kcalloc(t.ncontexts, sizeof(*t.contexts), GFP_KERNEL); 449 if (!t.contexts) { 455 t.contexts[n] = mock_context(t.engine->i915, "mock"); 456 if (!t.contexts[n]) { 493 if (!t.contexts[n]) 495 mock_context_close(t.contexts[n]); 497 kfree(t.contexts); [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-cp.cc | 33 certain contexts but the estimated tradeoff between speedup and cost size 89 all contexts and decide about extra specialized clones of functions just for 90 some contexts - these decisions are based on both local estimates and 142 ipcp_poly_ctx_values_pool ("IPA-CP polymorphic contexts"); 626 value_topo_info<ipa_polymorphic_call_context> contexts; member in class:ipa_topo_info 1921 /* Return true iff X and Y should be considered equal contexts by IPA-CP. */ 3478 contexts some functions do not have any size at all but we want 3575 "known contexts, code not going to grow.\n"); 3587 "known contexts, growth (to %li) deemed " 3591 fprintf (dump_file, " Not cloning for all contexts because [all...] |
| /src/external/apache2/llvm/dist/clang/tools/libclang/ |
| CIndexCodeCompletion.cpp | 289 unsigned long long Contexts; 366 Contexts(CXCompletionContext_Unknown), 387 unsigned long long contexts = 0; local 392 contexts = CXCompletionContext_MacroName; 399 contexts = CXCompletionContext_AnyType | 402 contexts |= CXCompletionContext_EnumTag | 411 contexts = CXCompletionContext_AnyType | 415 contexts |= CXCompletionContext_EnumTag | 424 contexts = CXCompletionContext_AnyValue; 426 contexts |= CXCompletionContext_AnyType [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| selftest_lrc.c | 182 * Setup the pair of contexts such that if we 1948 * Build a chain AB...BA between two contexts (A, B) and request 2509 struct i915_gem_context **contexts; member in struct:preempt_smoke 2519 return smoke->contexts[i915_prandom_u32_max_state(smoke->ncontext, 2642 pr_info("Submitted %lu crescendo:%x requests across %d engines and %d contexts\n", 2670 pr_info("Submitted %lu random:%x requests across %d engines and %d contexts\n", 2692 smoke.contexts = kmalloc_array(smoke.ncontext, 2693 sizeof(*smoke.contexts), 2695 if (!smoke.contexts) 2722 smoke.contexts[n] = kernel_context(smoke.gt->i915) [all...] |
| /src/sys/compat/netbsd32/ |
| netbsd32_drm.c | 500 netbsd32_pointer_t contexts; member in struct:drm_ctx_res32 514 res64.contexts = NETBSD32PTR64(res32.contexts); 521 NETBSD32PTR32(res32.contexts, res64.contexts);
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_ioc32.c | 552 u32 contexts; member in struct:drm_ctx_res32 567 res.contexts = compat_ptr(res32.contexts);
|
| /src/sys/external/bsd/drm/dist/shared-core/ |
| drm.h | 489 struct drm_ctx __user *contexts; member in struct:drm_ctx_res
|
| /src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
| drm.h | 457 struct drm_ctx __user *contexts; member in struct:drm_ctx_res
|
| /src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
| c-index-test.c | 2592 void print_completion_contexts(unsigned long long contexts, FILE *file) { 2593 fprintf(file, "Completion contexts:\n"); 2594 if (contexts == CXCompletionContext_Unknown) { 2597 if (contexts & CXCompletionContext_AnyType) { 2600 if (contexts & CXCompletionContext_AnyValue) { 2603 if (contexts & CXCompletionContext_ObjCObjectValue) { 2606 if (contexts & CXCompletionContext_ObjCSelectorValue) { 2609 if (contexts & CXCompletionContext_CXXClassTypeValue) { 2612 if (contexts & CXCompletionContext_DotMemberAccess) { 2615 if (contexts & CXCompletionContext_ArrowMemberAccess) 2744 unsigned long long contexts; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-cp.cc | 33 certain contexts but the estimated tradeoff between speedup and cost size 89 all contexts and decide about extra specialized clones of functions just for 90 some contexts - these decisions are based on both local estimates and 366 /* Lattice describing the polymorphic contexts of a parameter. */ 396 ipcp_poly_ctx_values_pool ("IPA-CP polymorphic contexts"); 871 value_topo_info<ipa_polymorphic_call_context> contexts; member in class:ipa_topo_info 1882 /* Return true iff X and Y should be considered equal contexts by IPA-CP. */ 3510 contexts some functions do not have any size at all but we want 3584 "known contexts, code not going to grow.\n"); 3596 "known contexts, growth (to %li) deemed [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_drv.h | 221 * clients access to gpu. Note that unbannable contexts never increment 1278 } contexts; member in struct:drm_i915_private::__anon5060
|