Home
last modified time | relevance | path

Searched refs:bbase (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/R600/
H A Dregister-count-comments.ll10 define void @foo(i32 addrspace(1)* noalias %out, i32 addrspace(1)* %abase, i32 addrspace(1)* %bbase
13 %bptr = getelementptr i32 addrspace(1)* %bbase, i32 %tid
/minix3/usr.bin/m4/
H A Dmisc.c63 unsigned char *bbase[MAXINP]; /* the base for each ilevel */ variable
175 bbase[i] = buf; in initspaces()
208 bbase[i] = (bbase[i]-buf)+newbuf; in enlarge_bufspace()
H A Dextern.h161 extern unsigned char *bbase[]; /* buffer base per ilevel */
H A Dmain.c257 bbase[0] = bufbase; in main()
447 bufbase = bbase[ilevel]; in macro()
H A Deval.c714 bbase[ilevel] = bufbase = bp; in doincl()
/minix3/sys/ufs/ffs/
H A Dffs_alloc.c964 int frags, bbase; in ffs_fragextend() local
976 bbase = ffs_fragnum(fs, bprev); in ffs_fragextend()
977 if (bbase > ffs_fragnum(fs, (bprev + frags - 1))) { in ffs_fragextend()
1004 for (i = frags; i < fs->fs_frag - bbase; i++) in ffs_fragextend()
1401 int i, error, cg, blk, frags, bbase; in ffs_blkalloc_ump() local
1439 bbase = cgbno - ffs_fragnum(fs, cgbno); in ffs_blkalloc_ump()
1452 fragno = ffs_fragstoblks(fs, bbase); in ffs_blkalloc_ump()
1465 blk = blkmap(fs, blksfree, bbase); in ffs_blkalloc_ump()
1479 blk = blkmap(fs, blksfree, bbase); in ffs_blkalloc_ump()
1816 int i, cg, blk, frags, bbase; in ffs_blkfree_common() local
[all …]
/minix3/usr.sbin/makefs/ffs/
H A Dffs_alloc.c438 int i, error, cg, blk, frags, bbase; in ffs_blkfree() local
477 bbase = cgbno - ffs_fragnum(fs, cgbno); in ffs_blkfree()
481 blk = blkmap(fs, cg_blksfree(cgp, needswap), bbase); in ffs_blkfree()
500 blk = blkmap(fs, cg_blksfree(cgp, needswap), bbase); in ffs_blkfree()
505 fragno = ffs_fragstoblks(fs, bbase); in ffs_blkfree()