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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/armv5te/
unused.S 0 bl common_abort
OP_BREAKPOINT.S 10 bl dvmGetOriginalOpcode @ (rPC)
OP_FLOAT_TO_INT.S 3 %include "armv5te/unop.S" {"instr":"bl __aeabi_f2iz"}
6 @include "armv5te/unop.S" {"instr":"bl f2i_doconv"}
19 bl __aeabi_fcmpge @ is arg >= maxint?
26 bl __aeabi_fcmple @ is arg <= minint?
33 bl __aeabi_fcmpeq @ is arg == self?
38 bl __aeabi_f2iz @ convert float to int
OP_FLOAT_TO_LONG.S 2 @include "armv5te/unopWider.S" {"instr":"bl __aeabi_f2lz"}
3 %include "armv5te/unopWider.S" {"instr":"bl f2l_doconv"}
17 bl __aeabi_fcmpge @ is arg >= maxlong?
25 bl __aeabi_fcmple @ is arg <= minlong?
33 bl __aeabi_fcmpeq @ is arg == self?
39 bl __aeabi_f2lz @ convert float to long
  /external/llvm/test/MC/AArch64/
elf-reloc-uncondbrimm.s 5 bl somewhere
  /bionic/libc/arch-x86/string/
strncmp.S 28 movb (%eax),%bl
29 testb %bl,%bl
31 cmpb %bl,(%ecx)
38 movb (%eax),%bl
39 testb %bl,%bl
41 cmpb %bl,(%ecx)
48 movb (%eax),%bl
49 testb %bl,%b
    [all...]
  /ndk/tests/build/build-assembly-file/jni/
assembly1.s 3 bl bar
  /libcore/luni/src/test/java/com/android/org/bouncycastle/jce/provider/
