Home
last modified time | relevance | path

Searched refs:ah (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/third_party/libwebsockets/lib/roles/http/
Dparsers.c45 struct allocated_headers *ah = lws_zalloc(sizeof(*ah), "ah struct"); in _lws_create_ah() local
47 if (!ah) in _lws_create_ah()
50 ah->data = lws_malloc(data_size, "ah data"); in _lws_create_ah()
51 if (!ah->data) { in _lws_create_ah()
52 lws_free(ah); in _lws_create_ah()
56 ah->next = pt->http.ah_list; in _lws_create_ah()
57 pt->http.ah_list = ah; in _lws_create_ah()
58 ah->data_length = data_size; in _lws_create_ah()
62 ah, (int)data_size, (unsigned int)pt->http.ah_pool_length); in _lws_create_ah()
64 return ah; in _lws_create_ah()
[all …]
/third_party/icu/icu4c/source/data/locales/
Dzh_Hant_HK.txt103 a{"ah時至ah時"}
104 h{"ah時至h時"}
107 a{"ah:mm至ah:mm"}
108 h{"ah:mm至h:mm"}
109 m{"ah:mm至h:mm"}
112 a{"ah:mm至ah:mm [v]"}
113 h{"ah:mm至h:mm [v]"}
114 m{"ah:mm至h:mm [v]"}
117 a{"ah時至ah時 [v]"}
118 h{"ah時至h時 [v]"}
[all …]
Dzh_Hans_HK.txt8 "zzzz ah:mm:ss",
9 "z ah:mm:ss",
10 "ah:mm:ss",
11 "ah:mm",
39 "zzzz ah:mm:ss",
40 "z ah:mm:ss",
41 "ah:mm:ss",
42 "ah:mm",
84 "zzzz ah:mm:ss",
85 "z ah:mm:ss",
[all …]
Dzh_Hans_SG.txt8 "zzzz ah:mm:ss",
9 "z ah:mm:ss",
10 "ah:mm:ss",
11 "ah:mm",
35 "zzzz ah:mm:ss",
36 "z ah:mm:ss",
37 "ah:mm:ss",
38 "ah:mm",
80 "zzzz ah:mm:ss",
81 "z ah:mm:ss",
[all …]
Dzh.txt720 "zzzz ah:mm:ss",
721 "z ah:mm:ss",
722 "ah:mm:ss",
723 "ah:mm",
810 a{"ah时至ah时"}
811 h{"ah时至h时"}
814 a{"ah:mm至ah:mm"}
815 h{"ah:mm至h:mm"}
816 m{"ah:mm至h:mm"}
819 a{"v ah:mm至ah:mm"}
[all …]
Dyue.txt278 "ah:mm:ss [zzzz]",
279 "ah:mm:ss [z]",
280 "ah:mm:ss",
281 "ah:mm",
336 "ah:mm:ss [zzzz]",
337 "ah:mm:ss [z]",
338 "ah:mm:ss",
339 "ah:mm",
580 a{"ah時至ah時"}
581 h{"ah時至h時"}
[all …]
Dzh_Hans_MO.txt8 "zzzz ah:mm:ss",
9 "z ah:mm:ss",
10 "ah:mm:ss",
11 "ah:mm",
53 "zzzz ah:mm:ss",
54 "z ah:mm:ss",
55 "ah:mm:ss",
56 "ah:mm",
125 "zzzz ah:mm:ss",
126 "z ah:mm:ss",
[all …]
/third_party/skia/third_party/externals/icu/source/data/locales/
Dzh_Hans_HK.txt8 "zzzz ah:mm:ss",
9 "z ah:mm:ss",
10 "ah:mm:ss",
11 "ah:mm",
29 "zzzz ah:mm:ss",
30 "z ah:mm:ss",
31 "ah:mm:ss",
32 "ah:mm",
55 "zzzz ah:mm:ss",
56 "z ah:mm:ss",
[all …]
Dzh_Hans_SG.txt8 "zzzz ah:mm:ss",
9 "z ah:mm:ss",
10 "ah:mm:ss",
11 "ah:mm",
25 "zzzz ah:mm:ss",
26 "z ah:mm:ss",
27 "ah:mm:ss",
28 "ah:mm",
51 "zzzz ah:mm:ss",
52 "z ah:mm:ss",
[all …]
Dzh_Hant.txt1390 "ah:mm:ss [zzzz]",
1391 "ah:mm:ss [z]",
1392 "ah:mm:ss",
1393 "ah:mm",
1486 a{"ah時至ah時"}
1487 h{"ah時至h時"}
1490 a{"ah:mm至ah:mm"}
1491 h{"ah:mm至h:mm"}
1492 m{"ah:mm至h:mm"}
1495 a{"ah:mm至ah:mm [v]"}
[all …]
Dzh.txt720 "zzzz ah:mm:ss",
721 "z ah:mm:ss",
722 "ah:mm:ss",
723 "ah:mm",
810 a{"ah时至ah时"}
811 h{"ah时至h时"}
814 a{"ah:mm至ah:mm"}
815 h{"ah:mm至h:mm"}
816 m{"ah:mm至h:mm"}
819 a{"v ah:mm至ah:mm"}
[all …]
Dyue.txt276 "ah:mm:ss [zzzz]",
277 "ah:mm:ss [z]",
278 "ah:mm:ss",
279 "ah:mm",
324 "ah:mm:ss [zzzz]",
325 "ah:mm:ss [z]",
326 "ah:mm:ss",
327 "ah:mm",
549 a{"ah時至ah時"}
550 h{"ah時至h時"}
[all …]
Dzh_Hans_MO.txt8 "zzzz ah:mm:ss",
9 "z ah:mm:ss",
10 "ah:mm:ss",
11 "ah:mm",
34 "zzzz ah:mm:ss",
35 "z ah:mm:ss",
36 "ah:mm:ss",
37 "ah:mm",
96 "zzzz ah:mm:ss",
97 "z ah:mm:ss",
[all …]
Dyue_Hans.txt267 "zzzz ah:mm:ss",
268 "z ah:mm:ss",
269 "ah:mm:ss",
270 "ah:mm",
315 "zzzz ah:mm:ss",
316 "z ah:mm:ss",
317 "ah:mm:ss",
318 "ah:mm",
540 a{"ahah时"}
541 h{"ah至h时"}
[all …]
/third_party/libwebsockets/lib/roles/h2/
Dhpack.c208 struct allocated_headers *ah = wsi->http.ah; in lws_frag_start() local
210 if (!ah) { in lws_frag_start()
215 ah->hdr_token_idx = -1; in lws_frag_start()
218 __func__, hdr_token_idx, ah->pos, ah->nfrag); in lws_frag_start()
225 if (ah->nfrag >= LWS_ARRAY_SIZE(ah->frag_index)) { in lws_frag_start()
226 lwsl_err("%s: frag index %d too big\n", __func__, ah->nfrag); in lws_frag_start()
235 ah->frag_index[hdr_token_idx]) { in lws_frag_start()
236 if (!(ah->frags[ah->frag_index[hdr_token_idx]].flags & 1)) { in lws_frag_start()
244 if (ah->nfrag == 0) in lws_frag_start()
245 ah->nfrag = 1; in lws_frag_start()
[all …]
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c320 wsi->http.ah->parser_state = WSI_TOKEN_NAME_PART; in lws_http_client_socket_service()
321 wsi->http.ah->lextable_pos = 0; in lws_http_client_socket_service()
322 wsi->http.ah->unk_pos = 0; in lws_http_client_socket_service()
324 wsi->http.ah->ues = URIES_IDLE; in lws_http_client_socket_service()
351 wsi->http.ah->parser_state = WSI_TOKEN_NAME_PART; in lws_http_client_socket_service()
352 wsi->http.ah->lextable_pos = 0; in lws_http_client_socket_service()
353 wsi->http.ah->unk_pos = 0; in lws_http_client_socket_service()
402 while (wsi->http.ah->parser_state != WSI_PARSING_COMPLETE) { in lws_http_client_socket_service()
438 (wsi->http.ah->parser_state == in lws_http_client_socket_service()
456 assert(wsi->http.ah->parser_state == in lws_http_client_socket_service()
[all …]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/crypto/des/
Ddes-586.S22 movb %ah,%cl
30 movb %ah,%bl
51 movb %ah,%cl
59 movb %ah,%bl
80 movb %ah,%cl
88 movb %ah,%bl
109 movb %ah,%cl
117 movb %ah,%bl
138 movb %ah,%cl
146 movb %ah,%bl
[all …]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/des/
Ddes-586.S21 movb %ah,%cl
29 movb %ah,%bl
50 movb %ah,%cl
58 movb %ah,%bl
79 movb %ah,%cl
87 movb %ah,%bl
108 movb %ah,%cl
116 movb %ah,%bl
137 movb %ah,%cl
145 movb %ah,%bl
[all …]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/des/
Ddes-586.S22 movb %ah,%cl
30 movb %ah,%bl
51 movb %ah,%cl
59 movb %ah,%bl
80 movb %ah,%cl
88 movb %ah,%bl
109 movb %ah,%cl
117 movb %ah,%bl
138 movb %ah,%cl
146 movb %ah,%bl
[all …]
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/des/
Ddes-586.S22 movb %ah,%cl
30 movb %ah,%bl
51 movb %ah,%cl
59 movb %ah,%bl
80 movb %ah,%cl
88 movb %ah,%bl
109 movb %ah,%cl
117 movb %ah,%bl
138 movb %ah,%cl
146 movb %ah,%bl
[all …]
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/des/
Ddes-586.S22 movb %ah,%cl
30 movb %ah,%bl
51 movb %ah,%cl
59 movb %ah,%bl
80 movb %ah,%cl
88 movb %ah,%bl
109 movb %ah,%cl
117 movb %ah,%bl
138 movb %ah,%cl
146 movb %ah,%bl
[all …]
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/des/
Ddes-586.S22 movb %ah,%cl
30 movb %ah,%bl
51 movb %ah,%cl
59 movb %ah,%bl
80 movb %ah,%cl
88 movb %ah,%bl
109 movb %ah,%cl
117 movb %ah,%bl
138 movb %ah,%cl
146 movb %ah,%bl
[all …]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/des/
Ddes-586.S22 movb %ah,%cl
30 movb %ah,%bl
51 movb %ah,%cl
59 movb %ah,%bl
80 movb %ah,%cl
88 movb %ah,%bl
109 movb %ah,%cl
117 movb %ah,%bl
138 movb %ah,%cl
146 movb %ah,%bl
[all …]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/des/
Ddes-586.S21 movb %ah,%cl
29 movb %ah,%bl
50 movb %ah,%cl
58 movb %ah,%bl
79 movb %ah,%cl
87 movb %ah,%bl
108 movb %ah,%cl
116 movb %ah,%bl
137 movb %ah,%cl
145 movb %ah,%bl
[all …]
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/whrlpool/
Dwp-x86_64.s81 movzbl %ah,%edx
86 movzbl %ah,%edx
107 movzbl %ah,%edx
114 movzbl %ah,%edx
135 movzbl %ah,%edx
142 movzbl %ah,%edx
163 movzbl %ah,%edx
170 movzbl %ah,%edx
191 movzbl %ah,%edx
198 movzbl %ah,%edx
[all …]

12345678910>>...17