Home
last modified time | relevance | path

Searched refs:tag_value (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libcbor/test/
H A Dtag_test.c108 for (int64_t tag_value = 0; tag_value <= 32767; tag_value++) { in test_all_tag_values_supported() local
110 cbor_build_tag(tag_value, cbor_move(cbor_build_uint8(42))); in test_all_tag_values_supported()
118 assert_true(cbor_tag_value(tag) == tag_value); in test_all_tag_values_supported()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp217 lldb::addr_t tag_value; in DoExecute() local
219 if (entry.ref().getAsInteger(0, tag_value)) { in DoExecute()
225 tags.push_back(tag_value); in DoExecute()
/freebsd/sys/dev/qlxgbe/
H A Dql_hw.c4870 uint32_t tag_value, read_cnt; in ql_L2Cache() local
4883 tag_value = cacheEntry->init_tag_value; in ql_L2Cache()
4887 ret = ql_rdwr_indreg32(ha, tag_reg_addr, &tag_value, 0); in ql_L2Cache()
4945 tag_value += cacheEntry->tag_value_stride; in ql_L2Cache()
4966 uint32_t tag_value, read_cnt; in ql_L1Cache() local
4977 tag_value = cacheEntry->init_tag_value; in ql_L1Cache()
4981 ret = ql_rdwr_indreg32(ha, tag_reg_addr, &tag_value, 0); in ql_L1Cache()
4999 tag_value += cacheEntry->tag_value_stride; in ql_L1Cache()