/third_party/libwebsockets/lib/misc/ |
D | ieeehalfprecision.c | 91 uint16_t hs, he, hm; in lws_singles2halfp() local 153 he = (uint16_t)(hes << 10); // Exponent in lws_singles2halfp() 158 *hp = (uint16_t)((hs | he | hm) + (uint16_t)1u); in lws_singles2halfp() 160 *hp = hs | he | hm; // No rounding in lws_singles2halfp() 166 uint16_t hs, he, hm; in lws_halfp2singles() local 178 he = h & 0x7C00u; // Pick off exponent bits in lws_halfp2singles() 181 if (!he) { // Denormal will convert to normalized in lws_halfp2singles() 194 xes = ((int32_t)(he >> 10)) - 15 + 127 - e; in lws_halfp2singles() 203 if (he == 0x7C00u) { /* Inf or NaN (all the exponent bits are set) */ in lws_halfp2singles() 222 xes = ((int32_t)(he >> 10)) - 15 + 127; in lws_halfp2singles()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/region/ |
D | lkt.txt | 10 CA{"Uŋčíyapi Makȟóčhe"} 11 CN{"Pȟečhókaŋhaŋska Makȟóčhe"} 12 DE{"Iyášiča Makȟóčhe"} 13 ES{"Spayólaȟče Makȟóčhe"} 14 JP{"Kisúŋla Makȟóčhe"} 15 MX{"Spayóla Makȟóčhe"} 16 US{"Mílahaŋska Tȟamákȟočhe"}
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | to.txt | 177 other{"afe mataʻu he hala hono {0}"} 941 other{"ʻi he ʻaho ʻe {0}"} 959 other{"ʻi he ʻaho ʻe {0}"} 977 other{"ʻi he ʻaho ʻe {0}"} 1013 other{"Ngaahi Falaite ʻe {0} ʻi he kahaʻu"} 1016 other{"Ngaahi Falaite ʻe {0} ʻi he kuohili"} 1028 other{"Falaite ʻe {0} ʻi he kahaʻu"} 1031 other{"Falaite ʻe {0} ʻi he kuohili"} 1043 other{"Falaite ʻe {0} ʻi he kahaʻu"} 1046 other{"Falaite ʻe {0} ʻi he kuohili"} [all …]
|
/third_party/icu/icu4c/source/data/locales/ |
D | to.txt | 177 other{"afe mataʻu he hala hono {0}"} 941 other{"ʻi he ʻaho ʻe {0}"} 959 other{"ʻi he ʻaho ʻe {0}"} 977 other{"ʻi he ʻaho ʻe {0}"} 1013 other{"Ngaahi Falaite ʻe {0} ʻi he kahaʻu"} 1016 other{"Ngaahi Falaite ʻe {0} ʻi he kuohili"} 1028 other{"Falaite ʻe {0} ʻi he kahaʻu"} 1031 other{"Falaite ʻe {0} ʻi he kuohili"} 1043 other{"Falaite ʻe {0} ʻi he kahaʻu"} 1046 other{"Falaite ʻe {0} ʻi he kuohili"} [all …]
|
/third_party/ffmpeg/tests/fate/ |
D | gapless.mak | 10 …V_DEMUXER) += fate-audiomatch-afconvert-16000-mono-he-adts fate-audiomatch-afconvert-16000-mono… 11 …V_DEMUXER) += fate-audiomatch-afconvert-44100-mono-he-adts fate-audiomatch-afconvert-44100-mono… 12 …DEMUXER) += fate-audiomatch-afconvert-16000-stereo-he-adts fate-audiomatch-afconvert-16000-stereo… 13 …DEMUXER) += fate-audiomatch-afconvert-44100-stereo-he-adts fate-audiomatch-afconvert-44100-stereo… 25 FATE_GAPLESS-$(CONFIG_MOV_DEMUXER) += fate-audiomatch-dolby-44100-mono-he-mp4 26 FATE_GAPLESS-$(CONFIG_MOV_DEMUXER) += fate-audiomatch-dolby-44100-stereo-he-mp4 32 FATE_GAPLESS-$(CONFIG_MOV_DEMUXER) += fate-audiomatch-nero-16000-mono-he-m4a 33 FATE_GAPLESS-$(CONFIG_MOV_DEMUXER) += fate-audiomatch-nero-44100-mono-he-m4a 34 FATE_GAPLESS-$(CONFIG_MOV_DEMUXER) += fate-audiomatch-nero-16000-stereo-he-m4a 35 FATE_GAPLESS-$(CONFIG_MOV_DEMUXER) += fate-audiomatch-nero-44100-stereo-he-m4a [all …]
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | lkt.txt | 11 CA{"Uŋčíyapi Makȟóčhe"} 12 CN{"Pȟečhókaŋhaŋska Makȟóčhe"} 13 DE{"Iyášiča Makȟóčhe"} 14 ES{"Spayólaȟče Makȟóčhe"} 15 JP{"Kisúŋla Makȟóčhe"} 16 MX{"Spayóla Makȟóčhe"} 17 US{"Mílahaŋska Tȟamákȟočhe"}
|
/third_party/icu/icu4c/source/data/region/ |
D | lkt.txt | 11 CA{"Uŋčíyapi Makȟóčhe"} 12 CN{"Pȟečhókaŋhaŋska Makȟóčhe"} 13 DE{"Iyášiča Makȟóčhe"} 14 ES{"Spayólaȟče Makȟóčhe"} 15 JP{"Kisúŋla Makȟóčhe"} 16 MX{"Spayóla Makȟóčhe"} 17 US{"Mílahaŋska Tȟamákȟočhe"}
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_builder_print_visitor.cpp | 259 const struct hash_entry *const he = in print_without_declaration() local 262 print_without_indent("r%04X", (unsigned)(uintptr_t) he->data); in print_without_declaration() 268 const struct hash_entry *const he = in visit() local 271 if (he != NULL) in visit() 272 _mesa_hash_table_insert(index_map, ir, he->data); in visit() 439 const struct hash_entry *const he = in print_without_declaration() local 450 assert(he); in print_without_declaration() 453 (unsigned)(uintptr_t) he->data); in print_without_declaration() 458 assert(he); in print_without_declaration() 460 (unsigned)(uintptr_t) he->data, in print_without_declaration() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | plurals.txt | 926 he 0.0 ימים 927 he 0.00 ימים 928 he 0.000 ימים 929 he 0.001 ימים 930 he 0.002 ימים 931 he 0.003 ימים 932 he 0.01 ימים 933 he 0.010 ימים 934 he 0.011 ימים 935 he 0.012 ימים [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/format/ |
D | plurals.txt | 926 he 0.0 ימים 927 he 0.00 ימים 928 he 0.000 ימים 929 he 0.001 ימים 930 he 0.002 ימים 931 he 0.003 ימים 932 he 0.01 ימים 933 he 0.010 ימים 934 he 0.011 ימים 935 he 0.012 ימים [all …]
|
/third_party/icu/icu4c/source/data/unit/ |
D | to.txt | 17 dnam{"mita he sekoni sikuea"} 18 other{"mita he sekoni sikuea ʻe {0}"} 59 per{"{0} he senitimita sikuea"} 68 per{"{0} he ʻinisi sikuea"} 73 per{"{0} ki he kilomita sikuea"} 78 per{"{0} he mita sikuea"} 119 per{"{0} ʻi he {1}"} 141 dnam{"milikalami he tesilita"} 142 other{"milikalami ʻe {0} he tesilita"} 145 dnam{"milimole he lita"} [all …]
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | to.txt | 17 dnam{"mita he sekoni sikuea"} 18 other{"mita he sekoni sikuea ʻe {0}"} 59 per{"{0} he senitimita sikuea"} 68 per{"{0} he ʻinisi sikuea"} 73 per{"{0} ki he kilomita sikuea"} 78 per{"{0} he mita sikuea"} 119 per{"{0} ʻi he {1}"} 141 dnam{"milikalami he tesilita"} 142 other{"milikalami ʻe {0} he tesilita"} 145 dnam{"milimole he lita"} [all …]
|
/third_party/musl/porting/liteos_a/user/src/network/ |
D | ent.c | 22 struct hostent he; member 54 hd->he.h_addrtype = AF_INET; in gethostent_resolv() 55 hd->he.h_length = INET_ADDR_LEN; in gethostent_resolv() 58 hd->he.h_addrtype = AF_INET6; in gethostent_resolv() 59 hd->he.h_length = INET6_ADDR_LEN; in gethostent_resolv() 67 hd->he.h_addr_list = hd->addr; in gethostent_resolv() 72 hd->he.h_name = ch; in gethostent_resolv() 81 hd->he.h_aliases = hd->aliases; in gethostent_resolv() 108 return &(hd->he); in gethostent()
|
/third_party/harfbuzz/perf/texts/ |
D | en-thelittleprince.txt | 63 was a person of true understanding. But, whoever it was, he, or she, would always say: “That is a 102 When at last I was able to speak, I said to him: “But, what are you doing here?” And in answer he 103 repeated, very slowly, as if he were speaking of a matter of great consequence: 125 So then I made a drawing. He looked at it carefully, then he said: “No. This sheep is already very 127 “You see yourself,” he said, “that this is not a sheep. This is a ram. It has horns. 160 It took me a long time to learn where he came from. The little prince, who asked me so many 164 The first time he saw my air-plane, for instance (I shall not draw my air-plane; that would be much 165 too complicated for me), he asked me: “What is that object?” 179 Then he added: “So you, too, come from the sky! Which is your planet?” At that moment I caught 181 come from another planet?” But he did not reply. He tossed his head gently, without taking his [all …]
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-thelittleprince.txt | 63 was a person of true understanding. But, whoever it was, he, or she, would always say: “That is a 102 When at last I was able to speak, I said to him: “But, what are you doing here?” And in answer he 103 repeated, very slowly, as if he were speaking of a matter of great consequence: 125 So then I made a drawing. He looked at it carefully, then he said: “No. This sheep is already very 127 “You see yourself,” he said, “that this is not a sheep. This is a ram. It has horns. 160 It took me a long time to learn where he came from. The little prince, who asked me so many 164 The first time he saw my air-plane, for instance (I shall not draw my air-plane; that would be much 165 too complicated for me), he asked me: “What is that object?” 179 Then he added: “So you, too, come from the sky! Which is your planet?” At that moment I caught 181 come from another planet?” But he did not reply. He tossed his head gently, without taking his [all …]
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | nvsbl10.txt | 106 the burden he carried. He staggered into the "Coach and Horses" more 107 dead than alive, and flung his portmanteau down. "A fire," he cried, 112 he took up his quarters in the inn. 125 His gloved hands were clasped behind him, and he seemed to be lost 130 "No," he said without turning. 136 keep them on," he said with emphasis, and she noticed that he wore 146 out of the room. When she returned he was still standing there, like 152 "Thank you," he said at the same time, and did not stir until she 153 was closing the door. Then he swung round and approached the table 170 behind the table. It would seem he was picking something from the [all …]
|
D | vfear11a.txt | 407 hand, with his untasted breakfast before him, and he stared at the 408 slip of paper which he had just drawn from its envelope. Then he 412 "It is Porlock's writing," said he thoughtfully. "I can hardly 425 former letter he frankly informed me that the name was not his 428 for the great man with whom he is in touch. Picture to yourself 432 sinister. That is where he comes within my purview. You have 439 "I was about to say, as he is unknown to the public." 448 marred the destiny of nations -- that's the man! But so aloof is he 451 that you have uttered he could hale you to a court and emerge 453 Is he not the celebrated author of The Dynamics of an Asteroid, [all …]
|
D | ulyss10.txt | 375 Halted, he peered down the dark winding stairs and called out coarsely: 379 Solemnly he came forward and mounted the round gunrest. He faced 381 awaking mountains. Then, catching sight of Stephen Dedalus, he bent 391 --Back to barracks! he said sternly. 404 --Thanks, old chap, he cried briskly. That will do nicely. Switch off the 412 --The mockery of it! he said gaily. Your absurd name, an ancient Greek! 416 halfway and sat down on the edge of the gunrest, watching him still as he 429 --Will he come? The jejune jesuit! 431 Ceasing, he began to shave with care. 441 --God, isn't he dreadful? he said frankly. A ponderous Saxon. He thinks [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | utvideoenc.c | 357 static void calculate_codes(HuffEntry *he) in calculate_codes() argument 362 qsort(he, 256, sizeof(*he), ut_huff_cmp_len); in calculate_codes() 365 while (he[last].len == 255 && last) in calculate_codes() 370 he[i].code = code >> (32 - he[i].len); in calculate_codes() 371 code += 0x80000000u >> (he[i].len - 1); in calculate_codes() 374 qsort(he, 256, sizeof(*he), huff_cmp_sym); in calculate_codes() 379 int width, int height, HuffEntry *he) in write_huff_codes() argument 390 put_bits(&pb, he[src[i]].len, he[src[i]].code); in write_huff_codes() 418 HuffEntry he[256]; in encode_plane() local 501 he[i].len = lengths[i]; in encode_plane() [all …]
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
D | the-picture-of-dorian-gray.txt | 49 conceal the artist is art's aim. The critic is he who can translate 84 a useful thing as long as he does not admire it. The only excuse for 101 From the corner of the divan of Persian saddle-bags on which he was 124 As the painter looked at the gracious and comely form he had so 126 face, and seemed about to linger there. But he suddenly started up, 127 and closing his eyes, placed his fingers upon the lids, as though he 128 sought to imprison within his brain some curious dream from which he 129 feared he might awake. 139 "I don't think I shall send it anywhere," he answered, tossing his head 154 "I know you will laugh at me," he replied, "but I really can't exhibit [all …]
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/ |
D | the-picture-of-dorian-gray.txt | 49 conceal the artist is art's aim. The critic is he who can translate 84 a useful thing as long as he does not admire it. The only excuse for 101 From the corner of the divan of Persian saddle-bags on which he was 124 As the painter looked at the gracious and comely form he had so 126 face, and seemed about to linger there. But he suddenly started up, 127 and closing his eyes, placed his fingers upon the lids, as though he 128 sought to imprison within his brain some curious dream from which he 129 feared he might awake. 139 "I don't think I shall send it anywhere," he answered, tossing his head 154 "I know you will laugh at me," he replied, "but I really can't exhibit [all …]
|
/third_party/rust/crates/regex/bench/src/data/ |
D | sherlock.txt | 64 and predominates the whole of her sex. It was not that he felt 69 lover he would have placed himself in a false position. He never 98 and finally of the mission which he had accomplished so 110 again, and to know how he was employing his extraordinary powers. 121 His manner was not effusive. It seldom was; but he was glad, I 123 eye, he waved me to an armchair, threw across his case of cigars, 124 and indicated a spirit case and a gasogene in the corner. Then he 128 "Wedlock suits you," he remarked. "I think, Watson, that you have 154 "It is simplicity itself," said he; "my eyes tell me that on the 164 on the right side of his top-hat to show where he has secreted [all …]
|
/third_party/rust/crates/memchr/bench/data/sherlock/ |
D | huge.txt | 64 and predominates the whole of her sex. It was not that he felt 69 lover he would have placed himself in a false position. He never 98 and finally of the mission which he had accomplished so 110 again, and to know how he was employing his extraordinary powers. 121 His manner was not effusive. It seldom was; but he was glad, I 123 eye, he waved me to an armchair, threw across his case of cigars, 124 and indicated a spirit case and a gasogene in the corner. Then he 128 "Wedlock suits you," he remarked. "I think, Watson, that you have 154 "It is simplicity itself," said he; "my eyes tell me that on the 164 on the right side of his top-hat to show where he has secreted [all …]
|
/third_party/rust/crates/aho-corasick/bench/data/ |
D | sherlock.txt | 64 and predominates the whole of her sex. It was not that he felt 69 lover he would have placed himself in a false position. He never 98 and finally of the mission which he had accomplished so 110 again, and to know how he was employing his extraordinary powers. 121 His manner was not effusive. It seldom was; but he was glad, I 123 eye, he waved me to an armchair, threw across his case of cigars, 124 and indicated a spirit case and a gasogene in the corner. Then he 128 "Wedlock suits you," he remarked. "I think, Watson, that you have 154 "It is simplicity itself," said he; "my eyes tell me that on the 164 on the right side of his top-hat to show where he has secreted [all …]
|
/third_party/rust/crates/regex/regex-capi/examples/ |
D | sherlock.txt | 64 and predominates the whole of her sex. It was not that he felt 69 lover he would have placed himself in a false position. He never 98 and finally of the mission which he had accomplished so 110 again, and to know how he was employing his extraordinary powers. 121 His manner was not effusive. It seldom was; but he was glad, I 123 eye, he waved me to an armchair, threw across his case of cigars, 124 and indicated a spirit case and a gasogene in the corner. Then he 128 "Wedlock suits you," he remarked. "I think, Watson, that you have 154 "It is simplicity itself," said he; "my eyes tell me that on the 164 on the right side of his top-hat to show where he has secreted [all …]
|