Home
last modified time | relevance | path

Searched refs:hl (Results 1 – 25 of 164) sorted by relevance

1234567

/third_party/python/Modules/_decimal/libmpdec/
Dtypearith.h54 __uint128_t hl; in _mpd_mul_words() local
56 hl = (__uint128_t)a * b; in _mpd_mul_words()
58 *hi = hl >> 64; in _mpd_mul_words()
59 *lo = (mpd_uint_t)hl; in _mpd_mul_words()
66 __uint128_t hl; in _mpd_div_words() local
68 hl = ((__uint128_t)hi<<64) + lo; in _mpd_div_words()
69 *q = (mpd_uint_t)(hl / d); /* quotient is known to fit */ in _mpd_div_words()
70 *r = (mpd_uint_t)(hl - (__uint128_t)(*q) * d); in _mpd_div_words()
78 uint64_t hl; in _mpd_mul_words() local
83 hl = (uint64_t)al * bl; in _mpd_mul_words()
[all …]
/third_party/ffmpeg/libavutil/avr32/
Dintreadwrite.h115 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WB64() member
116 AV_WB32(p, vv.hl[0]); in AV_WB64()
117 AV_WB32((uint32_t*)p+1, vv.hl[1]); in AV_WB64()
123 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WL64() member
124 AV_WL32(p, vv.hl[1]); in AV_WL64()
125 AV_WL32((uint32_t*)p+1, vv.hl[0]); in AV_WL64()
167 union { uint64_t v; uint32_t hl[2]; } v; in AV_RB64() member
168 v.hl[0] = AV_RB32(p); in AV_RB64()
169 v.hl[1] = AV_RB32((const uint32_t*)p+1); in AV_RB64()
176 union { uint64_t v; uint32_t hl[2]; } v; in AV_RL64() member
[all …]
/third_party/openssl/doc/man1/
Dopenssl-rsautl.pod.in167 0:d=0 hl=4 l= 742 cons: SEQUENCE
168 4:d=1 hl=4 l= 591 cons: SEQUENCE
169 8:d=2 hl=2 l= 3 cons: cont [ 0 ]
170 10:d=3 hl=2 l= 1 prim: INTEGER :02
171 13:d=2 hl=2 l= 1 prim: INTEGER :00
172 16:d=2 hl=2 l= 13 cons: SEQUENCE
173 18:d=3 hl=2 l= 9 prim: OBJECT :md5WithRSAEncryption
174 29:d=3 hl=2 l= 0 prim: NULL
175 31:d=2 hl=2 l= 92 cons: SEQUENCE
176 33:d=3 hl=2 l= 11 cons: SET
[all …]
Dopenssl-asn1parse.pod.in119 0:d=0 hl=4 l= 681 cons: SEQUENCE
123 229:d=3 hl=3 l= 141 prim: BIT STRING
124 373:d=2 hl=3 l= 162 cons: cont [ 3 ]
125 376:d=3 hl=3 l= 159 cons: SEQUENCE
126 379:d=4 hl=2 l= 29 cons: SEQUENCE
127 381:d=5 hl=2 l= 3 prim: OBJECT :X509v3 Subject Key Identifier
128 386:d=5 hl=2 l= 22 prim: OCTET STRING
129 410:d=4 hl=2 l= 112 cons: SEQUENCE
130 412:d=5 hl=2 l= 3 prim: OBJECT :X509v3 Authority Key Identifier
131 417:d=5 hl=2 l= 105 prim: OCTET STRING
[all …]
/third_party/curl/tests/libtest/
Dlib553.c65 struct curl_slist *headerlist = NULL, *hl; in test() local
83 hl = curl_slist_append(headerlist, buf); in test()
84 if(!hl) in test()
86 headerlist = hl; in test()
89 hl = curl_slist_append(headerlist, "Expect: "); in test()
90 if(!hl) in test()
92 headerlist = hl; in test()
Dlib505.c46 struct curl_slist *hl; in test() local
99 hl = curl_slist_append(headerlist, buf_1); in test()
100 if(!hl) { in test()
107 headerlist = curl_slist_append(hl, buf_2); in test()
110 curl_slist_free_all(hl); in test()
116 headerlist = hl; in test()
/third_party/ffmpeg/libavcodec/ppc/
Dmathops.h52 union { uint64_t x; unsigned hl[2]; } x = { d }; in MAC64() member
58 : "+r"(x.hl[0]), "+r"(x.hl[1]), "=&r"(h), "=&r"(l) in MAC64()
66 union { uint64_t x; unsigned hl[2]; } x = { d }; in MLS64() member
72 : "+r"(x.hl[0]), "+r"(x.hl[1]), "=&r"(h), "=&r"(l) in MLS64()
/third_party/ffmpeg/libavutil/ppc/
Dintreadwrite.h89 union { uint64_t v; uint32_t hl[2]; } v; in av_read_bswap64() member
92 : "=&r"(v.hl[1]), "=r"(v.hl[0]) in av_read_bswap64()
99 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in av_write_bswap64() member
103 : "r"(vv.hl[1]), "r"(vv.hl[0])); in av_write_bswap64()
/third_party/openssl/crypto/asn1/
Dasn1_parse.c22 static int asn1_print_info(BIO *bp, long offset, int depth, int hl, long len, in asn1_print_info() argument
38 offset, depth, (long)hl, len, p) <= 0) in asn1_print_info()
42 offset, depth, (long)hl, p) <= 0) in asn1_print_info()
100 int nl, hl, j, r; in asn1_parse2() local
123 hl = (p - op); in asn1_parse2()
124 length -= hl; in asn1_parse2()
129 hl, len, tag, xclass, j, (indent) ? depth : 0)) in asn1_parse2()
186 if (d2i_ASN1_OBJECT(&o, &opp, len + hl) != NULL) { in asn1_parse2()
209 os = d2i_ASN1_OCTET_STRING(NULL, &opp, len + hl); in asn1_parse2()
265 ai = d2i_ASN1_INTEGER(NULL, &opp, len + hl); in asn1_parse2()
[all …]
/third_party/node/deps/openssl/openssl/crypto/asn1/
Dasn1_parse.c22 static int asn1_print_info(BIO *bp, long offset, int depth, int hl, long len, in asn1_print_info() argument
38 offset, depth, (long)hl, len, p) <= 0) in asn1_print_info()
42 offset, depth, (long)hl, p) <= 0) in asn1_print_info()
100 int nl, hl, j, r; in asn1_parse2() local
123 hl = (p - op); in asn1_parse2()
124 length -= hl; in asn1_parse2()
129 hl, len, tag, xclass, j, (indent) ? depth : 0)) in asn1_parse2()
186 if (d2i_ASN1_OBJECT(&o, &opp, len + hl) != NULL) { in asn1_parse2()
209 os = d2i_ASN1_OCTET_STRING(NULL, &opp, len + hl); in asn1_parse2()
265 ai = d2i_ASN1_INTEGER(NULL, &opp, len + hl); in asn1_parse2()
[all …]
/third_party/lwip/src/include/lwip/
Dip6.h68 u8_t hl, u8_t tc, u8_t nexth);
70 u8_t hl, u8_t tc, u8_t nexth, struct netif *netif);
72 u8_t hl, u8_t tc, u8_t nexth, struct netif *netif);
75 u8_t hl, u8_t tc, u8_t nexth, struct netif_hint *netif_hint);
/third_party/ffmpeg/libavcodec/avr32/
Dmathops.h34 union { int64_t x; int hl[2]; } x; in MULL() member
39 return x.hl[1]; in MULL()
45 union { int64_t x; int hl[2]; } x; in MULH() member
47 return x.hl[0]; in MULH()
/third_party/ffmpeg/libavcodec/
Ddirac_dwt.c73 int hl = d->height >> level; in ff_spatial_idwt_slice2() local
76 while (d->cs[level].y <= FFMIN((y>>level)+support, hl)) in ff_spatial_idwt_slice2()
77 d->spatial_compose(d, level, wl, hl, stride_l); in ff_spatial_idwt_slice2()
/third_party/nghttp2/
Dmkcipherlist.py297 for hl, name, _, _, _ in csv.reader(sys.stdin):
303 high, low = hl.split(',')
/third_party/node/deps/openssl/openssl/crypto/bio/
Dbio_addr.c483 const char *h = NULL; size_t hl = 0; in BIO_parse_hostserv() local
490 hl = p - h; in BIO_parse_hostserv()
519 hl = p - h; in BIO_parse_hostserv()
524 hl = strlen(h); in BIO_parse_hostserv()
535 if (hl == 0 in BIO_parse_hostserv()
536 || (hl == 1 && h[0] == '*')) { in BIO_parse_hostserv()
539 *host = OPENSSL_strndup(h, hl); in BIO_parse_hostserv()
/third_party/openssl/crypto/bio/
Dbio_addr.c483 const char *h = NULL; size_t hl = 0; in BIO_parse_hostserv() local
490 hl = p - h; in BIO_parse_hostserv()
519 hl = p - h; in BIO_parse_hostserv()
524 hl = strlen(h); in BIO_parse_hostserv()
535 if (hl == 0 in BIO_parse_hostserv()
536 || (hl == 1 && h[0] == '*')) { in BIO_parse_hostserv()
539 *host = OPENSSL_strndup(h, hl); in BIO_parse_hostserv()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java96 Transliterator hl = lh.getInverse(); in TestHangul() local
100 assertTransform("Transform", "\uC544\uB530", lh, hl, "atta", "a-tta"); in TestHangul()
101 assertTransform("Transform", "\uC544\uBE60", lh, hl, "appa", "a-ppa"); in TestHangul()
102 assertTransform("Transform", "\uC544\uC9DC", lh, hl, "ajja", "a-jja"); in TestHangul()
103 assertTransform("Transform", "\uC544\uAE4C", lh, hl, "akka", "a-kka"); in TestHangul()
104 assertTransform("Transform", "\uC544\uC2F8", lh, hl, "assa", "a-ssa"); in TestHangul()
105 assertTransform("Transform", "\uC544\uCC28", lh, hl, "acha", "a-cha"); in TestHangul()
106 assertTransform("Transform", "\uC545\uC0AC", lh, hl, "agsa", "ag-sa"); in TestHangul()
107 assertTransform("Transform", "\uC548\uC790", lh, hl, "anja", "an-ja"); in TestHangul()
108 assertTransform("Transform", "\uC548\uD558", lh, hl, "anha", "an-ha"); in TestHangul()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DTransliteratorTest.java99 Transliterator hl = lh.getInverse(); in TestHangul() local
103 assertTransform("Transform", "\uC544\uB530", lh, hl, "atta", "a-tta"); in TestHangul()
104 assertTransform("Transform", "\uC544\uBE60", lh, hl, "appa", "a-ppa"); in TestHangul()
105 assertTransform("Transform", "\uC544\uC9DC", lh, hl, "ajja", "a-jja"); in TestHangul()
106 assertTransform("Transform", "\uC544\uAE4C", lh, hl, "akka", "a-kka"); in TestHangul()
107 assertTransform("Transform", "\uC544\uC2F8", lh, hl, "assa", "a-ssa"); in TestHangul()
108 assertTransform("Transform", "\uC544\uCC28", lh, hl, "acha", "a-cha"); in TestHangul()
109 assertTransform("Transform", "\uC545\uC0AC", lh, hl, "agsa", "ag-sa"); in TestHangul()
110 assertTransform("Transform", "\uC548\uC790", lh, hl, "anja", "an-ja"); in TestHangul()
111 assertTransform("Transform", "\uC548\uD558", lh, hl, "anha", "an-ha"); in TestHangul()
[all …]
/third_party/lwip/src/include/lwip/prot/
Dip4.h119 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (u8_t)((((v) << 4) | (hl))) argument
Dip6.h109 #define IP6H_HOPLIM_SET(hdr, hl) (hdr)->_hoplim = (u8_t)(hl) argument
/third_party/skia/third_party/externals/icu/source/data/unit/
Den_001.txt410 dnam{"hl"}
411 one{"{0}hl"}
412 other{"{0}hl"}
587 dnam{"hl"}
588 one{"{0} hl"}
589 other{"{0} hl"}
/third_party/icu/icu4c/source/data/unit/
Den_001.txt429 dnam{"hl"}
430 one{"{0}hl"}
431 other{"{0}hl"}
619 dnam{"hl"}
620 one{"{0} hl"}
621 other{"{0} hl"}
/third_party/lwip/src/core/ipv6/
Dip6.c1210 u8_t hl, u8_t tc, argument
1225 return ip6_output_if_src(p, src_used, dest, hl, tc, nexth, netif);
1234 u8_t hl, u8_t tc, argument
1270 IP6H_HOPLIM_SET(ip6hdr, hl);
1352 u8_t hl, u8_t tc, u8_t nexth) argument
1397 return ip6_output_if(p, src, dest, hl, tc, nexth, netif);
1423 u8_t hl, u8_t tc, u8_t nexth, struct netif_hint *netif_hint) argument
1458 err = ip6_output_if(p, src, dest, hl, tc, nexth, netif);
/third_party/libwebsockets/lib/tls/
Dtls-jit-trust.c90 size_t hl; in lws_tls_jit_trust_sort_kids() local
110 hl = strlen(host); in lws_tls_jit_trust_sort_kids()
209 inf = lws_zalloc(sizeof(*inf) + hl + 1, __func__); in lws_tls_jit_trust_sort_kids()
213 memcpy(&inf[1], host, hl + 1); in lws_tls_jit_trust_sort_kids()
/third_party/PyYAML/examples/yaml-highlight/
Dyaml_hl.py112 hl = YAMLHighlight(options) variable
113 hl.highlight()

1234567