/external/compiler-rt/test/Unit/ |
ucmpti2_test.c | 32 utwords bt; local 33 bt.all = b; 36 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
|
cmpti2_test.c | 32 twords bt; local 33 bt.all = b; 35 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
|
mulvti3_test.c | 32 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,
|
udivti3_test.c | 30 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,
|
umodti3_test.c | 30 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,
|
addvti3_test.c | 33 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,
|
ashlti3_test.c | 32 twords bt; local 33 bt.all = b;
|
divti3_test.c | 30 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,
|
modti3_test.c | 30 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,
|
muloti4_test.c | 32 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,
|
multi3_test.c | 28 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,
|
subvti3_test.c | 34 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,
|
udivmodti4_test.c | 32 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/ |
x86-32-coverage.s | 19681 bt $4, (%eax) label [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/ |
ASN1Dump.java | 206 DERBitString bt = (DERBitString)obj; local 207 buf.append(indent + "DER Bit String" + "[" + bt.getBytes().length + ", " + bt.getPadBits() + "] "); 210 buf.append(dumpBinaryDataAsString(indent, bt.getBytes()));
|
/external/iproute2/ip/ |
iplink_can.c | 100 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.sjw, *argv, 0) 229 struct can_bittiming *bt = RTA_DATA(tb[IFLA_CAN_BITTIMING]); local [all...] |
/external/clang/test/CodeGenCXX/ |
debug-info.cpp | 107 typedef b bt; typedef in namespace:pr16214 111 bt *b_ptr_inst; 112 const bt *b_cnst_ptr_inst;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
DemoStatusIcons.java | 68 String bt = args.getString("bluetooth"); local 69 if (bt != null) { 70 int iconId = bt.equals("disconnected") ? R.drawable.stat_sys_data_bluetooth 71 : bt.equals("connected") ? R.drawable.stat_sys_data_bluetooth_connected
|
/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/chromium_org/third_party/skia/src/core/ |
SkClipStack.cpp | 488 SkClipStack::BoundsType bt; local 489 this->getBounds(&bounds, &bt); 490 if (bt == SkClipStack::kInsideOut_BoundsType) {
|
/external/icu4c/tools/gendict/ |
gendict.cpp | 153 BytesTrieBuilder *bt; member in class:DataDict 162 DataDict(UBool isBytesTrie, UErrorCode &status) : bt(NULL), ut(NULL), 165 bt = new BytesTrieBuilder(status); 172 delete bt; 228 if (bt) { 231 bt->add(buf.toStringPiece(), value, status); 238 return bt->buildStringPiece(USTRINGTRIE_BUILD_SMALL, status);
|
/external/opencv/cv/src/ |
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/skia/src/core/ |
SkClipStack.cpp | 488 SkClipStack::BoundsType bt; local 489 this->getBounds(&bounds, &bt); 490 if (bt == SkClipStack::kInsideOut_BoundsType) {
|
/bionic/libc/bionic/ |
malloc_debug_check.cpp | 83 uintptr_t bt[MAX_BACKTRACE_DEPTH]; member in struct:hdr_t 271 log_backtrace(hdr->bt, hdr->bt_depth); 331 hdr->bt_depth = get_backtrace(hdr->bt, MAX_BACKTRACE_DEPTH); 368 hdr->bt_depth = get_backtrace(hdr->bt, MAX_BACKTRACE_DEPTH); 384 uintptr_t bt[MAX_BACKTRACE_DEPTH]; local 385 int depth = get_backtrace(bt, MAX_BACKTRACE_DEPTH); 391 log_backtrace(hdr->bt, hdr->bt_depth); 398 log_backtrace(bt, depth); 402 log_backtrace(bt, depth); 427 uintptr_t bt[MAX_BACKTRACE_DEPTH] local [all...] |
system_properties.c | 294 prop_bt *bt = new_prop_obj(sizeof(prop_bt) + namelen + 1, &off_tmp); local 295 if (bt) { 296 memcpy(bt->name, name, namelen); 297 bt->name[namelen] = '\0'; 298 bt->namelen = namelen; 303 return bt; 348 static prop_bt *find_prop_bt(prop_bt *bt, const char *name, uint8_t namelen, 353 if (!bt) 354 return bt; 355 ret = cmp_prop_name(name, namelen, bt->name, bt->namelen) [all...] |