HomeSort by relevance Sort by last modified time
    Searched defs:intval (Results 1 - 3 of 3) sorted by null

  /external/mksh/src/
var.c 50 static mksh_ari_t intval(struct tbl *);
388 intval(struct tbl *vp) function
1209 i = intval(vp);
    [all...]
  /external/ping6/
ping6.c 328 double intval; local
455 intval = strtod(optarg, &e);
458 if (intval < 1 && getuid()) {
462 interval.tv_sec = (long)intval;
464 (long)((intval - interval.tv_sec) * 1000000);
    [all...]
  /device/samsung/tuna/audio/
audio_hw.c 253 int intval; member in struct:route_setting
270 .intval = MIXER_ABE_GAIN_0DB,
274 .intval = MIXER_ABE_GAIN_0DB,
278 .intval = MIXER_ABE_GAIN_0DB,
282 .intval = MIXER_ABE_GAIN_0DB,
286 .intval = MIXER_ABE_GAIN_0DB,
290 .intval = MIXER_ABE_GAIN_0DB,
294 .intval = DB_TO_CAPTURE_PREAMPLIFIER_VOLUME(0),
298 .intval = DB_TO_CAPTURE_VOLUME(30),
302 .intval = MIXER_ABE_GAIN_0DB - 17
    [all...]

Completed in 501 milliseconds