Home
last modified time | relevance | path

Searched refs:balance (Results 1 – 25 of 35) sorted by relevance

12

/dragonfly/contrib/grep/src/
HDkwset.c67 char balance; /* Difference in depths of subtrees. */ member
226 cur->balance = 0; in kwsincr()
235 while (depth && !links[depth]->balance) in kwsincr()
238 --links[depth]->balance; in kwsincr()
240 ++links[depth]->balance; in kwsincr()
245 if (depth && ((dirs[depth] == L && --links[depth]->balance) in kwsincr()
246 || (dirs[depth] == R && ++links[depth]->balance))) in kwsincr()
250 switch (links[depth]->balance) in kwsincr()
258 t->balance = r->balance = 0; in kwsincr()
264 l->balance = t->balance != 1 ? 0 : -1; in kwsincr()
[all …]
/dragonfly/sys/dev/video/bktr/
HDmsp34xx.c335 int vol = 0,val = 0,balance = 0; in msp3400c_setvolume() local
342 balance = ((right-left) * 127) / vol; in msp3400c_setvolume()
346 muted ? "on" : "off", left, right, val>>8, balance)); in msp3400c_setvolume()
351 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0001, balance << 8); in msp3400c_setvolume()
/dragonfly/contrib/file/magic/Magdir/
HDruby41 # Looks for function definition to balance python magic
/dragonfly/contrib/tcsh-6/
HDsh.set.c52 static void balance (struct varent *, int, int);
747 balance(p, f, 0); in setq()
892 balance(pp, f, 1); in unsetv1()
1006 balance(struct varent *p, int f, int d) in balance() function
/dragonfly/contrib/gcc-4.7/gcc/
HDc-typeck.c6467 int balance; member
7458 r->balance = 0; in add_pending_init()
7466 if (p->balance == 0) in add_pending_init()
7467 p->balance = -1; in add_pending_init()
7468 else if (p->balance < 0) in add_pending_init()
7470 if (r->balance < 0) in add_pending_init()
7478 p->balance = 0; in add_pending_init()
7479 r->balance = 0; in add_pending_init()
7509 p->balance = t->balance < 0; in add_pending_init()
7510 r->balance = -(t->balance > 0); in add_pending_init()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDggc-common.c893 long balance = get_balance (); in dump() local
900 (long)balance, get_percent (balance, total.get_balance ()), in dump()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-typeck.c7703 int balance; member
8758 r->balance = 0; in add_pending_init()
8766 if (p->balance == 0) in add_pending_init()
8767 p->balance = -1; in add_pending_init()
8768 else if (p->balance < 0) in add_pending_init()
8770 if (r->balance < 0) in add_pending_init()
8778 p->balance = 0; in add_pending_init()
8779 r->balance = 0; in add_pending_init()
8809 p->balance = t->balance < 0; in add_pending_init()
8810 r->balance = -(t->balance > 0); in add_pending_init()
[all …]
/dragonfly/games/fortune/datfiles/
HDstartrek516 The only solution is ... a balance of power. We arm our side with
517 exactly that much more. A balance of power -- the trickiest, most
/dragonfly/share/dict/
HDweb2a1112 alloy balance
1558 ampere balance
2696 assay balance
3125 back balance
3384 balance adjuster
3385 balance arm
3386 balance beam
3387 balance bob
3388 balance bridge
3389 balance clerk
[all …]
/dragonfly/test/interbench/
HDCOPYING211 any particular circumstance, the balance of the section is intended to
/dragonfly/contrib/gcc-4.7/
HDCOPYING211 any particular circumstance, the balance of the section is intended to
/dragonfly/contrib/lvm2/dist/
HDCOPYING211 any particular circumstance, the balance of the section is intended to
/dragonfly/gnu/
HDCOPYING211 any particular circumstance, the balance of the section is intended to
/dragonfly/contrib/binutils-2.27/include/
HDCOPYING211 any particular circumstance, the balance of the section is intended to
/dragonfly/contrib/zstd/
HDCOPYING211 any particular circumstance, the balance of the section is intended to
/dragonfly/contrib/cryptsetup/
HDCOPYING211 any particular circumstance, the balance of the section is intended to
/dragonfly/contrib/gdb-7/
HDCOPYING211 any particular circumstance, the balance of the section is intended to
/dragonfly/contrib/xz/
HDCOPYING.GPLv2211 any particular circumstance, the balance of the section is intended to
/dragonfly/contrib/gdb-7/include/
HDCOPYING211 any particular circumstance, the balance of the section is intended to
/dragonfly/contrib/gcc-8.0/
HDCOPYING211 any particular circumstance, the balance of the section is intended to
/dragonfly/contrib/binutils-2.34/
HDCOPYING211 any particular circumstance, the balance of the section is intended to
/dragonfly/contrib/binutils-2.27/
HDCOPYING211 any particular circumstance, the balance of the section is intended to
/dragonfly/bin/csh/csh/
HDhost.defs770 hosttype: : "balance"
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
Drope1787 // Used only by balance.
1963 balance()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
Drope1788 // Used only by balance.
1963 balance()

12