Searched refs:bar_val (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/hyperv/pcib/ |
| H A D | vmbus_pcib.c | 1419 uint32_t bar_val = 0; in vmbus_pcib_prepopulate_bars() local 1422 4, &bar_val); in vmbus_pcib_prepopulate_bars() 1424 if (hpdev->probed_bar[i] != bar_val) { in vmbus_pcib_prepopulate_bars() 1434 4, bar_val); in vmbus_pcib_prepopulate_bars()
|
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 3620 const std::string foo_val("5"), bar_val("6"); in TEST() local 3622 EqFailure("foo", "bar", foo_val, bar_val, false).failure_message()); in TEST() 3632 EqFailure("foo", "6", foo_val, bar_val, false).failure_message()); in TEST() 3641 EqFailure("5", "bar", foo_val, bar_val, false).failure_message()); in TEST() 3650 EqFailure("5", "6", foo_val, bar_val, false).failure_message()); in TEST()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 2420 // llvm.amdgcn.ds.gws.init(i32 bar_val, i32 resource_id) 2422 // bar_val is the total number of waves that will wait on this 2434 // bar_val is the total number of waves that will wait on this
|