HomeSort by: relevance | last modified time | path
    Searched defs:balance (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/msgc/
msgdb.h 47 short balance; member in struct:id_rec
  /src/usr.bin/audio/record/
record.c 65 static int balance; variable in typeref:typename:int
108 decode_int(optarg, &balance);
109 if (balance < 0 || balance > 63)
110 errx(1, "balance must be between 0 and 63");
282 SETINFO2 (balance, balance)
421 "-b balance (0-63)\n\t"
  /src/usr.bin/menuc/
mdb.h 48 short balance; /* For the balanced tree. */ member in struct:id_rec
  /src/usr.bin/audio/play/
play.c 65 static int balance; variable in typeref:typename:int
94 decode_int(optarg, &balance);
95 if (balance < 0 || balance > 64)
96 errx(1, "balance must be between 0 and 63");
530 if (balance)
531 info.play.balance = balance;
598 "-b balance (0-63)\n\t"
  /src/bin/csh/
set.c 60 static void balance(struct varent *, int, int);
532 balance(p, f, 0);
660 balance(pp, f, 1);
749 balance(struct varent *p, int f, int d) function in typeref:typename:void
  /src/sys/compat/sunos/
sunos.h 141 u_char balance; member in struct:sunos_audio_prinfo
  /src/sys/sys/
audioio.h 67 u_char balance; /* stereo channel balance */ member in struct:audio_prinfo
248 * Balance settings.
  /src/sys/dev/audio/
audio.c 7151 * ai.{play,record}.balance (R/W)
7152 * It specifies the left-right balance of HW mixer in 0-64.
7154 * It is historical reason that the balance is connected to HW mixer.
7301 if (SPECIFIED_CH(ai->play.balance))
7302 SPRINTF(buf, ",play.balance=%d", ai->play.balance);
7303 if (SPECIFIED_CH(ai->record.balance))
7304 SPRINTF(buf, ",record.balance=%d", ai->record.balance);
7618 * The parameters handled here are *.port, *.gain, *.balance and monitor_gain
9145 u_char balance; local in function:audio_volume_down
9176 u_char balance; local in function:audio_volume_up
9201 u_char balance; local in function:audio_volume_toggle
    [all...]
  /src/usr.bin/xlint/lint1/
tree.c 1045 balance(op_t op, tnode_t **lnp, tnode_t **rnp) function in typeref:typename:void
1521 balance(NOOP, &raw_diff, &elsz);
2072 balance(op, &ln, &rn);

Completed in 23 milliseconds