HomeSort by relevance Sort by last modified time
    Searched refs:bnum (Results 1 - 13 of 13) sorted by null

  /external/grub/stage2/
fsys_ffs.c 101 int bnum, offset, bsize; local
108 if ((bnum = fsbtodb (SUPERBLOCK, INODE->i_ib[0])) != mapblock
109 || (mapblock_offset <= bnum && bnum <= mapblock_offset + mapblock_bsize))
125 if (! devread (bnum, offset * sizeof (int), bsize, (char *) MAPBUF))
134 mapblock = bnum;
fsys_ufs2.c 125 int bnum, offset, bsize; local
133 if ((bnum = fsbtodb (SUPERBLOCK, INODE_UFS2->di_ib[0])) != mapblock
134 || (mapblock_offset <= bnum && bnum <= mapblock_offset + mapblock_bsize))
150 if (! devread (bnum, offset * sizeof (int), bsize, (char *) MAPBUF))
159 mapblock = bnum;
fsys_ext2fs.c 339 int bnum; local
347 if ((bnum = (((__u32 *) DATABLOCK1)
350 && !ext2_rdfsb (bnum, DATABLOCK2))
355 mapblock2 = bnum;
  /external/chromium_org/third_party/leveldatabase/src/db/
dbformat.cc 58 const uint64_t bnum = DecodeFixed64(bkey.data() + bkey.size() - 8); local
59 if (anum > bnum) {
61 } else if (anum < bnum) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
xmlreport.py 65 class_elts, lhits, lnum, bhits, bnum = pkg_data
74 xpackage.setAttribute("branch-rate", rate(bhits, bnum))
79 bnum_tot += bnum
  /external/chromium_org/third_party/openssl/openssl/crypto/rc2/
rc2test.c 257 static int bnum=0; local
262 ret= &(bufs[bnum++][0]);
263 bnum%=10;
  /external/openssl/crypto/rc2/
rc2test.c 257 static int bnum=0; local
262 ret= &(bufs[bnum++][0]);
263 bnum%=10;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
utilities.js 242 var chunka, chunkb, anum, bnum;
256 bnum = !isNaN(chunkb);
257 if (anum && !bnum)
259 if (bnum && !anum)
261 if (anum && bnum) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 323 bnum = len(bdb.Breakpoint.bpbynumber)-1
326 bnum = int(arg)
328 print >>self.stdout, "Usage : commands [bnum]\n ..." \
331 self.commands_bnum = bnum
332 self.commands[bnum] = []
333 self.commands_doprompt[bnum] = True
334 self.commands_silent[bnum] = False
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 323 bnum = len(bdb.Breakpoint.bpbynumber)-1
326 bnum = int(arg)
328 print >>self.stdout, "Usage : commands [bnum]\n ..." \
331 self.commands_bnum = bnum
332 self.commands[bnum] = []
333 self.commands_doprompt[bnum] = True
334 self.commands_silent[bnum] = False
    [all...]
  /external/genext2fs/
genext2fs.c 545 bnum -> total number of blocks so far accessed. including indirection
568 uint32 bnum; member in struct:__anon20196
960 bw->bnum = 0;
980 if(bw->bnum >= get_nod(fs, nod)->i_blocks / INOBLK)
1011 bw->bnum++;
1039 bw->bnum += 2;
1074 bw->bnum++;
1096 bw->bnum += 3;
1145 bw->bnum++;
1167 bw->bnum += 2
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
destest.c 834 static int bnum=0; local
839 ret= &(bufs[bnum++][0]);
840 bnum%=10;
  /external/openssl/crypto/des/
destest.c 834 static int bnum=0; local
839 ret= &(bufs[bnum++][0]);
840 bnum%=10;

Completed in 454 milliseconds