/third_party/python/Lib/idlelib/ |
D | statusbar.py | 32 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.c | 13 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.c | 13 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.c | 13 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/ |
D | BitMachine.cpp | 185 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/ |
D | twl6030.c | 34 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/ |
D | pca953x.c | 153 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/ |
D | x-javascript.c | 1244 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 …]
|
D | x-vala.c | 851 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()
|
D | x-c.c | 1364 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 …]
|
D | x-python.c | 1363 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/ |
D | rk8xx.c | 89 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/ |
D | io.hpp | 25 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/ |
D | UCharacterName.java | 335 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/ |
D | func_integer.hpp | 65 vecType<uint, P> & msb, 80 vecType<int, P> & msb,
|
D | func_integer.inl | 220 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/ |
D | leds-bcm6858.txt | 13 - brcm,serial-led-msb-first : Boolean, msb data come out first on serial data pin
|
/third_party/boost/libs/multiprecision/test/ |
D | test_native_integer.cpp | 43 BOOST_CHECK_EQUAL(msb(i), max_index); in test() 46 BOOST_CHECK_EQUAL(msb(i), max_index); in test()
|
D | constexpr_test_cpp_int_5.cpp | 216 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/ |
D | 25-test_x509.t | 24 my $msb = srctop_file("test/certs", "cyrillic.msb");
|
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
D | arith_test.js | 65 assertEquals(a.msb(), false); 72 assertEquals(a.msb(), true);
|
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
D | arith_test.js | 65 assertEquals(a.msb(), false); 72 assertEquals(a.msb(), true);
|
/third_party/protobuf/js/binary/ |
D | arith.js | 110 jspb.arith.UInt64.prototype.msb = function() { method in jspb.arith.UInt64 241 while (!divisor.msb()) {
|
/third_party/gn/src/base/strings/ |
D | string_number_conversions.cc | 447 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/ |
D | integer.hpp | 129 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()
|