/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/audio/ |
D | DtsUtil.java | 126 int nblks; in parseDtsAudioSampleCount() local 129 nblks = ((data[5] & 0x01) << 6) | ((data[4] & 0xFC) >> 2); in parseDtsAudioSampleCount() 132 nblks = ((data[4] & 0x07) << 4) | ((data[7] & 0x3C) >> 2); in parseDtsAudioSampleCount() 135 nblks = ((data[5] & 0x07) << 4) | ((data[6] & 0x3C) >> 2); in parseDtsAudioSampleCount() 139 nblks = ((data[4] & 0x01) << 6) | ((data[5] & 0xFC) >> 2); in parseDtsAudioSampleCount() 141 return (nblks + 1) * 32; in parseDtsAudioSampleCount() 154 int nblks; in parseDtsAudioSampleCount() local 157 nblks = ((buffer.get(position + 5) & 0x01) << 6) | ((buffer.get(position + 4) & 0xFC) >> 2); in parseDtsAudioSampleCount() 160 nblks = ((buffer.get(position + 4) & 0x07) << 4) | ((buffer.get(position + 7) & 0x3C) >> 2); in parseDtsAudioSampleCount() 163 nblks = ((buffer.get(position + 5) & 0x07) << 4) | ((buffer.get(position + 6) & 0x3C) >> 2); in parseDtsAudioSampleCount() [all …]
|
/external/blktrace/btt/ |
D | rstats.c | 32 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()
|
D | inlines.h | 278 __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()
|
D | globals.h | 309 void rstat_add(void *ptr, double cur, unsigned long long nblks);
|
/external/llvm-project/llvm/test/Transforms/GVNSink/ |
D | indirect-call.ll | 5 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 74 define zeroext i1 @test4(i1 zeroext %flag, i32 %blksA, i32 %blksB, i32 %nblks) { 76 %cmp = icmp uge i32 %blksA, %nblks
|
D | sink-common-code.ll | 3 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/ |
D | sink-common-code.ll | 3 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/llvm-project/llvm/test/Transforms/SimplifyCFG/ |
D | sink-common-code.ll | 4 define zeroext i1 @test1(i1 zeroext %flag, i32 %blksA, i32 %blksB, i32 %nblks) { 14 %cmp = icmp uge i32 %blksA, %nblks 19 %add = add i32 %nblks, %blksB 30 define zeroext i1 @test2(i1 zeroext %flag, i32 %blksA, i32 %blksB, i32 %nblks) { 40 %cmp = icmp uge i32 %blksA, %nblks 45 %add = add i32 %nblks, %blksB 468 define zeroext i1 @test16(i1 zeroext %flag, i1 zeroext %flag2, i32 %blksA, i32 %blksB, i32 %nblks) { 474 %cmp = icmp uge i32 %blksA, %nblks 482 %add = add i32 %nblks, %blksB 497 define zeroext i1 @test16a(i1 zeroext %flag, i1 zeroext %flag2, i32 %blksA, i32 %blksB, i32 %nblks,… [all …]
|
/external/e2fsprogs/e2fsck/ |
D | rehash.c | 706 int i, c1, c2, c3, nblks; in calculate_tree() local 714 nblks = outdir->num; in calculate_tree() 717 if (nblks - 1 <= c1) { in calculate_tree() 720 for (i=1; i < nblks; i++) { in calculate_tree() 728 } else if (nblks - 1 <= ext2fs_htree_intnode_maxrecs(fs, c1)) { in calculate_tree() 732 for (i=1; i < nblks; i++) { in calculate_tree() 758 for (i = 1; i < nblks; i++) { in calculate_tree()
|
/external/ltp/testcases/kernel/fs/doio/ |
D | doio.c | 111 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/ |
D | tx_search.c | 2539 const int nblks = (txb_height / sub_txb_height) * (txb_width / sub_txb_width); in try_tx_block_split() local 2540 assert(nblks > 0); in try_tx_block_split() 2555 tl, tx_above, tx_left, &this_rd_stats, no_split_rd / nblks, in try_tx_block_split()
|