Home | History | Annotate | Download | only in src

Lines Matching refs:integer

176 underscore (_). The value can be either a string, an integer, a real number,
349 type integer
432 long integer;
955 SNDERR("%s is not an integer", *id);
967 n->u.integer = (long) i;
1339 snd_output_printf(out, "%ld", n->u.integer);
1466 if (!strcmp(ascii, "integer")) {
1758 * \brief Creates an integer configuration node.
1848 * \brief Creates an integer configuration node with the given initial value.
1862 (*config)->u.integer = value;
1867 * \brief Creates an integer configuration node with the given initial value.
1955 * \brief Changes the value of an integer configuration node.
1965 config->u.integer = value;
2062 config->u.integer = i;
2099 * \brief Returns the value of an integer configuration node.
2110 *ptr = config->u.integer;
2147 * \brief Returns the value of a real or integer configuration node.
2153 * If the node's type is integer or integer64, the value is converted
2162 *ptr = config->u.integer;
2223 err = snprintf(res, sizeof(res), "%li", config->u.integer);
2742 integer", id);
2824 SNDERR("id of field %s is not and integer", id);
3864 if (strcmp(tmp, "integer") == 0) {
3871 SNDERR("Parameter %s must be an integer", var);
3884 SNDERR("Parameter %s must be an integer", var);