Searched defs:bt (Results 1 - 25 of 58) sorted by relevance

123

/external/compiler-rt/test/builtins/Unit/
H A Daddvti3_test.c33 twords bt; local
34 bt.all = b;
41 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dcmpti2_test.c32 twords bt; local
33 bt.all = b;
35 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
H A Dmulvti3_test.c32 twords bt; local
33 bt.all = b;
40 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dsubvti3_test.c34 twords bt; local
35 bt.all = b;
42 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Ducmpti2_test.c32 utwords bt; local
33 bt.all = b;
36 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
H A Dudivti3_test.c30 utwords bt; local
31 bt.all = b;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, qt.s.high, qt.s.low,
H A Dumodti3_test.c30 utwords bt; local
31 bt.all = b;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, rt.s.high, rt.s.low,
H A Dashlti3_test.c32 twords bt; local
33 bt.all = b;
H A Ddivti3_test.c30 twords bt; local
31 bt.all = b;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dmodti3_test.c30 twords bt; local
31 bt.all = b;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dmuloti4_test.c32 twords bt; local
33 bt.all = b;
43 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
51 twords bt; local
52 bt.all = b;
59 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dmulti3_test.c28 twords bt; local
29 bt.all = b;
36 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dudivmodti4_test.c32 utwords bt; local
33 bt.all = b;
45 at.s.high, at.s.low, bt.s.high, bt.s.low, qt.s.high, qt.s.low,
[all...]
/external/llvm/test/MC/X86/
H A Dx86-32-coverage.s19681 bt $4, (%eax) label
/external/chromium_org/ui/gfx/geometry/
H A Dmatrix3_f.cc80 Matrix3F Matrix3F::FromOuterProduct(const Vector3dF& a, const Vector3dF& bt) { argument
82 matrix.set(a.x() * bt.x(), a.x() * bt.y(), a.x() * bt.z(),
83 a.y() * bt.x(), a.y() * bt.y(), a.y() * bt.z(),
84 a.z() * bt.x(), a.z() * bt.y(), a.z() * bt
[all...]
/external/clang/test/CodeGenCXX/
H A Ddebug-info.cpp116 typedef b bt; typedef in namespace:pr16214
120 bt *b_ptr_inst;
121 const bt *b_cnst_ptr_inst;
/external/iproute2/ip/
H A Diplink_can.c100 struct can_bittiming bt; local
103 memset(&bt, 0, sizeof(bt));
107 if (get_u32(&bt.bitrate, *argv, 0))
116 bt.sample_point = (__u32)(sp * 1000);
119 if (get_u32(&bt.tq, *argv, 0))
123 if (get_u32(&bt.prop_seg, *argv, 0))
127 if (get_u32(&bt.phase_seg1, *argv, 0))
131 if (get_u32(&bt.phase_seg2, *argv, 0))
135 if (get_u32(&bt
229 struct can_bittiming *bt = RTA_DATA(tb[IFLA_CAN_BITTIMING]); local
[all...]
/external/lldb/source/Utility/
H A DSharingPtr.cpp81 Backtrace bt; local
82 bt.GetFrames();
83 g_map[sp_this] = std::make_pair(ptr, bt);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
H A DCAVLCReader.java134 public Object readCE(BTree bt, String message) throws IOException { argument
137 bt = bt.down(bit);
138 if (bt == null) {
141 Object i = bt.getValue();
/external/bzip2/
H A Dcompress.c241 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/valgrind/main/drd/
H A Ddrd_barrier.c59 static const HChar* barrier_type_name(const BarrierT bt);
550 static const HChar* barrier_type_name(const BarrierT bt) argument
552 switch (bt)
/external/chromium_org/third_party/icu/source/tools/gendict/
H A Dgendict.cpp151 BytesTrieBuilder *bt; member in class:DataDict
160 DataDict(UBool isBytesTrie, UErrorCode &status) : bt(NULL), ut(NULL),
163 bt = new BytesTrieBuilder(status);
170 delete bt;
226 if (bt) {
229 bt->add(buf.toStringPiece(), value, status);
236 return bt->buildStringPiece(USTRINGTRIE_BUILD_SMALL, status);
/external/icu/icu4c/source/tools/gendict/
H A Dgendict.cpp151 BytesTrieBuilder *bt; member in class:DataDict
160 DataDict(UBool isBytesTrie, UErrorCode &status) : bt(NULL), ut(NULL),
163 bt = new BytesTrieBuilder(status);
170 delete bt;
226 if (bt) {
229 bt->add(buf.toStringPiece(), value, status);
236 return bt->buildStringPiece(USTRINGTRIE_BUILD_SMALL, status);
/external/jemalloc/include/jemalloc/internal/
H A Dprof.h65 prof_bt_t *bt; member in struct:__anon22649
125 prof_bt_t *bt; member in struct:prof_ctx_s
221 void bt_init(prof_bt_t *bt, void **vec);
222 void prof_backtrace(prof_bt_t *bt);
223 prof_thr_cnt_t *prof_lookup(prof_bt_t *bt);
248 prof_bt_t bt; \
256 bt_init(&bt, prof_tdata->vec); \
257 prof_backtrace(&bt); \
258 ret = prof_lookup(&bt); \
436 told_cnt = prof_lookup(old_ctx->bt);
[all...]
/external/opencv/cv/src/
H A Dcvfilter.cpp231 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];

Completed in 476 milliseconds

123