Searched refs:bnum (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/postfix-255/postfix/auxiliary/qshape/
H A Dqshape.pl124 my $bnum = 10; # deferred queue bucket count
182 $bnum = $opts{"b"} if (exists $opts{"b"} && $opts{"b"} > 0);
278 # buckets 1 to $bnum contain the age breakdown.
285 $b < $bnum ? $b : $bnum;
321 foreach ((0 .. $bnum)) { $count[$_] ||= 0; }
339 for (my $i = 0, my $t = 0; $i <= $bnum; ) {
348 if (++$i < $bnum) { $t += ($t && !$opts{"l"}) ? $t : $tick; } else { $t = "$t+"; }
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A Dfsck_journal.h41 uint64_t bnum; member in struct:block_info
H A Dfsck_journal.c278 plog("\tBlock %d: blkNum %llu, size %u, data offset = %zd\n", i, swap->swap64(txn->binfo[i].bnum), swap->swap32(txn->binfo[i].bsize), dataPtr - (uint8_t*)txn);
304 if (swap->swap64(txn->binfo[i].bnum) == 2) {
311 if (swap->swap64(txn->binfo[i].bnum) == ~(uint64_t)0) {
319 if ((writer)(swap->swap64(txn->binfo[i].bnum) * blkSize, dataPtr, swap->swap32(txn->binfo[i].bsize)) == -1)
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DObjectPropertiesSection.js110 var chunka, chunkb, anum, bnum;
119 bnum = !isNaN(chunkb);
120 if (anum && !bnum)
122 if (bnum && !anum)
124 if (anum && bnum) {
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dbindat.el246 (let ((bits nil) (bnum (1- (* 8 len))) j m)
247 (while (>= bnum 0)
249 (setq bnum (- bnum 8))
253 (setq bits (cons bnum bits)))
254 (setq bnum (1- bnum)
510 (let ((bnum (1- (* 8 len))) j m)
511 (while (>= bnum 0)
514 (setq bnum (
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/rc2/
H A Drc2test.c257 static int bnum=0; local
262 ret= &(bufs[bnum++][0]);
263 bnum%=10;
/macosx-10.10/OpenSSL098-52/src/test/
H A Drc2test.c257 static int bnum=0; local
262 ret= &(bufs[bnum++][0]);
263 bnum%=10;
H A Drc5test.c369 static int bnum=0; local
374 ret= &(bufs[bnum++][0]);
375 bnum%=10;
H A Ddestest.c834 static int bnum=0; local
839 ret= &(bufs[bnum++][0]);
840 bnum%=10;
/macosx-10.10/ruby-106/ruby/
H A Drational.c670 f_addsub(VALUE self, VALUE anum, VALUE aden, VALUE bnum, VALUE bden, int k) argument
675 FIXNUM_P(bnum) && FIXNUM_P(bden)) {
678 long bn = FIX2LONG(bnum);
701 VALUE b = f_mul(bnum, f_idiv(aden, g));
799 f_muldiv(VALUE self, VALUE anum, VALUE aden, VALUE bnum, VALUE bden, int k) argument
806 if (f_negative_p(bnum)) {
808 bnum = f_negate(bnum);
810 t = bnum;
811 bnum
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c548 next_blhdr = (block_list_header *)((long)blhdr->binfo[0].bnum);
549 blhdr->binfo[0].bnum = 0xdeadc0de;
776 blhdr->binfo[i].bnum = SWAP64(blhdr->binfo[i].bnum);
1263 if (blhdr->binfo[i].bnum < 0 && blhdr->binfo[i].bnum != (off_t)-1) {
1264 printf("jnl: %s: replay_journal: bogus block number 0x%llx\n", jnl->jdev_name, blhdr->binfo[i].bnum);
1295 number = blhdr->binfo[i].bnum;
1321 printf("jnl: %s: txn starting at %lld (%lld) @ index %3d bnum %lld (%d) with disk cksum != blhdr cksum (0x%.8x 0x%.8x)\n",
2747 for (blhdr = tr->blhdr; blhdr; blhdr = (block_list_header *)((long)blhdr->binfo[0].bnum)) {
[all...]
H A Dvfs_journal.h57 off_t bnum; // block # on the file system device member in struct:block_info
/macosx-10.10/vim-55/src/
H A Dmemline.c478 blocknr_T bnum; local
506 bnum = 1; /* start with block 1 */
521 if ((hp = mf_get(mfp, (blocknr_T)bnum, page_count)) == NULL)
523 if (bnum == 1)
554 ip->ip_bnum = bnum;
557 bnum = pp->pb_pointer[idx].pe_bnum;
581 bnum = ip->ip_bnum;
1076 blocknr_T bnum; local
1412 bnum = 1; /* start with block 1 */
1436 if ((hp = mf_get(mfp, (blocknr_T)bnum, page_coun
3581 blocknr_T bnum, bnum2; local
[all...]
H A Dnetbeans.c3090 int bnum; local
3099 bnum = bufno;
3101 bnum = 0;
3104 bnum,
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A Dslapd-tester.c185 int bnum = 0; local
475 bnum = get_search_filters( bfile, bcreds, battrs, breqs, NULL );
476 if ( bnum < 0 ) {
479 bfile, -2*(bnum + 1) );
903 if ( DOREQ( bnum, j ) ) {
904 int jj = j % bnum;
/macosx-10.10/OpenSSL098-52/src/crypto/rc5/
H A Drc5test.c369 static int bnum=0; local
374 ret= &(bufs[bnum++][0]);
375 bnum%=10;
/macosx-10.10/vim-55/runtime/syntax/
H A Db.vim27 syn keyword bGuard binhyp band bnot bguard bsearch bflat bfresh bguardi bget bgethyp barith bgetresult bresult bgoal bmatch bmodr bnewv bnum btest bpattern bprintf bwritef bsubfrm bvrb blvar bcall bappend bclose
/macosx-10.10/OpenSSL098-52/src/crypto/des/
H A Ddestest.c834 static int bnum=0; local
839 ret= &(bufs[bnum++][0]);
840 bnum%=10;
/macosx-10.10/vim-55/runtime/
H A Dmenu.vim767 func! s:BMMunge(fname, bnum)
779 if a:bnum >= 0
780 let name2 = name2 . ' (' . a:bnum . ')'

Completed in 316 milliseconds