HomeSort by relevance Sort by last modified time
    Searched refs:bt (Results 51 - 75 of 110) sorted by null

1 23 4 5

  /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...]
tinycc.c 5539 int bt; local
5802 int fr, bt, ft, fc; local
11596 int bt; local
11710 int bt, v, t; local
12125 int bit_size, bit_pos, bsize, bt, lbit_pos; local
12659 int bt, r; local
13967 int saved_global_expr, bt, bit_pos, bit_size; local
    [all...]
  /frameworks/base/core/jni/
android_os_Debug.cpp 469 fprintf(fp, "z %d sz %8zu num %4zu bt",
473 for (size_t bt = 0; bt < backtraceSize; bt++) {
474 if (backtrace[bt] == 0) {
477 fprintf(fp, " %08x", backtrace[bt]);
  /external/valgrind/main/drd/
drd_barrier.c 60 static const char* barrier_type_name(const BarrierT bt);
552 static const char* barrier_type_name(const BarrierT bt)
554 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/openssl/crypto/rc4/asm/
rc4-x86_64.pl 168 bt \$30,%r8d # Intel CPU?
446 bt \$20,$idx#d # RC4_CHAR?
510 bt \$20,%edx
512 bt \$30,%edx
  /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/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 1792 BarT<Foo2> bt; local
    [all...]
  /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);
x86_64-gf2m.pl 170 bt \$33,%rax
  /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...]
cvfilter.cpp 231 uchar* bt = (uchar*)border_tab; local
236 bt[i] = bt[i - pix_sz];
238 trow[i] = bt[i];
383 const uchar *bt = (uchar*)border_tab;
385 bptr[i] = bt[i];
388 bptr[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 430 bt 24,invariant_violation /* branch if all_equal */
dispatch-ppc64-linux.S 453 bt 24,.invariant_violation /* branch if all_equal */
  /external/openssl/crypto/bn/
bn_gf2m.c 232 const BIGNUM *at, *bt; local
237 if (a->top < b->top) { at = b; bt = a; }
238 else { at = a; bt = b; }
243 for (i = 0; i < bt->top; i++)
245 r->d[i] = at->d[i] ^ bt->d[i];
  /external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
ImageToAwt.java 195 byte bt = (byte) ((pixel >> (bpp * 8)) & 0xff);
197 buf.put(bt);
  /external/blktrace/doc/
blktrace.tex 54 git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git bt
68 % git clone git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git bt
69 % cd bt
75 A patch for a \emph{specific Linux kernel} is provided in bt/kernel (where
76 \emph{bt} is the name of the directory from the above git sequence). The
81 As an example, bt/kernel contains blk-trace-2.6.14-rc1-git-G2, download
132 % cd bt
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 194 Mailbox bt = ProviderTestUtils.setupMailbox( local
211 // bt (account 2, trash): 1 message
212 Message mt1 = createMessage(mMockContext, bt);
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 1434 int bt = types.getType(0).getBasicFrameType(); local
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java 1434 int bt = types.getType(0).getBasicFrameType(); local
    [all...]

Completed in 542 milliseconds

1 23 4 5