Home
last modified time | relevance | path

Searched refs:ds1 (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
Dshmctl01.c103 struct shmid_ds ds1; in check_nattch() local
106 SAFE_SHMCTL(shm_id, IPC_STAT, &ds1); in check_nattch()
109 if (ds1.shm_nattch != ds2.shm_nattch) { in check_nattch()
111 (long)ds1.shm_nattch, (long)ds2.shm_nattch); in check_nattch()
115 if ((int)ds1.shm_nattch == exp_nattch) { in check_nattch()
121 msg, (long)ds1.shm_nattch, exp_nattch); in check_nattch()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Ddiagnostic_test.cpp100 DiagnosticStream ds1(std::move(ds0)); in TEST() local
101 ds1 << "Second"; in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/
Ddiagnostic_test.cpp100 DiagnosticStream ds1(std::move(ds0)); in TEST() local
101 ds1 << "Second"; in TEST()
/third_party/spirv-tools/test/
Ddiagnostic_test.cpp100 DiagnosticStream ds1(std::move(ds0)); in TEST() local
101 ds1 << "Second"; in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
Dlow_level_hash.cc69 uint64_t ds1 = Mix(g ^ salt[4], h ^ duplicated_state); in LowLevelHash() local
70 duplicated_state = (ds0 ^ ds1); in LowLevelHash()
/third_party/gstreamer/gstreamer/docs/random/wtay/
Deos560 we have two chains here ds1-mpg1-ask1 and ds2-mpg2-ask2
Deos466 we have two chains here ds1-mpg1-ask1 and ds2-mpg2-ask2
Deos3231 Scheduling is a bit tricky here: we have two threads with each one chain ds1-e-q and
/third_party/skia/src/core/
DSkMatrix.cpp147 int ds1 = m01 & m10; // true if both are 1 in computeTypeMask() local
149 mask |= (dp0 & ds1) << kRectStaysRect_Shift; in computeTypeMask()