Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/src/
Dqdf_types.c226 bool negate = false; in __qdf_int_parse_lazy() local
237 negate = true; in __qdf_int_parse_lazy()
257 *out_negate = negate; in __qdf_int_parse_lazy()
267 bool negate; in qdf_int_parse() local
278 status = __qdf_int_parse_lazy(&int_str, &value, &negate); in qdf_int_parse()
286 *out_negate = negate; in qdf_int_parse()
369 bool negate = false; in qdf_int64_parse() local
373 status = qdf_int_parse(int_str, &value, &negate); in qdf_int64_parse()
377 if (negate) { in qdf_int64_parse()
396 bool negate = false; in qdf_uint64_parse() local
[all …]