/external/llvm-project/lld/test/ELF/ |
D | ppc64-long-branch-pi.s | 62 bl .text_high # Need a thunk label 63 bl .text_high label 64 bl .text_high+8 # Need a thunk label 65 bl .text_high+0xc # Need a thunk label 81 bl .text_low+4 label 82 bl .text_low+4 label 83 bl .text_low # Need a thunk label
|
D | ppc32-long-thunk.s | 67 bl high@local # Need a thunk label 68 bl high@local # Need a thunk label 69 bl high+32768@plt # Need a thunk label 70 bl high label 71 bl .text_high+16 # Need a thunk label 88 bl .text_low+8 label 89 bl .text_low+8 # Need a thunk label
|
D | ppc64-long-branch.s | 56 bl high # Need a thunk label 57 bl high # Need a thunk label 58 bl high # Need a thunk label 59 bl high label 60 bl .text_high+16 # Need a thunk label 82 bl .text_low+8 label 83 bl .text_low+8 # Need a thunk label
|
D | ppc32-relocatable-got2.s | 36 bl foo+0x8000@plt label 37 bl bar+0x8000@plt label 41 bl foo@plt label
|
D | ppc32-tls-gd.s | 82 bl __tls_get_addr(a@tlsgd) label 86 bl __tls_get_addr(b@tlsgd) label 91 bl __tls_get_addr(c@tlsgd) label
|
D | ppc64-tls-gd.s | 86 bl __tls_get_addr(a@tlsgd) label 91 bl __tls_get_addr(b@tlsgd) label 95 bl __tls_get_addr(c@tlsgd) label
|
D | arm-long-thunk-converge.s | 17 bl bar label 28 bl foo label
|
D | ppc32-tls-ld.s | 64 bl __tls_get_addr(a@tlsld) label 72 bl __tls_get_addr(b@tlsld) label
|
D | ppc32-weak-undef-call.s | 20 bl foo label
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | symbol-variants.s | 20 bl f04(PLT) label 21 bl f05(plt) label
|
/external/llvm/test/MC/ARM/ |
D | symbol-variants.s | 20 bl f04(PLT) label 21 bl f05(plt) label
|
/external/vixl/benchmarks/aarch32/ |
D | asm-disasm-speed-test.cc | 263 __ bl(&l_008a); in Generate_1() local 273 __ bl(&l_009e); in Generate_1() local 276 __ bl(&l_00a2); in Generate_1() local 352 __ bl(&l_0126); in Generate_2() local 378 __ bl(&l_0160); in Generate_2() local 392 __ bl(&l_0172); in Generate_2() local 528 __ bl(&l_028a); in Generate_3() local 544 __ bl(&l_02a4); in Generate_3() local 557 __ bl(&l_0000); in Generate_3() local 564 __ bl(&l_02c6); in Generate_3() local [all …]
|
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/PowerPC/ |
D | branch-offset.s | 16 bl: label
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | CertBlocklist.java | 135 Set<BigInteger> bl = new HashSet<BigInteger>(Arrays.asList( in readSerialBlockList() local 169 Set<byte[]> bl = new HashSet<byte[]>(Arrays.asList( in readPublicKeyBlockList() local
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/provider/ |
D | CertBlocklist.java | 139 Set<BigInteger> bl = new HashSet<BigInteger>(Arrays.asList( in readSerialBlockList() local 173 Set<byte[]> bl = new HashSet<byte[]>(Arrays.asList( in readPublicKeyBlockList() local
|
/external/freetype/src/gzip/ |
D | infblock.c | 156 uInt bl, bd; in inflate_blocks() local 310 uInt bl, bd; in inflate_blocks() local
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ |
D | CertBlocklist.java | 139 Set<BigInteger> bl = new HashSet<BigInteger>(Arrays.asList( in readSerialBlockList() local 173 Set<byte[]> bl = new HashSet<byte[]>(Arrays.asList( in readPublicKeyBlockList() local
|
/external/skia/include/private/ |
D | SkNx.h | 64 Half al, bl, cl, dl, in Load4() local 75 Half al, bl, cl, in Load3() local 85 Half al, bl, in Load2() local
|
/external/oss-fuzz/projects/unbound/ |
D | fuzz_2.c | 10 size_t bl; in LLVMFuzzerTestOneInput() local
|
/external/skqp/include/private/ |
D | SkNx.h | 64 Half al, bl, cl, dl, in Load4() local 75 Half al, bl, cl, in Load3() local 85 Half al, bl, in Load2() local
|
/external/conscrypt/repackaged/platform/src/main/java/com/android/org/conscrypt/ |
D | CertBlocklistImpl.java | 146 Set<BigInteger> bl = new HashSet<BigInteger>(Arrays.asList( in readSerialBlockList() local 180 Set<ByteString> bl = new HashSet<ByteString>(toByteStrings( in readPublicKeyBlockList() local
|
/external/conscrypt/platform/src/main/java/org/conscrypt/ |
D | CertBlocklistImpl.java | 142 Set<BigInteger> bl = new HashSet<BigInteger>(Arrays.asList( in readSerialBlockList() local 176 Set<ByteString> bl = new HashSet<ByteString>(toByteStrings( in readPublicKeyBlockList() local
|
/external/skia/fuzz/ |
D | FuzzDrawFunctions.cpp | 192 bool bl; in fuzz_drawRect() local 245 bool bl; in fuzz_drawPath() local 260 bool bl; in fuzz_drawImage() local
|
/external/lua/src/ |
D | lparser.c | 411 BlockCnt *bl = fs->bl; in markupval() local 618 static void movegotosout (FuncState *fs, BlockCnt *bl) { in movegotosout() 632 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) { in enterblock() 663 BlockCnt *bl = fs->bl; in leaveblock() local 719 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { in open_func() 983 BlockCnt bl; in body() local 1298 BlockCnt bl; in block() local 1463 BlockCnt bl; in whilestat() local 1538 BlockCnt bl; in forbody() local 1614 BlockCnt bl; in forstat() local [all …]
|
/external/skqp/fuzz/ |
D | FuzzDrawFunctions.cpp | 194 bool bl; in fuzz_drawRect() local 247 bool bl; in fuzz_drawPath() local 275 bool bl; in fuzz_drawImage() local
|