HomeSort by: relevance | last modified time | path
    Searched defs:balance (Results 1 - 20 of 20) 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
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/external/bsd/openldap/dist/libraries/libldap/
filter.c 157 int balance, escape; local
159 balance = 1;
161 while ( *s && balance ) {
164 balance++;
166 balance--;
172 if ( balance ) s++;
335 int parens, balance, escape; local
433 balance = 1;
437 while ( *next && balance ) {
440 balance++
781 int parens, balance, escape; local
    [all...]
  /src/usr.bin/audio/play/
play.c 65 static int balance; variable
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/usr.bin/menuc/
mdb.h 48 short balance; /* For the balanced tree. */ member in struct:id_rec
  /src/external/bsd/bc/dist/
bcdefs.h 181 short balance; /* For the balanced tree. */ member in struct:id_rec
  /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
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
kwset.c 58 char balance; /* Difference in depths of subtrees. */ member in struct:tree
188 link->balance = 0;
196 /* Back up the tree fixing the balance flags. */
197 while (depth && !links[depth]->balance)
200 --links[depth]->balance;
202 ++links[depth]->balance;
207 if (depth && ((dirs[depth] == L && --links[depth]->balance)
208 || (dirs[depth] == R && ++links[depth]->balance)))
210 switch (links[depth]->balance)
218 t->balance = r->balance = 0
    [all...]
  /src/external/gpl2/grep/dist/src/
kwset.c 58 char balance; /* Difference in depths of subtrees. */ member in struct:tree
188 link->balance = 0;
196 /* Back up the tree fixing the balance flags. */
197 while (depth && !links[depth]->balance)
200 --links[depth]->balance;
202 ++links[depth]->balance;
207 if (depth && ((dirs[depth] == L && --links[depth]->balance)
208 || (dirs[depth] == R && ++links[depth]->balance)))
210 switch (links[depth]->balance)
218 t->balance = r->balance = 0
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
rrl.c 490 int balance, rate; local
499 balance = e->responses + age * rate;
500 if (balance > rate) {
501 balance = rate;
503 return balance;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rrl.c 512 int balance, rate; local
521 balance = e->responses + age * rate;
522 if (balance > rate) {
523 balance = rate;
525 return (balance);
  /src/sys/compat/sunos/
sunos.h 141 u_char balance; member in struct:sunos_audio_prinfo
  /src/external/gpl3/gcc/dist/gcc/
ggc-common.cc 1208 size_t balance = get_balance ();
1213 SIZE_AMOUNT (balance), get_percent (balance, total.get_balance ()),
1240 /* Get balance which is GGC allocation leak. */
1207 size_t balance = get_balance (); local
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-common.cc 1186 size_t balance = get_balance ();
1191 SIZE_AMOUNT (balance), get_percent (balance, total.get_balance ()),
1218 /* Get balance which is GGC allocation leak. */
1185 size_t balance = get_balance (); local
  /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 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
9175 u_char balance; local
9200 u_char balance; local
    [all...]
  /src/usr.bin/xlint/lint1/
tree.c 1121 balance(op_t op, tnode_t **lnp, tnode_t **rnp) function
1605 balance(NOOP, &raw_diff, &elsz);
2157 balance(op, &ln, &rn);
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 9162 int balance;
10240 r->balance = 0;
10248 if (p->balance == 0)
10249 p->balance = -1;
10250 else if (p->balance < 0)
10252 if (r->balance < 0)
10260 p->balance = 0;
10261 r->balance = 0;
10291 p->balance = t->balance < 0
9135 int balance; member in struct:init_node
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 8363 int balance;
9431 r->balance = 0;
9439 if (p->balance == 0)
9440 p->balance = -1;
9441 else if (p->balance < 0)
9443 if (r->balance < 0)
9451 p->balance = 0;
9452 r->balance = 0;
9482 p->balance = t->balance < 0
8338 int balance; member in struct:init_node
    [all...]
  /src/external/public-domain/sqlite/dist/
sqlite3.c 17838 #define SQLITE_BalancedMerge 0x00200000 /* Balance multi-way merges */
79131 static int balance(BtCursor *pCur){ function
    [all...]

Completed in 139 milliseconds