HomeSort by relevance Sort by last modified time
    Searched defs:bl (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/llvm/test/MC/ARM/
symbol-variants.s 20 bl f04(PLT) label
21 bl f05(plt) label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/
rela-1.s 3 bl label label
4 bl.l label
5 bl.s label
8 bl.s label
fslot.s 3 # This is needed for example with bl because the subroutine will return
7 bl: label
8 bl bl
11 bl.s bl_s
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
476.s 54 bl label label
a2.s 65 bl label label
common.s 36 bl label label
  /external/toybox/toys/posix/
basename.c 27 long bl = strlen(base), sl = strlen(suffix); local
28 char *s = base + bl - sl;
30 if (bl > sl && !strcmp(s, suffix)) *s = 0;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm-be8.s 12 bl thumb label
  /external/compiler-rt/test/BlocksRuntime/
objectRRGC.c 52 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);
objectassign.c 55 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/ipsec-tools/src/racoon/
vmbuf.h 42 * <----------------------> bl
48 size_t bl; /* length of the buffer */ member in struct:_vchar_t_
  /frameworks/base/services/tests/servicestests/src/com/android/server/
CertBlacklisterTest.java 101 StringBuilder bl = new StringBuilder(); local
103 bl.append("6ccabd7db47e94a5759901b6a7dfd45d1c091ccc,");
105 overrideSettings(PUBKEY_KEY, bl.toString());
107 assertEquals(bl.toString(), blacklist);
161 StringBuilder bl = new StringBuilder(); local
163 bl.append("22e514121e61c643b1e9b06bd4b9f7d0,");
165 overrideSettings(SERIAL_KEY, bl.toString());
167 assertEquals(bl.toString(), blacklist);
  /external/freetype/src/gzip/
infblock.c 156 uInt bl, bd; local
159 inflate_trees_fixed(&bl, &bd, (const inflate_huft**)&tl,
161 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
308 uInt bl, bd; local
312 bl = 9; /* must be <= 9 for lookahead assumptions */
316 s->sub.trees.blens, &bl, &bd, &tl, &td,
329 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL)
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btGrahamScan2dConvexHull.h 48 btScalar bl = (b-m_anchor).length2(); local
49 if (al != bl)
50 return al < bl;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
infblock.c 156 uInt bl, bd; local
159 inflate_trees_fixed(&bl, &bd, (const inflate_huft**)&tl,
161 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
308 uInt bl, bd; local
312 bl = 9; /* must be <= 9 for lookahead assumptions */
316 s->sub.trees.blens, &bl, &bd, &tl, &td,
329 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL)
  /external/valgrind/coregrind/m_demangle/
safe-ctype.c 133 #define bl _sch_isblank macro
159 #define T (const unsigned short) (nv|sp|bl|cn) /* tab */
160 #define S (const unsigned short) (nv|sp|bl|pr) /* space */
  /toolchain/binutils/binutils-2.25/libiberty/
safe-ctype.c 127 #define bl _sch_isblank macro
153 #define T (const unsigned short) (nv|sp|bl|cn) /* tab */
154 #define S (const unsigned short) (nv|sp|bl|pr) /* space */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertBlacklist.java 134 Set<BigInteger> bl = new HashSet<BigInteger>(Arrays.asList( local
154 bl.add(new BigInteger(value, 16));
162 return Collections.unmodifiableSet(bl);
168 Set<byte[]> bl = new HashSet<byte[]>(Arrays.asList( local
205 bl.add(value.getBytes());
212 return bl;
  /external/conscrypt/src/platform/java/org/conscrypt/
CertBlacklist.java 133 Set<BigInteger> bl = new HashSet<BigInteger>(Arrays.asList( local
153 bl.add(new BigInteger(value, 16));
161 return Collections.unmodifiableSet(bl);
167 Set<byte[]> bl = new HashSet<byte[]>(Arrays.asList( local
204 bl.add(value.getBytes());
211 return bl;
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
ListViewActivity.java 81 double bl = Math.random(); local
89 Color.rgb(new Double(rl * 255).intValue(), new Double(gl * 255).intValue(), new Double(bl * 255).intValue()),
  /external/boringssl/src/crypto/asn1/
a_object.c 93 BIGNUM *bl = NULL; local
145 if (!bl)
146 bl = BN_new();
147 if (!bl || !BN_set_word(bl, l))
152 if (!BN_mul_word(bl, 10L)
153 || !BN_add_word(bl, c-'0'))
168 if (!BN_add_word(bl, first * 40))
178 blsize = BN_num_bits(bl);
190 tmp[i++] = (unsigned char)BN_div_word(bl, 0x80L)
    [all...]
  /external/boringssl/src/crypto/bn/
mul.c 584 int top, al, bl; local
591 bl = b->top;
593 if ((al == 0) || (bl == 0)) {
597 top = al + bl;
609 i = al - bl;
621 if ((al >= BN_MULL_SIZE_NORMAL) && (bl >= BN_MULL_SIZE_NORMAL)) {
629 j = BN_num_bits_word((BN_ULONG)bl);
632 assert(j <= al || j <= bl);
638 if (al > j || bl > j) {
645 bn_mul_part_recursive(rr->d, a->d, b->d, j, al - j, bl - j, t->d)
    [all...]
  /external/clang/test/Sema/
zvector.c 19 vector bool long long bl, bl2; variable
60 bl = bl2;
104 bl = bc2; // expected-error {{incompatible type}}
124 bl = (vector bool long long)ul2;
145 bl = (vector bool long long)uc2;
185 bl++; // expected-error {{cannot increment}}
225 bl--; // expected-error {{cannot decrement}}
247 bl = +bl2; // expected-error {{invalid argument type}}
273 bl = -bl2; // expected-error {{invalid argument type}}
299 bl = ~bl2
    [all...]
  /external/zlib/src/contrib/inflate86/
inffas86.c 161 " cmpb $32, %%bl\n"
165 " movb %%bl, %%cl\n" /* cl = bits, needs it for shifting */
166 " addb $32, %%bl\n" /* bits += 32 */
180 " cmpb $32, %%bl\n"
184 " movb %%bl, %%cl\n" /* cl = bits, needs it for shifting */
185 " addb $32, %%bl\n" /* bits += 32 */
194 " subb %%ah, %%bl\n" /* bits -= this.bits */
210 " subb %%ah, %%bl\n" /* bits -= this.bits */
232 " subb %%cl, %%bl\n"
243 " cmpb $32, %%bl\n
820 cmp bl, 15 local
826 add bl, 16 \/* bits += 16 *\/ local
837 sub bl, ah \/* bits -= this.bits *\/ local
858 cmp bl, cl local
865 add bl, 16 \/* bits += 16 *\/ local
871 sub bl, cl local
881 cmp bl, 15 local
887 add bl, 16 \/* bits += 16 *\/ local
901 sub bl, ah \/* bits -= this.bits *\/ local
909 cmp bl, cl local
916 add bl, 16 \/* bits += 16 *\/ local
922 sub bl, cl local
    [all...]
  /external/zlib/src/contrib/iostream/
zfstream.cpp 192 int bl = blen(); local
193 setp( base(), base() + bl);

Completed in 1579 milliseconds

1 2 3 4