Searched refs:bl (Results 1 - 25 of 279) sorted by relevance

1234567891011>>

/external/llvm/test/MC/AArch64/
H A Delf-reloc-uncondbrimm.s5 bl somewhere
/external/llvm/test/MC/ARM/
H A D2013-03-18-Br-to-label-named-like-reg.s4 @ CHECK: bl r1
6 bl r1
H A Delf-reloc-condcall.s5 bl some_label
H A Dthumb-branches.s5 bl end
9 bl end2
14 bl end3
19 bl end4
H A Darm-branch-errors.s8 bl #2
14 @ CHECK: bl #2
H A Darm-branches.s8 bl #4
13 @ CHECK: bl #4 @ encoding: [0x01,0x00,0x00,0xeb]
H A Delf-thumbfunc-reloc2.s18 bl foo(PLT)
23 // make sure that bl 0 <foo> (fff7feff) is correctly encoded
H A Dsymbol-variants-errors.s5 bl bar(blargh)
7 @CHECK: bl bar(blargh)
H A Dthumb-far-jump.s11 bl end
14 bl main2
/external/toybox/toys/posix/
H A Dbasename.c27 long bl = strlen(base), sl = strlen(suffix); local
28 char *s = base + bl - sl;
30 if (bl > sl && !strcmp(s, suffix)) *s = 0;
/external/compiler-rt/test/BlocksRuntime/
H A DobjectRRGC.c52 struct Block_layout *bl = (struct Block_layout *)(void *)myBlock; local
53 if ((bl->flags & BLOCK_HAS_DESCRIPTOR) != BLOCK_HAS_DESCRIPTOR) {
57 if ((bl->flags & BLOCK_HAS_COPY_DISPOSE) != BLOCK_HAS_COPY_DISPOSE) {
63 //printf("destbuffer is at %p, block at %p\n", destBuffer, (void *)bl);
65 bl->descriptor->copy(destBuffer, bl);
66 bl->descriptor->dispose(bl);
H A Dobjectassign.c55 struct Block_layout *bl = (struct Block_layout *)(void *)myBlock; local
56 if ((bl->flags & BLOCK_HAS_COPY_DISPOSE) != BLOCK_HAS_COPY_DISPOSE) {
62 //printf("destbuffer is at %p, block at %p\n", destBuffer, (void *)bl);
64 bl->descriptor->copy(destBuffer, bl);
65 bl->descriptor->dispose(bl);
/external/syslinux/memdisk/
H A Dmemset.S58 movb %cl,%bl
67 movb %cl,%bl
71 testb $2,%bl
76 testb $1,%bl
/external/clang/test/PCH/
H A Dblocks.h3 int call_block(int (^bl)(int x, int y), int a, int b) {
4 return bl(a, b);
H A Dtypes.c29 void test_block_ptr(Block *bl) { argument
30 *bl = ^(int x, float f) { return x; };
/external/compiler-rt/lib/builtins/arm/
H A Daeabi_idivmod.S24 bl SYMBOL_NAME(__divmodsi4)
H A Daeabi_uidivmod.S25 bl SYMBOL_NAME(__udivmodsi4)
H A Dsync_synchronize.S28 bl _OSMemoryBarrier
H A Daeabi_ldivmod.S26 bl SYMBOL_NAME(__divmoddi4)
H A Daeabi_uldivmod.S26 bl SYMBOL_NAME(__udivmoddi4)
/external/emma/core/java12/com/vladium/emma/data/
H A DMethodDescriptor.java135 for (int bl = 0, blCount = blockMap.length; bl < blCount; ++ bl)
137 final int [] lines = blockMap [bl];
153 blockIDs.add (bl);
198 for (int bl = 0; bl < m_blockMap.length; ++ bl)
201 s.append (indent + INDENT_INCREMENT + "block " + bl + " (" + m_blockSizes [bl]
[all...]
/external/syslinux/com32/lib/
H A Dmemset.S62 movb %cl,%bl
71 movb %cl,%bl
75 testb $2,%bl
80 testb $1,%bl
/external/ipsec-tools/src/racoon/
H A Dmisc.c96 bit2str(n, bl)
97 int n, bl;
103 if (bl > MAXBITLEN)
105 memset(b, '0', bl);
106 b[bl] = '\0';
108 for (i = 0; i < bl; i++) {
110 b[bl - 1 - i] = '1';
/external/clang/test/CodeGen/
H A Dzvector.c18 volatile vector bool long long bl, bl2; variable
354 // CHECK: [[VAL1:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @bl
357 sl = bl + sl2;
366 // CHECK: [[VAL1:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @bl
369 ul = bl + ul2;
542 // CHECK: [[VAL1:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @bl
545 sl = bl - sl2;
554 // CHECK: [[VAL1:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @bl
557 ul = bl - ul2;
951 bl
[all...]
/external/llvm/test/MC/PowerPC/
H A Dppc-reloc.s9 bl printf@plt
10 bl _GLOBAL_OFFSET_TABLE_@local-4

Completed in 443 milliseconds

1234567891011>>