Searched refs:tag_bits (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_linux.cpp148 int tag_bits = kTagBits; local
152 reinterpret_cast<unsigned long>(&tag_bits),
154 CHECK_EQ(tag_bits, kTagBits);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/
H A Dpkcs11.h203 #define tag_bits ulTagBits macro
956 unsigned long tag_bits; member in struct:ck_gcm_params
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dasan.cc4426 uint8_t tag_bits = HWASAN_TAG_SIZE; local
4429 hwasan_frame_tag_offset = (hwasan_frame_tag_offset + 1) % (1 << tag_bits);

Completed in 291 milliseconds