Home
last modified time | relevance | path

Searched refs:llval (Results 1 - 2 of 2) sorted by relevance

/third_party/alsa-lib/src/topology/
H A Dparser.c63 long long llval; in tplg_get_unsigned() local
79 err = snd_config_get_integer64(n, &llval); in tplg_get_unsigned()
82 if (llval < 0 && llval >= INT_MIN) in tplg_get_unsigned()
83 llval = UINT_MAX + llval + 1; in tplg_get_unsigned()
84 if (llval < 0 || llval > UINT_MAX) in tplg_get_unsigned()
86 *val = llval; in tplg_get_unsigned()
H A Dsave.c128 long long llval; in tplg_pprint_integer() local
129 err = snd_config_get_integer64(n, &llval); in tplg_pprint_integer()
132 if (llval < INT_MIN || llval > UINT_MAX) in tplg_pprint_integer()
134 lval = llval; in tplg_pprint_integer()

Completed in 2 milliseconds