/third_party/boost/libs/multi_index/test/ |
D | test_hash_ops.cpp | 27 void check_load_factor(const HashedContainer& hc) in check_load_factor() argument 29 float lf=(float)hc.size()/hc.bucket_count(); in check_load_factor() 30 BOOST_TEST(lf<=hc.load_factor()+1.E-6); in check_load_factor() 31 BOOST_TEST(lf>=hc.load_factor()-1.E-6); in check_load_factor() 32 BOOST_TEST(lf<=hc.max_load_factor()+1.E-6); in check_load_factor() 44 hash_container hc; in test_hash_ops() local 46 BOOST_TEST(hc.max_load_factor()==1.0f); in test_hash_ops() 47 BOOST_TEST(hc.bucket_count()<=hc.max_bucket_count()); in test_hash_ops() 49 hc.insert(1000); in test_hash_ops() 50 hash_container::size_type buc=hc.bucket(1000); in test_hash_ops() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CurrencyMetaInfo.java | 313 int hc = 0; in hashCode() local 315 hc = region.hashCode(); in hashCode() 318 hc = hc * 31 + currency.hashCode(); in hashCode() 320 hc = hc * 31 + (int) from; in hashCode() 321 hc = hc * 31 + (int) (from >>> 32); in hashCode() 322 hc = hc * 31 + (int) to; in hashCode() 323 hc = hc * 31 + (int) (to >>> 32); in hashCode() 324 hc = hc * 31 + (tenderOnly ? 1 : 0); in hashCode() 325 return hc; in hashCode()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CurrencyMetaInfo.java | 337 int hc = 0; in hashCode() local 339 hc = region.hashCode(); in hashCode() 342 hc = hc * 31 + currency.hashCode(); in hashCode() 344 hc = hc * 31 + (int) from; in hashCode() 345 hc = hc * 31 + (int) (from >>> 32); in hashCode() 346 hc = hc * 31 + (int) to; in hashCode() 347 hc = hc * 31 + (int) (to >>> 32); in hashCode() 348 hc = hc * 31 + (tenderOnly ? 1 : 0); in hashCode() 349 return hc; in hashCode()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/ |
D | Period.java | 287 int hc = (timeLimit << 1) | (inFuture ? 1 : 0); in hashCode() local 289 hc = (hc << 2) ^ counts[i]; in hashCode() 291 return hc; in hashCode()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
D | Period.java | 285 int hc = (timeLimit << 1) | (inFuture ? 1 : 0); in hashCode() local 287 hc = (hc << 2) ^ counts[i]; in hashCode() 289 return hc; in hashCode()
|
/third_party/alsa-lib/src/topology/ |
D | pcm.c | 1643 struct snd_soc_tplg_hw_config *hc = elem->hw_cfg; in tplg_save_hw_config() local 1647 if (err >= 0 && hc->id) in tplg_save_hw_config() 1649 hc->id); in tplg_save_hw_config() 1650 if (err >= 0 && hc->fmt) in tplg_save_hw_config() 1652 get_audio_hw_format_name(hc->fmt)); in tplg_save_hw_config() 1653 if (err >= 0 && hc->bclk_provider) in tplg_save_hw_config() 1655 hc->bclk_provider == SND_SOC_TPLG_BCLK_CC ? in tplg_save_hw_config() 1657 if (err >= 0 && hc->bclk_rate) in tplg_save_hw_config() 1659 hc->bclk_rate); in tplg_save_hw_config() 1660 if (err >= 0 && hc->invert_bclk) in tplg_save_hw_config() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | HebrewTest.java | 479 HebrewCalendar hc = new HebrewCalendar (5742, HebrewCalendar.AV, 22); in Test1624() local 480 DateFormat df = hc.getDateTimeFormat(DateFormat.FULL, DateFormat.FULL, Locale.getDefault()); in Test1624() 481 String dateString = df.format(hc.getTime()); in Test1624() 491 hc = new HebrewCalendar (year, month, day); in Test1624() 493 dateString = df.format(hc.getTime()); in Test1624() 494 int dayHC = hc.get (HebrewCalendar.DATE); in Test1624() 495 int monthHC = hc.get (HebrewCalendar.MONTH); in Test1624() 496 int yearHC = hc.get (HebrewCalendar.YEAR); in Test1624()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
D | HebrewTest.java | 482 HebrewCalendar hc = new HebrewCalendar (5742, HebrewCalendar.AV, 22); in Test1624() local 483 DateFormat df = hc.getDateTimeFormat(DateFormat.FULL, DateFormat.FULL, Locale.getDefault()); in Test1624() 484 String dateString = df.format(hc.getTime()); in Test1624() 494 hc = new HebrewCalendar (year, month, day); in Test1624() 496 dateString = df.format(hc.getTime()); in Test1624() 497 int dayHC = hc.get (HebrewCalendar.DATE); in Test1624() 498 int monthHC = hc.get (HebrewCalendar.MONTH); in Test1624() 499 int yearHC = hc.get (HebrewCalendar.YEAR); in Test1624()
|
/third_party/grpc/src/cpp/server/health/ |
D | health_check_service_server_builder_option.cc | 24 std::unique_ptr<HealthCheckServiceInterface> hc) in HealthCheckServiceServerBuilderOption() argument 25 : hc_(std::move(hc)) {} in HealthCheckServiceServerBuilderOption()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/ |
D | ne.txt | 9 hc{"hc"} 743 hc{ 744 h11{"hc-h11"} 745 h12{"hc-h12"} 746 h23{"hc-h23"} 747 h24{"hc-h24"}
|
D | ps.txt | 9 hc{"hc"} 483 hc{
|
/third_party/boost/boost/archive/detail/ |
D | interface_oarchive.hpp | 64 helper_collection & hc = this->This()->get_helper_collection(); in get_helper() local 65 return hc.template find_helper<Helper>(id); in get_helper()
|
D | interface_iarchive.hpp | 62 helper_collection & hc = this->This()->get_helper_collection(); in get_helper() local 63 return hc.template find_helper<Helper>(id); in get_helper()
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | ne.txt | 10 hc{"समय चक्र (12 तथा 24)"} 752 hc{ 753 h11{"hc-h11"} 754 h12{"hc-h12"} 755 h23{"hc-h23"} 756 h24{"hc-h24"}
|
D | ff_Adlm.txt | 11 hc{" ( )"} 243 hc{
|
/third_party/icu/icu4c/source/data/lang/ |
D | ne.txt | 10 hc{"समय चक्र (12 तथा 24)"} 752 hc{ 753 h11{"hc-h11"} 754 h12{"hc-h12"} 755 h23{"hc-h23"} 756 h24{"hc-h24"}
|
D | ff_Adlm.txt | 11 hc{" ( )"} 243 hc{
|
/third_party/ffmpeg/libavcodec/ |
D | vaapi_encode_h264.c | 730 VAAPIEncodeH264Picture *hp, *hn, *hc; in vaapi_encode_h264_default_ref_pic_list() local 743 hc = rpl0[j - 1]->priv_data; in vaapi_encode_h264_default_ref_pic_list() 744 av_assert0(hc->frame_num != hn->frame_num); in vaapi_encode_h264_default_ref_pic_list() 745 if (hc->frame_num > hn->frame_num) in vaapi_encode_h264_default_ref_pic_list() 753 hc = rpl0[j - 1]->priv_data; in vaapi_encode_h264_default_ref_pic_list() 754 av_assert0(hc->pic_order_cnt != hp->pic_order_cnt); in vaapi_encode_h264_default_ref_pic_list() 755 if (hc->pic_order_cnt < hp->pic_order_cnt) { in vaapi_encode_h264_default_ref_pic_list() 757 hn->pic_order_cnt < hc->pic_order_cnt) in vaapi_encode_h264_default_ref_pic_list() 760 if (hn->pic_order_cnt > hc->pic_order_cnt) in vaapi_encode_h264_default_ref_pic_list() 768 hc = rpl1[j - 1]->priv_data; in vaapi_encode_h264_default_ref_pic_list() [all …]
|
D | smacker.c | 111 static int smacker_decode_tree(GetBitContext *gb, HuffContext *hc, int length) in smacker_decode_tree() argument 119 if (hc->current >= 256) { in smacker_decode_tree() 125 hc->entries[hc->current++] = (HuffEntry){ get_bits(gb, 8), length }; in smacker_decode_tree() 130 r = smacker_decode_tree(gb, hc, length); in smacker_decode_tree() 133 return smacker_decode_tree(gb, hc, length); in smacker_decode_tree()
|
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/ |
D | file_collector.cc | 82 HFileCollector hc(ctx); in Collect() local 83 collect(hc, headers); in Collect()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | browser.c | 162 WebKitHitTestResultContext hc = webkit_hit_test_result_get_context(h); in view_cb_mouse_target_changed() local 165 if (hc & WEBKIT_HIT_TEST_RESULT_CONTEXT_LINK) in view_cb_mouse_target_changed() 167 else if (hc & WEBKIT_HIT_TEST_RESULT_CONTEXT_IMAGE) in view_cb_mouse_target_changed() 169 else if (hc & WEBKIT_HIT_TEST_RESULT_CONTEXT_MEDIA) in view_cb_mouse_target_changed()
|
/third_party/typescript/tests/baselines/reference/ |
D | templateStringBinaryOperationsInvalid.js | 108 var hc = `2${ 3 & 4 }5` & 6; variable 207 var hc = "2" + (3 & 4) + "5" & 6;
|
D | templateStringBinaryOperationsES6Invalid.js | 108 var hc = `2${ 3 & 4 }5` & 6; variable 207 var hc = `2${3 & 4}5` & 6;
|
/third_party/gettext/libtextstyle/gnulib-local/m4/ |
D | terminfo.m4 | 112 + tigetflag ("hc") + * tigetstr("oc");], 139 + tigetflag ("hc") + * tigetstr("oc");], 167 + tigetflag ("hc") + * tigetstr("oc");], 195 + tigetflag ("hc") + * tigetstr("oc");], 223 + tigetflag ("hc") + * tigetstr("oc");],
|
/third_party/grpc/include/grpcpp/ext/ |
D | health_check_service_server_builder_option.h | 35 std::unique_ptr<HealthCheckServiceInterface> hc);
|