Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Davl.c186 node->balance = 0; in mkNode()
275 replacement->balance = node->balance; in remove_sm()
342 (*p)->balance += sway; in sway()
344 balance(p, side(sway)); in sway()
346 return (*p)->balance; in sway()
368 child->balance -= bal; in balance()
369 node->balance = -child->balance; in balance()
381 node->balance = 0; in balance()
385 node->balance = -bal; in balance()
387 child->balance = bal; in balance()
[all …]
H A Davl.h130 int balance; /* -1, 0, or 1 */ member
H A DGPL-2211 any particular circumstance, the balance of the section is intended to
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c384 int balance, escape; in find_right_paren() local
386 balance = 1; in find_right_paren()
388 while ( *s && balance ) { in find_right_paren()
391 balance++; in find_right_paren()
393 balance--; in find_right_paren()
399 if ( balance ) in find_right_paren()
520 balance = 1; in ldap_put_filter()
526 balance++; in ldap_put_filter()
528 balance--; in ldap_put_filter()
534 if ( balance ) in ldap_put_filter()
[all …]
/illumos-gate/usr/src/common/avl/
H A Davl.c287 avl_rotation(avl_tree_t *tree, avl_node_t *node, int balance) in avl_rotation() argument
289 int left = !(balance < 0); /* when balance = -2, left will be 0 */ in avl_rotation()
291 int left_heavy = balance >> 1; in avl_rotation()
432 balance = AVL_XBALANCE(gchild); in avl_rotation()
434 AVL_SETBALANCE(child, (balance == right_heavy ? left_heavy : 0)); in avl_rotation()
439 AVL_SETBALANCE(node, (balance == left_heavy ? right_heavy : 0)); in avl_rotation()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.conf34 load-balance="round-robin";
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvldc.c1198 uint64_t len, balance, copy_size; in i_vldc_ioctl_read_cookie() local
1206 len = balance = copy_info.length; in i_vldc_ioctl_read_cookie()
1209 while (balance > 0) { in i_vldc_ioctl_read_cookie()
1212 copy_size = MIN(balance, vldc_max_cookie); in i_vldc_ioctl_read_cookie()
1246 balance -= copy_size; in i_vldc_ioctl_read_cookie()
1266 uint64_t len, balance, copy_size; in i_vldc_ioctl_write_cookie() local
1278 len = balance = copy_info.length; in i_vldc_ioctl_write_cookie()
1281 while (balance > 0) { in i_vldc_ioctl_write_cookie()
1284 copy_size = MIN(balance, vldc_max_cookie); in i_vldc_ioctl_write_cookie()
1314 balance -= copy_size; in i_vldc_ioctl_write_cookie()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.set.c30 void balance(struct varent *, int, int);
496 balance(p, f, 0); in setq()
593 balance(pp, f, 1); in unsetv1()
672 balance(struct varent *p, int f, int d) in balance() function
/illumos-gate/usr/src/uts/common/sys/
H A Daudioio.h79 uchar_t balance; /* stereo channel balance */ member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c98 char balance; member
283 lp->lexd.noarg = lp->lexd.level= lp->lexd.dolparen = lp->lexd.balance = 0; in sh_lexopen()
446 lp->lexd.balance = c; in sh_lex()
455 lp->lexd.balance = c; in sh_lex()
1321 lp->lexd.balance = 0; in sh_lex()
1326 lp->lexd.balance = 0; in sh_lex()
1340 if(lp->lexd.balance) in sh_lex()
1342 sfputc(stkp,lp->lexd.balance); in sh_lex()
1343 lp->lexd.balance = 0; in sh_lex()
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c177 static void balance(int);
902 balance(bline); in nexbuf()
973 balance(0); in foldbuf()
984 balance(int bline) /* line balancing for last page */ in balance() function
/illumos-gate/usr/src/cmd/audio/utilities/
H A Ddevice_ctl.c182 cp = &prinfo->balance; break; in audio__setval()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c4886 int balance; in find_right_paren() local
4889 balance = 1; in find_right_paren()
4894 balance++; in find_right_paren()
4896 balance--; in find_right_paren()
4902 if (balance) in find_right_paren()
4938 int parens, balance; in adj_filter() local
4995 balance = 1; in adj_filter()
5001 balance++; in adj_filter()
5003 balance--; in adj_filter()
5009 if (balance) in adj_filter()
[all …]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c2184 static int balance(Btree *pBt, MemPage *pPage, BtCursor *pCur){ in balance() function
2566 rc = balance(pBt, pParent, pCur); in balance()
2672 rc = balance(pCur->pBt, pPage, pCur); in fileBtreeInsert()
2749 rc = balance(pBt, pPage, pCur); in fileBtreeDelete()
2753 rc = balance(pBt, leafCur.pPage, pCur); in fileBtreeDelete()
2768 rc = balance(pBt, pPage, pCur); in fileBtreeDelete()
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_sun.c264 prinfo->balance = AUDIO_MID_BALANCE; in devaudio_proc_alloc()
285 prinfo->balance = AUDIO_MID_BALANCE; in devaudio_proc_alloc()
/illumos-gate/usr/src/grub/grub-0.97/
H A DCOPYING211 any particular circumstance, the balance of the section is intended to
/illumos-gate/usr/src/cmd/powertop/common/
H A DCOPYING211 any particular circumstance, the balance of the section is intended to
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DTHIRDPARTYLICENSE305 any particular circumstance, the balance of the section is intended to
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A DLICENSE.txt353 any particular circumstance, the balance of the section is intended to
850 particular circumstance, the balance of the section is intended to apply,
/illumos-gate/usr/src/lib/librstp/common/
H A DCOPYING388 particular circumstance, the balance of the section is intended to apply,
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c1267 au_pr->balance, in show_audio_prinfo()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v61173 structures to fit both protocols, on balance the simplest solution
/illumos-gate/usr/src/cmd/look/
H A Dwords1865 balance
/illumos-gate/usr/src/cmd/spell/
H A Dlist1864 balance
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex3838 % called on to balance too much material, but if it is, this makes