HomeSort by relevance Sort by last modified time
    Searched defs:balance (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/lib/libldap4/common/
search.c 268 int balance, escape; local
270 balance = 1;
272 while (*s && balance) {
275 balance++;
277 balance--;
283 if (balance)
334 int parens, balance, escape; local
424 balance = 1;
427 while (*next && balance) {
430 balance++
    [all...]
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/
search.c 384 int balance, escape; local
386 balance = 1;
388 while ( *s && balance ) {
391 balance++;
393 balance--;
399 if ( balance )
447 int parens, balance, escape; local
520 balance = 1;
523 while ( *next && balance ) {
526 balance++
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
audioio.h 79 uchar_t balance; /* stereo channel balance */ member in struct:audio_prinfo
134 * These values apply to the balance field to adjust channel gain values
  /onnv/onnv-gate/usr/src/cmd/lvm/util/
metaset.c 37 balance, enumerator in enum:metaset_cmd
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4v/io/
vldc.c 1198 uint64_t len, balance, copy_size; local
1206 len = balance = copy_info.length;
1209 while (balance > 0) {
1212 copy_size = MIN(balance, vldc_max_cookie);
1246 balance -= copy_size;
1266 uint64_t len, balance, copy_size; local
1278 len = balance = copy_info.length;
1281 while (balance > 0) {
1284 copy_size = MIN(balance, vldc_max_cookie);
1314 balance -= copy_size
    [all...]
  /onnv/onnv-gate/usr/src/cmd/pr/
pr.c 179 static void balance(int);
904 balance(bline);
975 balance(0);
986 balance(int bline) /* line balancing for last page */ function
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
lex.c 93 char balance; member in struct:lexdata
274 lp->lexd.noarg = lp->lexd.level= lp->lexd.dolparen = lp->lexd.balance = 0;
425 lp->lexd.balance = c;
434 lp->lexd.balance = c;
1238 lp->lexd.balance = 0;
1243 lp->lexd.balance = 0;
1257 if(lp->lexd.balance)
1259 sfputc(stkp,lp->lexd.balance);
1260 lp->lexd.balance = 0;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsldap/common/
ns_reads.c 4575 int balance, escape; local
4626 int parens, balance, escape; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsqlite/src/
btree.c 2186 static int balance(Btree *pBt, MemPage *pPage, BtCursor *pCur){ function
    [all...]

Completed in 600 milliseconds