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 | 3571 const std::string foo_val("5"), bar_val("6"); in TEST() local 3573 EqFailure("foo", "bar", foo_val, bar_val, false).failure_message()); in TEST() 3583 EqFailure("foo", "6", foo_val, bar_val, false).failure_message()); in TEST() 3592 EqFailure("5", "bar", foo_val, bar_val, false).failure_message()); in TEST() 3601 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 | 2127 // llvm.amdgcn.ds.gws.init(i32 bar_val, i32 resource_id) 2129 // bar_val is the total number of waves that will wait on this 2141 // bar_val is the total number of waves that will wait on this
|