Home
last modified time | relevance | path

Searched defs:shared (Results 1 – 25 of 135) sorted by relevance

123456

/third_party/mesa3d/src/compiler/glsl/glcpp/
Dpp_standalone_scaffolding.c44 _mesa_get_shader_include_cursor(struct gl_shared_state *shared) in _mesa_get_shader_include_cursor()
52 _mesa_set_shader_include_cursor(struct gl_shared_state *shared, in _mesa_set_shader_include_cursor()
/third_party/musl/src/thread/
Dpthread_spin_init.c3 int pthread_spin_init(pthread_spinlock_t *s, int shared) in pthread_spin_init()
/third_party/rust/crates/cxx/tests/ffi/
Dtests.cc64 Shared shared{0}; in c_return_box() local
87 const size_t &c_return_ref(const Shared &shared) { return shared.z; } in c_return_ref()
89 const size_t &c_return_ns_ref(const ::A::AShared &shared) { in c_return_ns_ref()
93 const size_t &c_return_nested_ns_ref(const ::A::B::ABShared &shared) { in c_return_nested_ns_ref()
97 size_t &c_return_mut(Shared &shared) { return shared.z; } in c_return_mut()
99 rust::Str c_return_str(const Shared &shared) { in c_return_str()
104 rust::Slice<const char> c_return_slice_char(const Shared &shared) { in c_return_slice_char()
238 void c_take_shared(Shared shared) { in c_take_shared()
244 void c_take_ns_shared(::A::AShared shared) { in c_take_ns_shared()
250 void c_take_nested_ns_shared(::A::B::ABShared shared) { in c_take_nested_ns_shared()
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dpdist_impl.cu54 __shared__ T shared[threads]; in PDist_Zero() local
96 __shared__ T shared[threads]; in PDist_One() local
142 __shared__ T shared[threads]; in PDist_Inf() local
188 __shared__ T shared[threads]; in PDist_Other() local
Dcdist_impl.cu56 __shared__ T shared[forward_threads]; in CdistZero() local
99 __shared__ T shared[forward_threads]; in CdistOne() local
143 __shared__ T shared[forward_threads]; in CdistP() local
189 __shared__ T shared[forward_threads]; in CdistInf() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/cuda_impl/
Dutils.cuh33 static __shared__ T shared[32]; in blockReduceSum() local
/third_party/ffmpeg/libavcodec/
Dmpegpicture.c254 ScratchpadContext *sc, int shared, int encoding, in ff_alloc_picture()
429 static int find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared) in find_unused_picture()
462 int ff_find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared) in ff_find_unused_picture()
/third_party/rust/crates/cxx/tests/ui/
Dunique_ptr_as_mut.rs18 let mut shared = UniquePtr::<ffi::Shared>::null(); in main() localVariable
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_barrierattr_setpshared.c31 int shared = 0; in pthread_barrierattr_setpshared_0100() local
/third_party/mesa3d/src/panfrost/
Dmeson.build30 subdir('shared') subdir
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/
Dsem_lock.c30 int shared = 1; in main() local
Dsem_readerwriter.c112 int shared = 1; in main() local
Dsem_philosopher.c121 int shared = 1; in main() local
Dsem_sleepingbarber.c141 int shared = 0; in main() local
/third_party/rust/crates/rust-openssl/openssl/src/
Dderive.rs200 let shared = deriver.derive_to_vec().unwrap(); in test_ec_key_derive() localVariable
214 let shared = deriver.derive_to_vec().unwrap(); in test_ec_key_derive_ex() localVariable
/third_party/ltp/testcases/kernel/syscalls/ipc/shmdt/
Dshmdt01.c22 static int *shared; variable
/third_party/skia/tests/
DSkSharedMutexTest.cpp26 int shared[kSharedSize]; in DEF_TEST() local
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmdt/
Dhugeshmdt01.c38 static int *shared; variable
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.h44 BOOL shared; member
/third_party/mesa3d/src/mesa/main/
Dshared.c65 struct gl_shared_state *shared; in _mesa_alloc_shared_state() local
345 free_shared_state(struct gl_context *ctx, struct gl_shared_state *shared) in free_shared_state()
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
Dhugeshmat01.c86 int *shared; in check_functionality() local
/third_party/vixl/tools/
Dthreaded_tests.py46 def __init__(self, name, shared, **kwargs): argument
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex_benchmark.cc108 static Shared* shared = new Shared; in BM_MutexEnqueue() local
186 static auto* shared = new Shared; in BM_Contended() local
/third_party/openssl/
DConfigure2954 sub shared { subroutine
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkTimelineSemaphore.hpp142 std::shared_ptr<Shared> shared; member in vk::TimelineSemaphore

123456