/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/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/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/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/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/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()
|
D | webp.c | 309 static void read_huffman_code_simple(WebPContext *s, HuffReader *hc) in read_huffman_code_simple() argument 311 hc->nb_symbols = get_bits1(&s->gb) + 1; in read_huffman_code_simple() 314 hc->simple_symbols[0] = get_bits(&s->gb, 8); in read_huffman_code_simple() 316 hc->simple_symbols[0] = get_bits1(&s->gb); in read_huffman_code_simple() 318 if (hc->nb_symbols == 2) in read_huffman_code_simple() 319 hc->simple_symbols[1] = get_bits(&s->gb, 8); in read_huffman_code_simple() 321 hc->simple = 1; in read_huffman_code_simple() 324 static int read_huffman_code_normal(WebPContext *s, HuffReader *hc, in read_huffman_code_normal() argument 408 ret = huff_reader_build_canonical(hc, code_lengths, alphabet_size); in read_huffman_code_normal()
|
/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/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/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;
|
D | templateStringBinaryOperationsInvalid.symbols | 287 var hc = `2${ 3 & 4 }5` & 6; 288 >hc : Symbol(hc, Decl(templateStringBinaryOperationsInvalid.ts, 106, 3))
|
D | templateStringBinaryOperationsES6Invalid.symbols | 287 var hc = `2${ 3 & 4 }5` & 6; 288 >hc : Symbol(hc, Decl(templateStringBinaryOperationsES6Invalid.ts, 106, 3))
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | INSTALL.ANY | 129 cp freetype/src/base/*.[hc] . 130 cp freetype/src/raster1/*.[hc] . 131 cp freetype/src/smooth/*.[hc] .
|
/third_party/freetype/docs/ |
D | INSTALL.ANY | 129 cp freetype/src/base/*.[hc] . 130 cp freetype/src/raster1/*.[hc] . 131 cp freetype/src/smooth/*.[hc] .
|
/third_party/flutter/skia/third_party/externals/freetype/docs/ |
D | INSTALL.ANY | 126 cp freetype2/src/base/*.[hc] . 127 cp freetype2/src/raster1/*.[hc] . 128 cp freetype2/src/smooth/*.[hc] .
|
/third_party/mbedtls/tests/data_files/dir4/ |
D | cert74.crt | 18 ETGOumNQ51IJLUpq+hc=
|