/external/swiftshader/third_party/LLVM/test/Transforms/GVN/ |
D | 2007-07-26-NonRedundant.ll | 3 @bsLive = external global i32 ; <i32*> [#uses=2] 10 store i32 0, i32* @bsLive, align 4 14 %tmp29 = load i32* @bsLive, align 4 ; <i32> [#uses=0]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/ |
D | 2007-07-26-NonRedundant.ll | 3 @bsLive = external global i32 ; <i32*> [#uses=2] 10 store i32 0, i32* @bsLive, align 4 14 %tmp29 = load i32, i32* @bsLive, align 4 ; <i32> [#uses=0]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | 2007-07-26-NonRedundant.ll | 3 @bsLive = external global i32 ; <i32*> [#uses=2] 10 store i32 0, i32* @bsLive, align 4 14 %tmp29 = load i32, i32* @bsLive, align 4 ; <i32> [#uses=0]
|
/external/llvm/test/Transforms/GVN/ |
D | 2007-07-26-NonRedundant.ll | 3 @bsLive = external global i32 ; <i32*> [#uses=2] 10 store i32 0, i32* @bsLive, align 4 14 %tmp29 = load i32, i32* @bsLive, align 4 ; <i32> [#uses=0]
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/ |
D | BZip2CompressorOutputStream.java | 304 private int bsLive; field in BZip2CompressorOutputStream 685 while (this.bsLive > 0) { in bsFinishedWithStream() 689 this.bsLive -= 8; in bsFinishedWithStream() 695 int bsLiveShadow = this.bsLive; in bsW() 705 this.bsLive = bsLiveShadow + n; in bsW() 986 int bsLiveShadow = this.bsLive; in sendMTFValues4() 1008 this.bsLive = bsLiveShadow; in sendMTFValues4() 1019 int bsLiveShadow = this.bsLive; in sendMTFValues5() 1045 this.bsLive = bsLiveShadow; in sendMTFValues5() 1053 int bsLiveShadow = this.bsLive; in sendMTFValues6() [all …]
|
/external/bzip2/ |
D | compress.c | 39 s->bsLive = 0; in BZ2_bsInitWrite() 48 while (s->bsLive > 0) { in bsFinishWrite() 52 s->bsLive -= 8; in bsFinishWrite() 60 while (s->bsLive >= 8) { \ 65 s->bsLive -= 8; \ 76 s->bsBuff |= (v << (32 - s->bsLive - n)); in bsW() 77 s->bsLive += n; in bsW()
|
D | decompress.c | 46 if (s->bsLive >= nnn) { \ 49 (s->bsLive-nnn)) & ((1 << nnn)-1); \ 50 s->bsLive -= nnn; \ 59 s->bsLive += 8; \
|
D | bzlib_private.h | 242 Int32 bsLive; member 363 Int32 bsLive; member
|
D | bzlib.c | 513 s->bsLive = 0; in BZ_API()
|
/external/u-boot/lib/bzip2/ |
D | bzlib_compress.c | 79 s->bsLive = 0; in BZ2_bsInitWrite() 88 while (s->bsLive > 0) { in bsFinishWrite() 92 s->bsLive -= 8; in bsFinishWrite() 100 while (s->bsLive >= 8) { \ 105 s->bsLive -= 8; \ 116 s->bsBuff |= (v << (32 - s->bsLive - n)); in bsW() 117 s->bsLive += n; in bsW()
|
D | bzlib_decompress.c | 89 if (s->bsLive >= nnn) { \ 92 (s->bsLive-nnn)) & ((1 << nnn)-1); \ 93 s->bsLive -= nnn; \ 102 s->bsLive += 8; \
|
D | bzlib_private.h | 274 Int32 bsLive; member 391 Int32 bsLive; member
|
D | bzlib.c | 564 s->bsLive = 0; in BZ_API()
|
/external/guice/extensions/struts2/lib/ |
D | ant-1.6.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |