Searched refs:cap0 (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_vector.h108 uptr cap0 = last_ - begin_; local
109 uptr cap = cap0 * 5 / 4; // 25% growth
115 if (cap0) {
116 internal_memcpy(p, begin_, cap0 * sizeof(T));
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_vector.h106 uptr cap0 = last_ - begin_; local
107 uptr cap = cap0 * 5 / 4; // 25% growth
113 if (cap0) {
114 internal_memcpy(p, begin_, cap0 * sizeof(T));
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_vector.h103 uptr cap0 = last_ - begin_; local
104 uptr cap = cap0 * 5 / 4; // 25% growth
110 if (cap0) {
111 internal_memcpy(p, begin_, cap0 * sizeof(T));
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_vector.h104 uptr cap0 = last_ - begin_; local
105 uptr cap = cap0 * 5 / 4; // 25% growth
111 if (cap0) {
112 internal_memcpy(p, begin_, cap0 * sizeof(T));
/netbsd-current/sys/dev/ic/
H A Datw.c2312 uint32_t bcnt, bpli, cap0, cap1, capinfo; local
2328 cap0 = ATW_READ(sc, ATW_CAP0) & ~ATW_CAP0_CHN_MASK;
2368 cap0 |= __SHIFTIN(chan, ATW_CAP0_CHN_MASK);
2373 ATW_WRITE(sc, ATW_CAP0, cap0);
/netbsd-current/sys/dev/pci/
H A Dif_iavf.c4559 uint32_t *cap, cap0; local
4568 cap0 = IAVF_VC_OFFLOAD_L2 |
4574 *cap = htole32(cap0);

Completed in 288 milliseconds