/titanic_51/usr/src/lib/libast/common/cdt/ |
H A D | dttreeset.c | 53 int dttreeset(Dt_t* dt, int minp, int balance) in dttreeset() argument 55 int dttreeset(dt, minp, balance) in dttreeset() 58 int balance; 79 if(balance)
|
/titanic_51/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | search.c | 384 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() 447 int parens, balance, escape; in ldap_put_filter() local 520 balance = 1; in ldap_put_filter() 523 while ( *next && balance ) { in ldap_put_filter() 526 balance in ldap_put_filter() [all...] |
/titanic_51/usr/src/common/avl/ |
H A D | avl.c | 108 * Small arrays to translate between balance (or diff) values and child indices. 289 * Perform a rotation to restore balance at the subtree given by depth. 299 * On input balance is the "new" balance at "node". This value is either 303 avl_rotation(avl_tree_t *tree, avl_node_t *node, int balance) in avl_rotation() argument 305 int left = !(balance < 0); /* when balance = -2, left will be 0 */ in avl_rotation() 307 int left_heavy = balance >> 1; in avl_rotation() 341 * we detect this situation by noting that child's balance is not in avl_rotation() 348 * compute new balance o in avl_rotation() [all...] |
/titanic_51/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.conf | 28 # Load balancing global configuration: setting load-balance="none" will cause 30 # path. Setting load-balance="round-robin" will cause each path to the device 33 load-balance="round-robin";
|
/titanic_51/usr/src/uts/sun4v/io/ |
H A D | vldc.c | 1198 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 in i_vldc_ioctl_write_cookie() [all...] |
/titanic_51/usr/src/cmd/csh/ |
H A D | sh.set.c | 33 void balance(struct varent *, int, int); 499 balance(p, f, 0); in setq() 596 balance(pp, f, 1); in unsetv1() 675 balance(struct varent *p, int f, int d) in balance() function 682 tprintf("TRACE- balance()\n"); in balance()
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | audioio.h | 79 uchar_t balance; /* stereo channel balance */ member 134 * These values apply to the balance field to adjust channel gain values
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | lex.c | 93 char balance; member 274 lp->lexd.noarg = lp->lexd.level= lp->lexd.dolparen = lp->lexd.balance = 0; in sh_lexopen() 426 lp->lexd.balance = c; in sh_lex() 435 lp->lexd.balance = c; in sh_lex() 1236 lp->lexd.balance = 0; in sh_lex() 1241 lp->lexd.balance = 0; in sh_lex() 1255 if(lp->lexd.balance) in sh_lex() 1257 sfputc(stkp,lp->lexd.balance); in sh_lex() 1258 lp->lexd.balance = 0; in sh_lex()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | lex.c | 98 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()
|
/titanic_51/usr/src/cmd/audio/utilities/ |
H A D | device_ctl.c | 184 cp = &prinfo->balance; break; in audio__setval()
|
/titanic_51/usr/src/cmd/pr/ |
H A D | pr.c | 179 static void balance(int); 904 balance(bline); in nexbuf() 975 balance(0); in foldbuf() 986 balance(int bline) /* line balancing for last page */ in balance() function
|
/titanic_51/usr/src/lib/libsldap/common/ |
H A D | ns_reads.c | 4763 int balance, escape; in find_right_paren() local 4765 balance = 1; in find_right_paren() 4767 while (*s && balance) { in find_right_paren() 4770 balance++; in find_right_paren() 4772 balance--; in find_right_paren() 4778 if (balance) in find_right_paren() 4814 int parens, balance, escape; in adj_filter() local 4870 balance = 1; in adj_filter() 4873 while (*next && balance) { in adj_filter() 4876 balance in adj_filter() [all...] |
/titanic_51/usr/src/lib/libsqlite/src/ |
H A D | btree.c | 2144 #define NB (NN*2+1) /* Total pages involved in the balance */ 2186 static int balance(Btree *pBt, MemPage *pPage, BtCursor *pCur){ in balance() function 2566 ** balance the parent page. in balance() 2568 rc = balance(pBt, pParent, pCur); in balance() 2674 rc = balance(pCur->pBt, pPage, pCur); in fileBtreeInsert() 2751 rc = balance(pBt, pPage, pCur); in fileBtreeDelete() 2755 rc = balance(pBt, leafCur.pPage, pCur); in fileBtreeDelete() 2770 rc = balance(pBt, pPage, pCur); in fileBtreeDelete()
|
/titanic_51/usr/src/uts/common/io/audio/impl/ |
H A D | audio_sun.c | 264 prinfo->balance = AUDIO_MID_BALANCE; in devaudio_proc_alloc() 285 prinfo->balance = AUDIO_MID_BALANCE; in devaudio_proc_alloc()
|
/titanic_51/usr/src/cmd/powertop/common/ |
H A D | COPYING | 214 any particular circumstance, the balance of the section is intended to
|
/titanic_51/usr/src/grub/grub-0.97/ |
H A D | COPYING | 214 any particular circumstance, the balance of the section is intended to
|
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | THIRDPARTYLICENSE | 308 any particular circumstance, the balance of the section is intended to
|
/titanic_51/usr/src/lib/print/libhttp-core/common/ |
H A D | LICENSE.txt | 357 any particular circumstance, the balance of the section is intended to 864 particular circumstance, the balance of the section is intended to apply,
|
/titanic_51/usr/src/lib/librstp/common/ |
H A D | COPYING | 395 particular circumstance, the balance of the section is intended to apply,
|
/titanic_51/usr/src/cmd/truss/ |
H A D | expound.c | 1278 (void) printf("%s\t%s\twaiting=%u balance=%u minordev=%u\n", in show_audio_prinfo() 1281 au_pr->balance, in show_audio_prinfo()
|
/titanic_51/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README.v6 | 1175 structures to fit both protocols, on balance the simplest solution
|
/titanic_51/usr/src/cmd/spell/ |
H A D | list | 1864 balance
|
/titanic_51/usr/src/cmd/look/ |
H A D | words | 1865 balance
|
/titanic_51/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 3838 % called on to balance too much material, but if it is, this makes
|