/src/tests/usr.bin/indent/ |
fmt_init.c | 8 int global = { initializer }; variable in typeref:typename:int 9 int global = { variable in typeref:typename:int 25 int global = {initializer}; variable in typeref:typename:int 26 int global = { variable in typeref:typename:int
|
fmt_init.c | 8 int global = { initializer }; variable in typeref:typename:int 9 int global = { variable in typeref:typename:int 25 int global = {initializer}; variable in typeref:typename:int 26 int global = { variable in typeref:typename:int
|
opt_ldi.c | 12 int global; variable in typeref:typename:int 22 int global; variable in typeref:typename:int 32 int global; variable in typeref:typename:int 42 int global; variable in typeref:typename:int
|
opt_ldi.c | 12 int global; variable in typeref:typename:int 22 int global; variable in typeref:typename:int 32 int global; variable in typeref:typename:int 42 int global; variable in typeref:typename:int
|
/src/tests/usr.bin/xlint/lint1/ |
msg_188.c | 13 struct point global = { variable in typeref:struct:point
|
msg_188.c | 13 struct point global = { variable in typeref:struct:point
|
/src/usr.bin/make/unit-tests/ |
varmod-remember.mk | 15 ABC.global:= ${ABC} # is evaluated in the global scope 16 .if ${ABC.global} != "1=A 2=B 3=C" 27 # evaluations in global scope could not overwrite the variable '_' anymore, 28 # as the command line scope takes precedence over the global scope. 31 GHI.global:= ${GHI} # is evaluated in the global scope 32 .if ${GHI.global} != "1=G 2=H 3=I"
|
varmod-remember.mk | 15 ABC.global:= ${ABC} # is evaluated in the global scope 16 .if ${ABC.global} != "1=A 2=B 3=C" 27 # evaluations in global scope could not overwrite the variable '_' anymore, 28 # as the command line scope takes precedence over the global scope. 31 GHI.global:= ${GHI} # is evaluated in the global scope 32 .if ${GHI.global} != "1=G 2=H 3=I"
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
tsan_shadow_test.cc | 50 static int global; local in function:__tsan::TEST 55 CHECK(IsAppMem((uptr)&global)); 59 CHECK(IsShadowMem(MemToShadow((uptr)&global)));
|
tsan_shadow_test.cc | 50 static int global; local in function:__tsan::TEST 55 CHECK(IsAppMem((uptr)&global)); 59 CHECK(IsShadowMem(MemToShadow((uptr)&global)));
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_debugging.cc | 114 } else if (auto global = descr.AsGlobal()) { local in function:__asan_locate_address 115 region_kind = "global"; 116 auto &g = global->globals[0];
|
asan_debugging.cc | 114 } else if (auto global = descr.AsGlobal()) { local in function:__asan_locate_address 115 region_kind = "global"; 116 auto &g = global->globals[0];
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_suppressions.cc | 143 const DataInfo &global = loc->global; local in function:__tsan::IsSuppressed 144 if (suppression_ctx->Match(global.name, stype, &s) || 145 suppression_ctx->Match(global.module, stype, &s)) { 149 return global.start;
|
tsan_suppressions.cc | 143 const DataInfo &global = loc->global; local in function:__tsan::IsSuppressed 144 if (suppression_ctx->Match(global.name, stype, &s) || 145 suppression_ctx->Match(global.module, stype, &s)) { 149 return global.start;
|
/src/tests/lib/libpthread/ |
h_thread_local_dtor.cpp | 58 OrderChecker global{7}; variable in typeref:typename:OrderChecker
|
h_thread_local_dtor.cpp | 58 OrderChecker global{7}; variable in typeref:typename:OrderChecker
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_globals.c | 39 struct i915_global *global; local in function:i915_globals_shrink 46 list_for_each_entry(global, &globals, link) 47 global->shrink(); 79 void __init i915_global_register(struct i915_global *global) 81 GEM_BUG_ON(!global->shrink); 82 GEM_BUG_ON(!global->exit); 84 list_add_tail(&global->link, &globals); 89 struct i915_global *global, *next; local in function:__i915_globals_cleanup 91 list_for_each_entry_safe_reverse(global, next, &globals, link) 92 global->exit() [all...] |
i915_globals.c | 39 struct i915_global *global; local in function:i915_globals_shrink 46 list_for_each_entry(global, &globals, link) 47 global->shrink(); 79 void __init i915_global_register(struct i915_global *global) 81 GEM_BUG_ON(!global->shrink); 82 GEM_BUG_ON(!global->exit); 84 list_add_tail(&global->link, &globals); 89 struct i915_global *global, *next; local in function:__i915_globals_cleanup 91 list_for_each_entry_safe_reverse(global, next, &globals, link) 92 global->exit() [all...] |
i915_buddy.c | 24 } global; variable in typeref:struct:i915_global_block 28 kmem_cache_shrink(global.slab_blocks); 33 kmem_cache_destroy(global.slab_blocks); 36 static struct i915_global_block global = { { variable in typeref:struct:i915_global_block 47 global.slab_blocks = KMEM_CACHE(i915_buddy_block, SLAB_HWCACHE_ALIGN); 48 if (!global.slab_blocks) 51 i915_global_register(&global.base); 61 block = kmem_cache_zalloc(global.slab_blocks, GFP_KERNEL); 74 kmem_cache_free(global.slab_blocks, block);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/ |
priv.h | 41 bool global; member in struct:nvkm_mmu_func::__anon502b80780308
|
priv.h | 41 bool global; member in struct:nvkm_mmu_func::__anon502b80780308
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
i915_gem_object.c | 48 } global; variable in typeref:struct:i915_global_object 52 return kmem_cache_zalloc(global.slab_objects, GFP_KERNEL); 57 return kmem_cache_free(global.slab_objects, obj); 406 kmem_cache_shrink(global.slab_objects); 411 kmem_cache_destroy(global.slab_objects); 414 static struct i915_global_object global = { { variable in typeref:struct:i915_global_object 421 global.slab_objects = 423 if (!global.slab_objects) 426 i915_global_register(&global.base);
|
i915_gem_object.c | 48 } global; variable in typeref:struct:i915_global_object 52 return kmem_cache_zalloc(global.slab_objects, GFP_KERNEL); 57 return kmem_cache_free(global.slab_objects, obj); 406 kmem_cache_shrink(global.slab_objects); 411 kmem_cache_destroy(global.slab_objects); 414 static struct i915_global_object global = { { variable in typeref:struct:i915_global_object 421 global.slab_objects = 423 if (!global.slab_objects) 426 i915_global_register(&global.base);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_context.c | 28 } global; variable in typeref:struct:i915_global_context 32 return kmem_cache_zalloc(global.slab_ce, GFP_KERNEL); 37 kmem_cache_free(global.slab_ce, ce); 313 kmem_cache_shrink(global.slab_ce); 318 kmem_cache_destroy(global.slab_ce); 321 static struct i915_global_context global = { { variable in typeref:struct:i915_global_context 328 global.slab_ce = KMEM_CACHE(intel_context, SLAB_HWCACHE_ALIGN); 329 if (!global.slab_ce) 332 i915_global_register(&global.base);
|
/src/tests/lib/libc/gen/ |
t_arc4random.c | 90 * If we couldn't get the thread-local state, get the global 102 * Same as arc4random_buf, but force use of the global state. 133 * Verify the PRNG is the global one, not the thread-local one, 146 * global state. 176 * By this point, the global state must be initialized -- if 182 * Get the PRNG, global or local. By this point, the PRNG 224 struct arc4random_prng *local, *global = &arc4random_global.prng; local in function:ATF_TC_BODY 230 * Get a sample from the global state to make sure the global 235 ATF_CHECK(!iszero(&global->arc4_prng, sizeof(global->arc4_prng))) 393 struct arc4random_prng *local, *global = &arc4random_global.prng; local in function:ATF_TC_BODY [all...] |