/src/usr.bin/menuc/ |
avl.c | 42 * short balance; / * For the balanced tree. * / 102 new_id->balance = 0; 113 (*root)->balance--; 115 switch ((*root)->balance) 124 if (B->balance <= 0) 130 A->balance = 0; 131 B->balance = 0; 141 switch ((*root)->balance) 144 A->balance = 1; 145 B->balance = 0 [all...] |
mdb.h | 48 short balance; /* For the balanced tree. */ member in struct:id_rec
|
/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/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/lib/libossaudio/ |
oss_dsp.c | 393 INTARG = get_vol(tmpinfo.play.gain, tmpinfo.play.balance); 402 INTARG = get_vol(tmpinfo.record.gain, tmpinfo.record.balance); 455 get_vol(u_int gain, u_char balance) 459 if (balance == AUDIO_MID_BALANCE) { 461 } else if (balance < AUDIO_MID_BALANCE) { 463 r = (balance * gain) / AUDIO_MID_BALANCE; 466 l = ((AUDIO_RIGHT_BALANCE - balance) * gain) 488 prinfo->balance = AUDIO_MID_BALANCE; 491 prinfo->balance = AUDIO_RIGHT_BALANCE - 495 prinfo->balance = (AUDIO_MID_BALANCE * rgain) / lgain [all...] |
/src/sys/compat/sunos/ |
sunos.h | 141 u_char balance; member in struct:sunos_audio_prinfo
|
/src/usr.bin/audio/ctl/ |
ctl.c | 109 { "play.balance", &info.play.balance, UCHAR, 0 }, 128 { "record.balance", &info.record.balance, UCHAR, 0 },
|
/src/tests/dev/audio/ |
audiotest.c | 1550 /* balance */ 1568 /* balance */ 1638 /* balance */ 1656 /* balance */ 5658 * Look if there are any balance values that can be changed. 5659 * If any balance value can be set, it is set to balance[0]. 5660 * If another balance value can be set, it is set to balance[1], 5661 * otherwise balance[1] = -1 [all...] |
/src/sys/dev/audio/ |
audio.c | 7150 * ai.{play,record}.balance (R/W) 7151 * It specifies the left-right balance of HW mixer in 0-64. 7153 * It is historical reason that the balance is connected to HW mixer. 7300 if (SPECIFIED_CH(ai->play.balance)) 7301 SPRINTF(buf, ",play.balance=%d", ai->play.balance); 7302 if (SPECIFIED_CH(ai->record.balance)) 7303 SPRINTF(buf, ",record.balance=%d", ai->record.balance); 7617 * The parameters handled here are *.port, *.gain, *.balance and monitor_gain 9144 u_char balance; local in function:audio_volume_down 9175 u_char balance; local in function:audio_volume_up 9200 u_char balance; local in function:audio_volume_toggle [all...] |
/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/sys/ |
audioio.h | 67 u_char balance; /* stereo channel balance */ member in struct:audio_prinfo 248 * Balance settings.
|
/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);
|
/src/lib/librumpuser/build-aux/ |
config.sub | 532 balance)
|
/src/sys/external/isc/libsodium/dist/build-aux/ |
config.sub | 534 balance)
|
/src/sys/external/isc/libsodium/dist/ |
config.sub | 513 balance)
|
/src/sys/dev/isa/ |
gus.c | 2974 u_char balance)
|