HomeSort by relevance Sort by last modified time
    Searched refs:bt (Results 201 - 225 of 258) sorted by null

1 2 3 4 5 6 7 891011

  /external/bzip2/
compress.c 241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local
399 bc = 999999999; bt = -1;
401 if (cost[t] < bc) { bc = cost[t]; bt = t; };
403 fave[bt]++;
404 s->selector[nSelectors] = bt;
413 # define BZ_ITUR(nn) s->rfreq[bt][ mtfv[gs+(nn)] ]++
431 s->rfreq[bt][ mtfv[i] ]++;
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 233 DERBitString bt = (DERBitString)obj; local
234 buf.append(indent + "DER Bit String" + "[" + bt.getBytes().length + ", " + bt.getPadBits() + "] ");
237 buf.append(dumpBinaryDataAsString(indent, bt.getBytes()));
  /external/clang/test/SemaTemplate/
instantiate-complete.cpp 145 BaseT<int> bt(ft);
  /external/openssl/crypto/rc4/asm/
rc4-x86_64.pl 283 bt \$20,$idx#d
285 bt \$30,$idx#d
350 bt \$20,%edx
353 bt \$30,%edx
rc4-586.pl 182 &bt (&DWP(0,$idx),20); # check for bit#20
257 &bt (&DWP(0,"edx"),20);
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 167 const branch_target_t& bt = mBranchTargets[count]; local
168 uint32_t* target_pc = mLabels.valueFor(bt.label);
171 int32_t offset = int32_t(target_pc - (bt.pc+2));
172 *bt.pc |= offset & 0xFFFFFF;
  /bionic/libc/arch-sh/bionic/
sigsetjmp.S 43 bt 2f
108 bt 2f /* if no mask */
  /external/libffi/src/powerpc/
aix.S 183 bt 30,L(done_return_value)
184 bt 29,L(fp_return_value)
darwin.S 139 bt 30,L(done_return_value)
140 bt 29,L(fp_return_value)
linux64.S 111 bt- 30, .Ldone_return_value
112 bt- 29, .Lfp_return_value
  /external/openssl/crypto/
x86_64cpuid.pl 91 bt \$28,%edx # test hyper-threading bit
122 bt \$28,%edx # test hyper-threading bit
  /external/zlib/watcom/
watcom_f.mak 19 CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
  /external/valgrind/main/perf/
test_input_for_tinycc.c 3032 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local
    [all...]
  /external/valgrind/main/drd/
drd_barrier.c 61 static const char* barrier_type_name(const BarrierT bt);
551 static const char* barrier_type_name(const BarrierT bt)
553 switch (bt)
  /external/qemu/hw/
bt-hci.c 25 #include "bt.h"
89 static void bt_submit_lmp(struct bt_device_s *bt, int length, uint8_t *data)
165 bt->setup = 1;
175 bt->setup = 0;
224 if (bt->key_present) {
239 memcpy(respdata + 1, bt->key, 16);
253 memcpy(bt->key, data, 16);
254 bt->key_present = 1;
316 respdata[1] = (bt->lmp_caps >> 0) & 0xff;
317 respdata[2] = (bt->lmp_caps >> 8) & 0xff
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Types.h 51 void setBasic(TBasicType bt, TQualifier q, int ln = 0)
53 type = bt;
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
MailboxTests.java 354 Mailbox bt = ProviderTestUtils.setupMailbox("boxT", a2.mId, true, c, Mailbox.TYPE_TRASH); local
362 assertEquals(0, getMessageCount(bt.mId));
403 // bt (account 2, trash) has 3 messages, including 2 starred
404 Message mt1 = createMessage(c, bt, true, false, Message.FLAG_LOADED_COMPLETE);
405 Message mt2 = createMessage(c, bt, true, false, Message.FLAG_LOADED_COMPLETE);
406 Message mt3 = createMessage(c, bt, false, false, Message.FLAG_LOADED_COMPLETE);
413 assertEquals(3, getMessageCount(bt.mId));
  /external/openssl/crypto/bn/
bn_gf2m.c 227 const BIGNUM *at, *bt; local
232 if (a->top < b->top) { at = b; bt = a; }
233 else { at = a; bt = b; }
238 for (i = 0; i < bt->top; i++)
240 r->d[i] = at->d[i] ^ bt->d[i];
  /external/tremolo/Tremolo/
framing.c 68 ogg_buffer *bt; local
73 bt=bs->unused_buffers;
76 while(bt){
77 ogg_buffer *b=bt;
78 bt=b->ptr.next;
  /external/openssl/crypto/bn/asm/
bn-586.pl 36 &bt(&DWP(0,"eax"),26);
222 &bt(&DWP(0,"eax"),26);
333 &bt(&DWP(0,"eax"),26);
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_rights_manager.c 609 uint8_t *b1 = dbuf, *b2 = b1 + DRM_ONE_AES_BLOCK_LEN, *b3 = b2 + DRM_ONE_AES_BLOCK_LEN, *bt; local
664 bt = b1, b1 = b2, b2 = b3, b3 = bt;
  /external/opencv/cv/src/
cvmorph.cpp 283 int* bt = (int*)border_tab; local
285 bt[i] = CV_TOGGLE_FLT(bt[i]);
357 const uchar *bt = (uchar*)border_tab; local
359 trow[i] = bt[i];
362 trow[i + width_n] = bt[i];
    [all...]
  /external/bluetooth/bluez/health/
mcap_sync.c 82 int latency; /* Read BT clock latency */
198 static int64_t bt2us(int bt)
200 return bt * 312.5;
203 static int bt2ms(int bt)
205 return bt * 312.5 / 1000;
257 DBG("CSP: retrying to read bt clock...");
386 /* Temporary failure in reading BT clock */
744 * a BT clock value, instead of this estimation that uses
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-ppc32-linux.S 436 bt 24,invariant_violation /* branch if all_equal */
dispatch-ppc64-linux.S 457 bt 24,.invariant_violation /* branch if all_equal */

Completed in 781 milliseconds

1 2 3 4 5 6 7 891011