CertBlacklistTest.java 136 CertBlacklist bl = new CertBlacklist(path, CertBlacklist.DEFAULT_SERIAL_BLACKLIST_PATH); local
138 Set<byte[]> arr = bl.pubkeyBlacklist;
149 CertBlacklist bl = new CertBlacklist(CertBlacklist.DEFAULT_PUBKEY_BLACKLIST_PATH, path); local
151 Set<BigInteger> arr = bl.serialBlacklist;
218 HashSet<String> bl = new HashSet<String>(); local
219 bl.add("6ccabd7db47e94a5759901b6a7dfd45d1c091ccc");
221 writeBlacklist(bl);
222 // add the default pubkeys into the bl
223 bl.addAll(DEFAULT_PUBKEYS);
225 assertEquals(bl, getCurrentPubkeyBlacklist())
234 CertBlacklist bl = new CertBlacklist(tmpFile.getCanonicalPath(), local
250 CertBlacklist bl = new CertBlacklist(tmpFile.getCanonicalPath(), local
258 HashSet<String> bl = new HashSet<String>(); local
270 HashSet<String> bl = new HashSet<String>(); local
283 HashSet<String> bl = new HashSet<String>(); local
296 HashSet<String> bl = new HashSet<String>(); local
312 HashSet<String> bl = new HashSet<String>(); local
336 HashSet<String> bl = new HashSet<String>(); local
346 HashSet<String> bl = new HashSet<String>(); local
356 HashSet<String> bl = new HashSet<String>(); local
366 HashSet<String> bl = new HashSet<String>(); local
378 HashSet<String> bl = new HashSet<String>(); local
389 CertBlacklist bl = new CertBlacklist(); local
399 CertBlacklist bl = new CertBlacklist(); local
405 CertBlacklist bl = new CertBlacklist(); local
413 CertBlacklist bl = new CertBlacklist(); local
    [all...]
  /external/llvm/test/MC/ARM/
elf-reloc-condcall.s 5 bl some_label
  /external/compiler-rt/BlocksRuntime/tests/
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);
  /device/samsung/manta/bubblelevel/
BubbleLevelImpl.cpp 256 sp<BubbleLevelImpl> bl = sp<BubbleLevelImpl>((BubbleLevelImpl *)data); local
258 bl->lockState();
259 if (((bl->state() != BubbleLevelImpl::BL_STATE_POLLING) &&
260 (bl->state() != BubbleLevelImpl::BL_STATE_POLLING_ONCE)) ||
261 (bl->pollCount() >= BL_SENSOR_POLL_COUNT)) {
262 bl->unlockState();
265 bl->unlockState();
267 sp<SensorEventQueue> sensorEventQueue = bl->sensorEventQueue();
268 size_t numSensors = bl->numSensors();
292 bl->lockState()
309 bubble_level_C_impl *bl = (bubble_level_C_impl *)bubble_level; local
315 bubble_level_C_impl *bl = (bubble_level_C_impl *)bubble_level; local
321 bubble_level_C_impl *bl = (bubble_level_C_impl *)bubble_level; local
327 bubble_level_C_impl *bl = (bubble_level_C_impl *)bubble_level; local
333 bubble_level_C_impl *bl = (bubble_level_C_impl *)bubble_level; local
340 bubble_level_C_impl *bl = new bubble_level_C_impl(); local
357 bubble_level_C_impl *bl = (bubble_level_C_impl *)bubble_level; local
    [all...]
BubbleLevelImpl.h 130 BubbleLevelBase *bl = new BubbleLevelBase(); local
132 if (bl->initStatus() != 0) {
133 delete bl;
134 bl = NULL;
136 return static_cast<BubbleLevel *>(bl);
  /external/openssl/crypto/cmac/
cmac.c 82 static void make_kn(unsigned char *k1, unsigned char *l, int bl)
86 for (i = 0; i < bl; i++)
89 if (i < bl - 1 && l[i + 1] & 0x80)
94 k1[bl - 1] ^= bl == 16 ? 0x87 : 0x1b;
138 int bl; local
143 bl = EVP_CIPHER_CTX_block_size(&in->cctx);
144 memcpy(out->k1, in->k1, bl);
145 memcpy(out->k2, in->k2, bl);
146 memcpy(out->tbl, in->tbl, bl);
192 int bl; local
218 size_t bl; local
263 int i, bl, lb; local
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-90445.js 53 var bl;
242 bl = 1;
244 bl = 0;
249 bl = 1;
253 if (bl == 1) {
254 bl = 0;
257 bl = 1;
262 if (bl == 1) {
263 bl = 0;
266 bl = 1
    [all...]
  /external/clang/test/PCH/
blocks.h 3 int call_block(int (^bl)(int x, int y), int a, int b) {
4 return bl(a, b);
  /external/compiler-rt/lib/arm/
aeabi_idivmod.S 24 bl SYMBOL_NAME(__divmodsi4)
aeabi_uidivmod.S 25 bl SYMBOL_NAME(__udivmodsi4)
sync_synchronize.S 28 bl _OSMemoryBarrier
  /bionic/linker/arch/arm/
begin.S 37 bl __linker_init
  /dalvik/vm/mterp/armv6t2/
OP_FLOAT_TO_INT.S 3 %include "armv6t2/unop.S" {"instr":"bl __aeabi_f2iz"}
6 @include "armv6t2/unop.S" {"instr":"bl f2i_doconv"}
19 bl __aeabi_fcmpge @ is arg >= maxint?
26 bl __aeabi_fcmple @ is arg <= minint?
33 bl __aeabi_fcmpeq @ is arg == self?
38 bl __aeabi_f2iz @ convert float to int
OP_FLOAT_TO_LONG.S 2 @include "armv6t2/unopWider.S" {"instr":"bl __aeabi_f2lz"}
3 %include "armv6t2/unopWider.S" {"instr":"bl f2l_doconv"}
17 bl __aeabi_fcmpge @ is arg >= maxlong?
25 bl __aeabi_fcmple @ is arg <= minlong?
33 bl __aeabi_fcmpeq @ is arg == self?
39 bl __aeabi_f2lz @ convert float to long
  /external/emma/core/java12/com/vladium/emma/data/
MethodDescriptor.java 135 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] + " instrs) : ")
    [all...]
  /external/ipsec-tools/src/racoon/
misc.c 96 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/openssl/crypto/rc4/asm/
rc4-md5-x86_64.S 65 addb %bl,%cl
77 addb %dl,%bl
81 movzbl %bl,%ebx
102 addb %bl,%cl
113 addb %dl,%bl
117 movzbl %bl,%ebx
138 addb %bl,%cl
149 addb %dl,%bl
153 movzbl %bl,%ebx
174 addb %bl,%c
    [all...]

Completed in 424 milliseconds

1 2 3 4 5 6 7 8 91011>>