Home
last modified time | relevance | path

Searched refs:msb (Results 1 – 25 of 124) sorted by relevance

12345

/third_party/python/Lib/idlelib/
Dstatusbar.py32 msb = MultiStatusBar(frame)
33 msb.set_label("one", "hello")
34 msb.set_label("two", "world")
35 msb.pack(side='bottom', fill='x')
38 msb.set_label("one", "foo")
39 msb.set_label("two", "bar")
/third_party/musl/src/math/
D__fpclassifyl.c13 int msb = u.i.m>>63; in __fpclassifyl() local
14 if (!e && !msb) in __fpclassifyl()
22 if (__BYTE_ORDER == __LITTLE_ENDIAN && !msb) in __fpclassifyl()
26 if (!msb) in __fpclassifyl()
/third_party/musl/porting/liteos_m/kernel/src/math/
D__fpclassifyl.c13 int msb = u.i.m>>63; in __fpclassifyl() local
14 if (!e && !msb) in __fpclassifyl()
22 if (__BYTE_ORDER == __LITTLE_ENDIAN && !msb) in __fpclassifyl()
26 if (!msb) in __fpclassifyl()
/third_party/musl/porting/liteos_a/kernel/src/math/
D__fpclassifyl.c13 int msb = u.i.m>>63; in __fpclassifyl() local
14 if (!e && !msb) in __fpclassifyl()
22 if (__BYTE_ORDER == __LITTLE_ENDIAN && !msb) in __fpclassifyl()
26 if (!msb) in __fpclassifyl()
/third_party/boost/libs/statechart/example/BitMachine/
DBitMachine.cpp185 void VisitAllStates( BitMachine & bitMachine, unsigned int msb ) in VisitAllStates() argument
187 if ( msb > 0 ) in VisitAllStates()
189 VisitAllStates( bitMachine, msb - 1 ); in VisitAllStates()
192 bitMachine.process_event( *pFlipBitEvents[ msb ] ); in VisitAllStates()
195 if ( msb > 0 ) in VisitAllStates()
197 VisitAllStates( bitMachine, msb - 1 ); in VisitAllStates()
/third_party/uboot/u-boot-2020.01/drivers/power/
Dtwl6030.c34 u8 msb = 0; in twl6030_gpadc_read_channel() local
43 twl->adc_rbase + 1 + channel_no * 2, &msb); in twl6030_gpadc_read_channel()
47 return (msb << 8) | lsb; in twl6030_gpadc_read_channel()
112 u8 msb = 0; in twl6030_get_battery_current() local
115 twl6030_i2c_read_u8(TWL6030_CHIP_CHARGER, FG_REG_11, &msb); in twl6030_get_battery_current()
117 battery_current = ((msb << 8) | lsb); in twl6030_get_battery_current()
/third_party/uboot/u-boot-2020.01/drivers/gpio/
Dpca953x.c153 int msb = nr_gpio - 1; in pca953x_info() local
157 for (i = msb; i >= 0; i--) in pca953x_info()
167 for (i = msb; i >= 0; i--) in pca953x_info()
174 for (i = msb; i >= 0; i--) in pca953x_info()
181 for (i = msb; i >= 0; i--) in pca953x_info()
188 for (i = msb; i >= 0; i--) in pca953x_info()
/third_party/gettext/gettext-tools/src/
Dx-javascript.c1244 struct mixed_string_buffer msb; in phase5_get() local
1248 mixed_string_buffer_init (&msb, lexical_context, in phase5_get()
1255 msb.line_number = line_number; in phase5_get()
1264 mixed_string_buffer_append_unicode (&msb, in phase5_get()
1268 mixed_string_buffer_append_char (&msb, uc); in phase5_get()
1270 tp->mixed_string = mixed_string_buffer_result (&msb); in phase5_get()
1280 struct mixed_string_buffer msb; in phase5_get() local
1284 mixed_string_buffer_init (&msb, lexical_context, in phase5_get()
1291 msb.line_number = line_number; in phase5_get()
1295 tp->mixed_string = mixed_string_buffer_result (&msb); in phase5_get()
[all …]
Dx-vala.c851 struct mixed_string_buffer msb; in phase3_get() local
869 mixed_string_buffer_init (&msb, lc_string, in phase3_get()
877 msb.line_number = line_number; in phase3_get()
893 mixed_string_buffer_append_char (&msb, c); in phase3_get()
901 msb.line_number = line_number; in phase3_get()
923 mixed_string_buffer_append_unicode (&msb, in phase3_get()
927 mixed_string_buffer_append_char (&msb, c); in phase3_get()
933 mixed_string_buffer_destroy (&msb); in phase3_get()
938 tp->mixed_string = mixed_string_buffer_result (&msb); in phase3_get()
Dx-c.c1364 struct mixed_string_buffer msb; in phase5_get() local
1372 mixed_string_buffer_init (&msb, lc_string, in phase5_get()
1383 msb.line_number = line_number; in phase5_get()
1399 tp->mixed_string = mixed_string_buffer_result (&msb); in phase5_get()
1415 mixed_string_buffer_append_char (&msb, buffer[i]); in phase5_get()
1423 mixed_string_buffer_append_char (&msb, c); in phase5_get()
1638 struct mixed_string_buffer msb; in phase5_get() local
1641 mixed_string_buffer_init (&msb, lc_string, in phase5_get()
1649 msb.line_number = line_number; in phase5_get()
1668 mixed_string_buffer_append_unicode (&msb, UNICODE_VALUE (c)); in phase5_get()
[all …]
Dx-python.c1363 struct mixed_string_buffer msb; in phase5_get() local
1366 mixed_string_buffer_init (&msb, lexical_context, in phase5_get()
1374 msb.line_number = line_number; in phase5_get()
1383 mixed_string_buffer_append_unicode (&msb, in phase5_get()
1387 mixed_string_buffer_append_char (&msb, uc); in phase5_get()
1389 tp->mixed_string = mixed_string_buffer_result (&msb); in phase5_get()
/third_party/uboot/u-boot-2020.01/drivers/power/pmic/
Drk8xx.c89 u8 msb, lsb, id_msb, id_lsb; in rk8xx_probe() local
104 ret = rk8xx_read(dev, id_msb, &msb, 1); in rk8xx_probe()
111 priv->variant = ((msb << 8) | lsb) & RK8XX_ID_MSK; in rk8xx_probe()
/third_party/boost/boost/multiprecision/cpp_bin_float/
Dio.hpp25 I gb = msb(result); in restricted_multiply()
101 if (error_radius && ((int)msb(error_radius) >= location)) in get_round_mode()
311 …int rshift = msb(t) - cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::bit_c… in operator =()
367 …int)cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::bit_count - msb(n) + msb(d); in operator =()
376 int gb = msb(q); in operator =()
395 …BOOST_ASSERT((msb(q) >= cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::bit_cou… in operator =()
534 max_bits += (msb(boost::multiprecision::detail::abs(power10)) / 8) * limb_bits; in str()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCharacterName.java335 int msb = getCodepointMSB(codepoint); in getGroup() local
342 if (msb < getGroupMSB(gindex)) { in getGroup()
419 public static int getGroupLimit(int msb) in getGroupLimit() argument
421 return (msb << GROUP_SHIFT_) + LINES_PER_GROUP_; in getGroupLimit()
429 public static int getGroupMin(int msb) in getGroupMin() argument
431 return msb << GROUP_SHIFT_; in getGroupMin()
510 int msb = getCodepointMSB(ch); in getGroupName() local
514 if (msb == m_groupinfo_[group * m_groupsize_]) { in getGroupName()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_integer.hpp65 vecType<uint, P> & msb,
80 vecType<int, P> & msb,
Dfunc_integer.inl220 GLM_FUNC_QUALIFIER void umulExtended(uint const & x, uint const & y, uint & msb, uint & lsb) argument
225 msb = static_cast<uint>(Value64 >> static_cast<uint64>(32));
230 …vecType<uint, P> const & x, vecType<uint, P> const & y, vecType<uint, P> & msb, vecType<uint, P> &… argument
235 msb = vecType<uint32, P>(Value64 >> static_cast<uint64>(32));
240 GLM_FUNC_QUALIFIER void imulExtended(int x, int y, int & msb, int & lsb) argument
245 msb = static_cast<int>(Value64 >> static_cast<int64>(32));
250 …ed(vecType<int, P> const & x, vecType<int, P> const & y, vecType<int, P> & msb, vecType<int, P> & … argument
256 msb = vecType<int32, P>((Value64 >> static_cast<int64>(32)) & static_cast<int64>(0xFFFFFFFF));
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/leds/
Dleds-bcm6858.txt13 - brcm,serial-led-msb-first : Boolean, msb data come out first on serial data pin
/third_party/boost/libs/multiprecision/test/
Dtest_native_integer.cpp43 BOOST_CHECK_EQUAL(msb(i), max_index); in test()
46 BOOST_CHECK_EQUAL(msb(i), max_index); in test()
Dconstexpr_test_cpp_int_5.cpp216 constexpr int i1 = msb(si1); in main()
218 int nci = msb(nc); in main()
221 constexpr std::int32_t k = boost::multiprecision::msb(i); in main()
223 ii = boost::multiprecision::msb(ii); in main()
/third_party/openssl/test/recipes/
D25-test_x509.t24 my $msb = srctop_file("test/certs", "cyrillic.msb");
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Darith_test.js65 assertEquals(a.msb(), false);
72 assertEquals(a.msb(), true);
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Darith_test.js65 assertEquals(a.msb(), false);
72 assertEquals(a.msb(), true);
/third_party/protobuf/js/binary/
Darith.js110 jspb.arith.UInt64.prototype.msb = function() { method in jspb.arith.UInt64
241 while (!divisor.msb()) {
/third_party/gn/src/base/strings/
Dstring_number_conversions.cc447 uint8_t msb = 0; // most significant 4 bits in HexStringToBytes() local
449 if (!CharToDigit<16>(input[i * 2], &msb) || in HexStringToBytes()
453 output->push_back((msb << 4) | lsb); in HexStringToBytes()
/third_party/boost/boost/multiprecision/
Dinteger.hpp129 BOOST_MP_CXX14_CONSTEXPR typename enable_if_c<is_integral<Integer>::value, unsigned>::type msb(Inte… in msb() function
208 int g = msb(x); in sqrt()

12345