/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...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
AlgorithmParametersSpiTest.java | 38 byte[] bt = new byte[10]; 44 algParSpi.engineInit(bt); 45 algParSpi.engineInit(bt, "Format");
|
/external/compiler-rt/test/Unit/ |
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,
|
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,
|
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,
|
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);
|
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);
|
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,
|
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,
|
/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;
|
/hardware/ti/omap4xxx/ |
heaptracker.c | 48 intptr_t bt[MAX_BACKTRACE_DEPTH]; member in struct:hdr 99 void print_backtrace(const intptr_t *bt, int depth) 105 if (!bt) { 107 bt = self_bt; 112 mi = pc_to_mapinfo(milist, bt[cnt], &rel_pc); 114 mi ? rel_pc : bt[cnt], 280 print_backtrace(hdr->bt, hdr->bt_depth); 354 hdr->bt, MAX_BACKTRACE_DEPTH); 370 intptr_t bt[MAX_BACKTRACE_DEPTH]; local 372 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH) 418 intptr_t bt[MAX_BACKTRACE_DEPTH]; local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ |
x86cpuid.pl | 23 &bt ("ecx",21); 71 &bt ("edx",28); 104 &bt ("edx",28); # test hyper-threading bit 122 &bt ("ecx",27); # check OSXSAVE bit 148 &bt (&DWP(0,"ecx"),4); 160 &bt (&DWP(0,"ecx"),4); 169 &bt ("eax",9); 200 &bt ("eax",9); 230 &bt (&DWP(0,"ecx"),1);
|
/external/openssl/crypto/ |
x86cpuid.pl | 23 &bt ("ecx",21); 71 &bt ("edx",28); 104 &bt ("edx",28); # test hyper-threading bit 122 &bt ("ecx",27); # check OSXSAVE bit 148 &bt (&DWP(0,"ecx"),4); 160 &bt (&DWP(0,"ecx"),4); 169 &bt ("eax",9); 200 &bt ("eax",9); 230 &bt (&DWP(0,"ecx"),1);
|
/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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_gdb.py | 602 bt = self.get_stack_trace(script=self.get_sample_script(), 613 bt) 617 bt = self.get_stack_trace(script=self.get_sample_script(), 624 bt) 628 bt = self.get_stack_trace(script=self.get_sample_script(), 634 bt) 642 bt = self.get_stack_trace(script=self.get_sample_script(), 644 self.assertMultilineMatches(bt, 653 bt = self.get_stack_trace(script=self.get_sample_script(), 655 self.assertEndsWith(bt, [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gdb.py | 602 bt = self.get_stack_trace(script=self.get_sample_script(), 613 bt) 617 bt = self.get_stack_trace(script=self.get_sample_script(), 624 bt) 628 bt = self.get_stack_trace(script=self.get_sample_script(), 634 bt) 642 bt = self.get_stack_trace(script=self.get_sample_script(), 644 self.assertMultilineMatches(bt, 653 bt = self.get_stack_trace(script=self.get_sample_script(), 655 self.assertEndsWith(bt, [all...] |
/external/arduino/hardware/arduino/ |
boards.txt | 140 bt328.name=Arduino BT w/ ATmega328 150 bt328.bootloader.path=bt 161 bt.name=Arduino BT w/ ATmega168 163 bt.upload.protocol=stk500 164 bt.upload.maximum_size=14336 165 bt.upload.speed=19200 166 bt.upload.disable_flushing=true 168 bt.bootloader.low_fuses=0xff 169 bt.bootloader.high_fuses=0xd [all...] |
/device/asus/flo/ |
init.flo.bt.sh | 26 POWER_CLASS=`getprop qcom.bt.dev_power_class` 27 TRANSPORT=`getprop ro.qualcomm.bt.hci_transport` 55 logi "Power Class: To override, Before turning BT ON; setprop qcom.bt.dev_power_class <1 or 2 or 3>";;
|
/device/lge/mako/ |
init.mako.bt.sh | 26 POWER_CLASS=`getprop qcom.bt.dev_power_class` 27 TRANSPORT=`getprop ro.qualcomm.bt.hci_transport` 55 logi "Power Class: To override, Before turning BT ON; setprop qcom.bt.dev_power_class <1 or 2 or 3>";;
|
/external/qemu/elff/ |
elf_defs.h | 97 * bt - Index of a byte inside the block to get.
102 get_byte(const void* ptr, uint32_t bt) {
103 return *(reinterpret_cast<const uint8_t*>(ptr) + bt);
|
/ndk/sources/host-tools/ndk-stack/elff/ |
elf_defs.h | 97 * bt - Index of a byte inside the block to get. 102 get_byte(const void* ptr, uint32_t bt) { 103 return *(reinterpret_cast<const uint8_t*>(ptr) + bt);
|