Home
last modified time | relevance | path

Searched refs:nblks (Results 1 – 10 of 10) sorted by relevance

/external/blktrace/btt/
Drstats.c32 unsigned long long ios, nblks; member
59 rsip->ios = rsip->nblks = 0; in init_rsip()
80 mbps = ((double)rsip->nblks * 512.0) / (1024.0 * 1024.0); in rstat_emit()
84 rsip->ios = rsip->nblks = 0; in rstat_emit()
87 static void __add(struct rstat *rsip, double cur, unsigned long long nblks) in __add() argument
95 rsip->nblks += nblks; in __add()
118 void rstat_add(void *ptr, double cur, unsigned long long nblks) in rstat_add() argument
121 __add((struct rstat *)ptr, cur, nblks); in rstat_add()
122 __add(sys_info, cur, nblks); in rstat_add()
Dinlines.h278 __u64 nblks = iop->t.bytes >> 9; in update_blks() local
279 avg_update(&all_avgs.blks, nblks); in update_blks()
280 avg_update(&iop->dip->avgs.blks, nblks); in update_blks()
282 avg_update(&iop->pip->avgs.blks, nblks); in update_blks()
Dglobals.h309 void rstat_add(void *ptr, double cur, unsigned long long nblks);
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVNSink/
Dindirect-call.ll5 define zeroext i1 @test1(i1 zeroext %flag, i32 %blksA, i32 %blksB, i32 %nblks, i8(i1)* %ext) {
7 %cmp = icmp uge i32 %blksA, %nblks
27 define zeroext i1 @test2(i1 zeroext %flag, i32 %blksA, i32 %blksB, i32 %nblks, i8(i1)* %ext) {
29 %cmp = icmp uge i32 %blksA, %nblks
49 define zeroext i1 @test3(i1 zeroext %flag, i32 %blksA, i32 %blksB, i32 %nblks, i8(i1)* %ext1, i8(i1…
51 %cmp = icmp uge i32 %blksA, %nblks
Dsink-common-code.ll3 define zeroext i1 @test1(i1 zeroext %flag, i32 %blksA, i32 %blksB, i32 %nblks) {
13 %cmp = icmp uge i32 %blksA, %nblks
18 %add = add i32 %nblks, %blksB
29 define zeroext i1 @test2(i1 zeroext %flag, i32 %blksA, i32 %blksB, i32 %nblks) {
39 %cmp = icmp uge i32 %blksA, %nblks
44 %add = add i32 %nblks, %blksB
431 define zeroext i1 @test16(i1 zeroext %flag, i1 zeroext %flag2, i32 %blksA, i32 %blksB, i32 %nblks) {
437 %cmp = icmp uge i32 %blksA, %nblks
445 %add = add i32 %nblks, %blksB
460 define zeroext i1 @test16a(i1 zeroext %flag, i1 zeroext %flag2, i32 %blksA, i32 %blksB, i32 %nblks,…
[all …]
/external/llvm/test/Transforms/SimplifyCFG/
Dsink-common-code.ll3 define zeroext i1 @test1(i1 zeroext %flag, i32 %blksA, i32 %blksB, i32 %nblks) {
13 %cmp = icmp uge i32 %blksA, %nblks
18 %add = add i32 %nblks, %blksB
29 define zeroext i1 @test2(i1 zeroext %flag, i32 %blksA, i32 %blksB, i32 %nblks) {
39 %cmp = icmp uge i32 %blksA, %nblks
44 %add = add i32 %nblks, %blksB
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dsink-common-code.ll3 define zeroext i1 @test1(i1 zeroext %flag, i32 %blksA, i32 %blksB, i32 %nblks) {
13 %cmp = icmp uge i32 %blksA, %nblks
18 %add = add i32 %nblks, %blksB
29 define zeroext i1 @test2(i1 zeroext %flag, i32 %blksA, i32 %blksB, i32 %nblks) {
39 %cmp = icmp uge i32 %blksA, %nblks
44 %add = add i32 %nblks, %blksB
467 define zeroext i1 @test16(i1 zeroext %flag, i1 zeroext %flag2, i32 %blksA, i32 %blksB, i32 %nblks) {
473 %cmp = icmp uge i32 %blksA, %nblks
481 %add = add i32 %nblks, %blksB
496 define zeroext i1 @test16a(i1 zeroext %flag, i1 zeroext %flag2, i32 %blksA, i32 %blksB, i32 %nblks,…
[all …]
/external/e2fsprogs/e2fsck/
Drehash.c656 int i, c1, c2, c3, nblks; in calculate_tree() local
664 nblks = outdir->num; in calculate_tree()
667 if (nblks - 1 <= c1) { in calculate_tree()
670 for (i=1; i < nblks; i++) { in calculate_tree()
678 } else if (nblks - 1 <= ext2fs_htree_intnode_maxrecs(fs, c1)) { in calculate_tree()
682 for (i=1; i < nblks; i++) { in calculate_tree()
708 for (i = 1; i < nblks; i++) { in calculate_tree()
/external/ltp/testcases/kernel/fs/doio/
Ddoio.c111 int nblks; member
4083 M->size = M->nblks ? M->nblks * 512 : nbytes; in alloc_mem()
4089 M->nblks, nbytes, M->size); in alloc_mem()
4214 int nblks; in alloc_sds() local
4217 if ((nblks = ssbreak(btoc(nbytes - Sdssize))) == -1) { in alloc_sds()
4223 Sdssize = ctob(nblks); in alloc_sds()
5321 sscanf(allocargs[2], "%i", &M->nblks); in parse_memalloc()
5323 M->nblks = 0; in parse_memalloc()
5366 Memalloc[ma].name, Memalloc[ma].nblks); in dump_memalloc()
/external/libaom/libaom/av1/encoder/
Drdopt.c5248 const int nblks = in try_tx_block_split() local
5250 assert(nblks > 0); in try_tx_block_split()
5267 tl, tx_above, tx_left, &this_rd_stats, no_split_rd / nblks, in try_tx_block_split()