Searched refs:bt (Results 1 - 25 of 81) sorted by relevance

1234

/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/compiler-rt/test/Unit/
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 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 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 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 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 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 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 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 Dashlti3_test.c32 twords bt; local
33 bt.all = b;
/external/openssl/crypto/
H A Dx86cpuid.pl23 &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/arduino/hardware/arduino/
H A Dboards.txt150 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=0xdd
170 bt.bootloader.extended_fuses=0x00
171 bt
[all...]
/external/qemu/elff/
H A Delf_defs.h97 * bt - Index of a byte inside the block to get.
102 get_byte(const void* ptr, uint32_t bt) { argument
103 return *(reinterpret_cast<const uint8_t*>(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/libffi/src/powerpc/
H A Dsysv.S104 bt- 31,L(small_struct_return_value)
105 bt- 30,L(done_return_value)
106 bt- 29,L(fp_return_value)
140 bt- 15,L(smst_one_register)
142 bt- 16,L(smst_two_register)
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h144 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode) argument
145 : BT(bt), DeclWithIssue(0), Description(desc), ErrorNode(errornode),
148 BugReport(BugType& bt, StringRef shortDesc, StringRef desc, argument
150 : BT(bt), DeclWithIssue(0), ShortDescription(shortDesc), Description(desc),
154 BugReport(BugType& bt, StringRef desc, PathDiagnosticLocation l) argument
155 : BT(bt), DeclWithIssue(0), Description(desc), Location(l), ErrorNode(0),
166 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode, argument
168 : BT(bt), DeclWithIssue(0), Description(desc),
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp154 static void mapping(IO &io, BuiltInTypes& bt) { argument
155 io.mapRequired("str", bt.str);
156 io.mapRequired("u64", bt.u64);
157 io.mapRequired("u32", bt.u32);
158 io.mapRequired("u16", bt.u16);
159 io.mapRequired("u8", bt.u8);
160 io.mapRequired("b", bt.b);
161 io.mapRequired("s64", bt.s64);
162 io.mapRequired("s32", bt.s32);
163 io.mapRequired("s16", bt
[all...]
/external/icu4c/common/
H A Ddictionarydata.cpp103 BytesTrie bt(characters);
108 UStringTrieResult result = bt.first(transform(c));
115 values[count] = bt.getValue();
137 result = bt.next(transform(c));
/external/icu4c/tools/gendict/
H A Dgendict.cpp153 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/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DUVProjectionGenerator.java112 * @param bt
116 public static float[] tubeProjection(Mesh mesh, BoundingTube bt) { argument
120 float cx = bt.getCenter().x, cy = bt.getCenter().y;
123 float vBase = bt.getCenter().z - bt.getHeight() * 0.5f;
136 uvCoordinates[j + 1] = (z - vBase) / bt.getHeight();
/external/zlib/src/watcom/
H A Dwatcom_l.mak19 CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx
/external/clang/test/SemaTemplate/
H A Dinstantiate-complete.cpp144 BaseT<int> bt(ft);

Completed in 524 milliseconds

1234