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

  /device/samsung/crespo/alsa-utils/speaker-test/
pink.c 44 long pmax; local
48 pmax = (num_rows + 1) * (1<<(PINK_RANDOM_BITS-1));
49 pink->pink_scalar = 1.0f / pmax;
  /device/samsung/crespo/alsa-lib/test/
seq-sender.c 242 int pmax = snd_pcm_poll_descriptors_count(phandle); local
243 snd_seq_poll_descriptors(phandle, pfds + max, pmax);
244 max += pmax;
  /external/openssl/crypto/lhash/
lhash.h 146 unsigned int pmax; member in struct:lhash_st
  /external/openssl/include/openssl/
lhash.h 146 unsigned int pmax; member in struct:lhash_st
  /device/samsung/crespo/alsa-lib/src/mixer/
simple_none.c 670 long pmin, pmax, cmin, cmax; local
677 pmax = LONG_MIN;
690 pmax = cmax = ctl->max;
716 if (pmax < ctl->max)
717 pmax = ctl->max;
760 if (pmax < ctl->max)
761 pmax = ctl->max;
875 simple->str[SM_PLAY].max = pmax != LONG_MIN ? pmax : 0;
    [all...]
  /device/samsung/crespo/alsa-utils/amixer/
amixer.c 338 long val, orig, pmin, pmax; local
351 vol_ops[dir].v[VOL_RAW].get_range(elem, &pmin, &pmax) < 0)
362 val = (long)convert_prange1(strtod(s, NULL), pmin, pmax);
368 if (vol_ops[dir].v[vol_type].get_range(elem, &pmin, &pmax) < 0)
385 val = check_range(val, pmin, pmax);
694 long pmin = 0, pmax = 0; local
812 snd_mixer_selem_get_playback_volume_range(elem, &pmin, &pmax);
814 printf(" %li - %li", pmin, pmax);
817 snd_mixer_selem_get_playback_volume_range(elem, &pmin, &pmax);
818 printf(" Playback %li - %li", pmin, pmax);
    [all...]
  /external/bison/src/
vcg.h 903 int pmax; member in struct:graph
    [all...]

Completed in 311 milliseconds