Searched refs:ds1 (Results 1 – 9 of 9) sorted by relevance
103 struct shmid_ds ds1; in check_nattch() local106 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()
100 DiagnosticStream ds1(std::move(ds0)); in TEST() local101 ds1 << "Second"; in TEST()
69 uint64_t ds1 = Mix(g ^ salt[4], h ^ duplicated_state); in LowLevelHash() local70 duplicated_state = (ds0 ^ ds1); in LowLevelHash()
60 we have two chains here ds1-mpg1-ask1 and ds2-mpg2-ask2
66 we have two chains here ds1-mpg1-ask1 and ds2-mpg2-ask2
231 Scheduling is a bit tricky here: we have two threads with each one chain ds1-e-q and
147 int ds1 = m01 & m10; // true if both are 1 in computeTypeMask() local149 mask |= (dp0 & ds1) << kRectStaysRect_Shift; in computeTypeMask()