Home
last modified time | relevance | path

Searched refs:cap0 (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_vector.h103 uptr cap0 = last_ - begin_; in EnsureSize() local
104 uptr cap = cap0 * 5 / 4; // 25% growth in EnsureSize()
110 if (cap0) { in EnsureSize()
111 internal_memcpy(p, begin_, cap0 * sizeof(T)); in EnsureSize()
/openbsd/sys/dev/ic/
H A Datw.c2311 uint32_t bcnt, cap0, cap1, capinfo; in atw_start_beacon() local
2327 cap0 = ATW_READ(sc, ATW_CAP0) & ~ATW_CAP0_CHN_MASK; in atw_start_beacon()
2363 cap0 |= LSHIFT(chan, ATW_CAP0_CHN_MASK); in atw_start_beacon()
2368 ATW_WRITE(sc, ATW_CAP0, cap0); in atw_start_beacon()