Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/test/
H A Dqdf_types_test.c31 __ut_bool(const char *str, QDF_STATUS exp_status, bool exp_value) in __ut_bool() argument
45 if (value != exp_value) { in __ut_bool()
48 exp_value ? "true" : "false"); in __ut_bool()
78 __ut_int32(const char *str, QDF_STATUS exp_status, int32_t exp_value) in __ut_int32() argument
92 if (value != exp_value) { in __ut_int32()
94 str, value, exp_value); in __ut_int32()
123 __ut_int64(const char *str, QDF_STATUS exp_status, int64_t exp_value) in __ut_int64() argument
137 if (value != exp_value) { in __ut_int64()
139 str, value, exp_value); in __ut_int64()
383 __ut_uint32(const char *str, QDF_STATUS exp_status, uint32_t exp_value) in __ut_uint32() argument
[all …]