• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/

Lines Matching defs:integer

176 underscore (_). The value can be either a string, an integer, a real number,
349 type integer
438 long integer;
996 SNDERR("%s is not an integer", *id);
1008 n->u.integer = (long) i;
1378 snd_output_printf(out, "%ld", n->u.integer);
1508 * <dt>integer<dt>#SND_CONFIG_TYPE_INTEGER
1523 if (!strcmp(ascii, "integer")) {
1926 * \brief Creates an integer configuration node.
1951 * \brief Creates a 64-bit-integer configuration node.
2094 * \brief Creates an integer configuration node with the given initial value.
2119 (*config)->u.integer = value;
2124 * \brief Creates a 64-bit-integer configuration node with the given initial value.
2248 * \brief Changes the value of an integer configuration node.
2255 * <dt>-EINVAL<dd>\a config is not an integer node.
2266 config->u.integer = value;
2271 * \brief Changes the value of a 64-bit-integer configuration node.
2278 * <dt>-EINVAL<dd>\a config is not a 64-bit-integer node.
2405 config->u.integer = i;
2442 * \brief Returns the value of an integer configuration node.
2449 * <dt>-EINVAL<dd>\a config is not an integer node.
2460 *ptr = config->u.integer;
2465 * \brief Returns the value of a 64-bit-integer configuration node.
2472 * <dt>-EINVAL<dd>\a config is not a 64-bit-integer node.
2508 * \brief Returns the value of a real or integer configuration node.
2513 * If the node's type is integer or integer64, the value is converted
2527 *ptr = config->u.integer;
2605 * <dt>-EINVAL<dd>\a config is not a (64-bit) integer or real number or
2621 err = snprintf(res, sizeof(res), "%li", config->u.integer);
3357 SNDERR("id of field %s is not and integer", id);
3479 SNDERR("id of field %s is not and integer", id);
4597 if (strcmp(tmp, "integer") == 0) {
4604 SNDERR("Parameter %s must be an integer", var);
4617 SNDERR("Parameter %s must be an integer", var);