/third_party/curl/lib/ |
D | hash.c | 83 struct Curl_hash_element *he = malloc(sizeof(struct Curl_hash_element) + in mk_hash_element() local 85 if(he) { in mk_hash_element() 87 memcpy(he->key, key, key_len); in mk_hash_element() 88 he->key_len = key_len; in mk_hash_element() 89 he->ptr = (void *) p; in mk_hash_element() 91 return he; in mk_hash_element() 107 struct Curl_hash_element *he; in Curl_hash_add() local 125 he = (struct Curl_hash_element *) le->ptr; in Curl_hash_add() 126 if(h->comp_func(he->key, he->key_len, key, key_len)) { in Curl_hash_add() 133 he = mk_hash_element(key, key_len, p); in Curl_hash_add() [all …]
|
D | conncache.c | 195 struct Curl_hash_element *he; in conncache_remove_bundle() local 202 he = Curl_hash_next_element(&iter); in conncache_remove_bundle() 203 while(he) { in conncache_remove_bundle() 204 if(he->ptr == bundle) { in conncache_remove_bundle() 207 Curl_hash_delete(&connc->hash, he->key, he->key_len); in conncache_remove_bundle() 211 he = Curl_hash_next_element(&iter); in conncache_remove_bundle() 310 struct Curl_hash_element *he; in Curl_conncache_foreach() local 318 he = Curl_hash_next_element(&iter); in Curl_conncache_foreach() 319 while(he) { in Curl_conncache_foreach() 322 bundle = he->ptr; in Curl_conncache_foreach() [all …]
|
D | curl_addrinfo.c | 256 Curl_he2ai(const struct hostent *he, int port) in Curl_he2ai() argument 269 if(!he) in Curl_he2ai() 273 DEBUGASSERT((he->h_name != NULL) && (he->h_addr_list != NULL)); in Curl_he2ai() 275 for(i = 0; (curr = he->h_addr_list[i]) != NULL; i++) { in Curl_he2ai() 277 size_t namelen = strlen(he->h_name) + 1; /* include null-terminator */ in Curl_he2ai() 279 if(he->h_addrtype == AF_INET6) in Curl_he2ai() 295 memcpy(ai->ai_canonname, he->h_name, namelen); in Curl_he2ai() 305 ai->ai_family = he->h_addrtype; in Curl_he2ai() 320 addr->sin_family = (CURL_SA_FAMILY_T)(he->h_addrtype); in Curl_he2ai() 329 addr6->sin6_family = (CURL_SA_FAMILY_T)(he->h_addrtype); in Curl_he2ai()
|
/third_party/node/ |
D | README.md | 166 **Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him) 168 **Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him) 170 **Anatoli Papirovski** <<apapirovski@mac.com>> (he/him) 174 **Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him) 176 **Colin Ihrig** <<cjihrig@gmail.com>> (he/him) 180 **Geoffrey Booth** <<webadmin@geoffreybooth.com>> (he/him) 182 **Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him) 184 **James M Snell** <<jasnell@gmail.com>> (he/him) 188 **Chengzhong Wu** <<legendecas@gmail.com>> (he/him) 190 **Matteo Collina** <<matteo.collina@gmail.com>> (he/him) [all …]
|
/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/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/ffmpeg/tests/fate/ |
D | gapless.mak | 13 …V_DEMUXER) += fate-audiomatch-afconvert-16000-mono-he-adts fate-audiomatch-afconvert-16000-mono… 14 …V_DEMUXER) += fate-audiomatch-afconvert-44100-mono-he-adts fate-audiomatch-afconvert-44100-mono… 15 …DEMUXER) += fate-audiomatch-afconvert-16000-stereo-he-adts fate-audiomatch-afconvert-16000-stereo… 16 …DEMUXER) += fate-audiomatch-afconvert-44100-stereo-he-adts fate-audiomatch-afconvert-44100-stereo… 28 FATE_GAPLESS-$(CONFIG_MOV_DEMUXER) += fate-audiomatch-dolby-44100-mono-he-mp4 29 FATE_GAPLESS-$(CONFIG_MOV_DEMUXER) += fate-audiomatch-dolby-44100-stereo-he-mp4 35 FATE_GAPLESS-$(CONFIG_MOV_DEMUXER) += fate-audiomatch-nero-16000-mono-he-m4a 36 FATE_GAPLESS-$(CONFIG_MOV_DEMUXER) += fate-audiomatch-nero-44100-mono-he-m4a 37 FATE_GAPLESS-$(CONFIG_MOV_DEMUXER) += fate-audiomatch-nero-16000-stereo-he-m4a 38 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/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/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/icu4c/source/data/locales/ |
D | to.txt | 178 other{"afe mataʻu he hala hono {0}"} 964 other{"ʻi he ʻaho ʻe {0}"} 982 other{"ʻi he ʻaho ʻe {0}"} 1000 other{"ʻi he ʻaho ʻe {0}"} 1036 other{"Ngaahi Falaite ʻe {0} ʻi he kahaʻu"} 1039 other{"Ngaahi Falaite ʻe {0} ʻi he kuohili"} 1051 other{"Falaite ʻe {0} ʻi he kahaʻu"} 1054 other{"Falaite ʻe {0} ʻi he kuohili"} 1066 other{"Falaite ʻe {0} ʻi he kahaʻu"} 1069 other{"Falaite ʻe {0} ʻi he kuohili"} [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/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/musl/src/network/ |
D | ent.c | 28 struct hostent he; member 60 hd->he.h_addrtype = AF_INET; in gethostent_resolv() 61 hd->he.h_length = INET_ADDR_LEN; in gethostent_resolv() 64 hd->he.h_addrtype = AF_INET6; in gethostent_resolv() 65 hd->he.h_length = INET6_ADDR_LEN; in gethostent_resolv() 73 hd->he.h_addr_list = hd->addr; in gethostent_resolv() 78 hd->he.h_name = ch; in gethostent_resolv() 87 hd->he.h_aliases = hd->aliases; in gethostent_resolv() 134 return &(hd->he); in gethostent()
|
/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}"} 145 dnam{"milikalami he tesilita"} 146 other{"milikalami ʻe {0} he tesilita"} 149 dnam{"milimole he lita"} [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/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/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/ffmpeg/libavcodec/ |
D | utvideoenc.c | 328 static void calculate_codes(HuffEntry *he) in calculate_codes() argument 333 qsort(he, 256, sizeof(*he), ut_huff_cmp_len); in calculate_codes() 336 while (he[last].len == 255 && last) in calculate_codes() 341 he[i].code = code >> (32 - he[i].len); in calculate_codes() 342 code += 0x80000000u >> (he[i].len - 1); in calculate_codes() 345 qsort(he, 256, sizeof(*he), huff_cmp_sym); in calculate_codes() 350 int width, int height, HuffEntry *he) in write_huff_codes() argument 361 put_bits(&pb, he[src[i]].len, he[src[i]].code); in write_huff_codes() 387 HuffEntry he[256]; in encode_plane() local 470 he[i].len = lengths[i]; in encode_plane() [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 …]
|