/third_party/ffmpeg/libavcodec/ppc/ |
H A D | mathops.h | 52 union { uint64_t x; unsigned hl[2]; } x = { d }; in MAC64() member 66 union { uint64_t x; unsigned hl[2]; } x = { d }; in MLS64() member
|
/third_party/ffmpeg/libavcodec/avr32/ |
H A D | mathops.h | 34 union { int64_t x; int hl[2]; } x; in MULL() member 45 union { int64_t x; int hl[2]; } x; in MULH() member
|
/third_party/ffmpeg/libavcodec/ |
H A D | dirac_dwt.c | 74 int hl = d->height >> level; in ff_spatial_idwt_slice2() local
|
H A D | dirac_dwt_template.c | 526 int hl = d->height >> level; in ff_spatial_idwt_init() local
|
H A D | pixlet.c | 381 int16_t *low, *high, *ll, *lh, *hl, *hh; in filterfn() local
|
/third_party/curl/tests/libtest/ |
H A D | lib505.c | 46 struct curl_slist *hl; in test() local
|
H A D | lib553.c | 65 struct curl_slist *headerlist = NULL, *hl; in test() local
|
/third_party/ffmpeg/libavutil/avr32/ |
H A D | intreadwrite.h | 115 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WB64() member 123 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WL64() member 167 union { uint64_t v; uint32_t hl[2]; } v; in AV_RB64() member 176 union { uint64_t v; uint32_t hl[ in AV_RL64() member [all...] |
/third_party/PyYAML/examples/yaml-highlight/ |
H A D | yaml_hl.py | 112 hl = YAMLHighlight(options) variable in YAMLHighlight
|
/third_party/ffmpeg/libavutil/ppc/ |
H A D | intreadwrite.h | 89 union { uint64_t v; uint32_t hl[2]; } v; in av_read_bswap64() member 99 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in av_write_bswap64() member
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | typearith.h | 54 __uint128_t hl; in _mpd_mul_words() local 66 __uint128_t hl; in _mpd_div_words() local 78 uint64_t hl; in _mpd_mul_words() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | asn1_parse.c | 22 static int asn1_print_info(BIO *bp, long offset, int depth, int hl, long len, in asn1_print_info() argument 100 int nl, hl, j, r; in asn1_parse2() local [all...] |
/third_party/openssl/crypto/asn1/ |
H A D | asn1_parse.c | 22 static int asn1_print_info(BIO *bp, long offset, int depth, int hl, long len, in asn1_print_info() argument 100 int nl, hl, j, r; in asn1_parse2() local [all...] |
/third_party/backends/backend/ |
H A D | epsonds-cmd.c | 294 int hl; in decode_binary() local
|
/third_party/lwip/src/core/ipv6/ |
H A D | ip6.c | 1209 ip6_output_if(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest, u8_t hl, u8_t tc, u8_t nexth, struct netif *netif) global() argument 1233 ip6_output_if_src(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest, u8_t hl, u8_t tc, u8_t nexth, struct netif *netif) global() argument 1351 ip6_output(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest, u8_t hl, u8_t tc, u8_t nexth) global() argument 1422 ip6_output_hinted(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest, u8_t hl, u8_t tc, u8_t nexth, struct netif_hint *netif_hint) global() argument [all...] |
/third_party/libwebsockets/lib/tls/ |
H A D | tls-jit-trust.c | 90 size_t hl; in lws_tls_jit_trust_sort_kids() local
|
/third_party/libwebsockets/lib/roles/http/ |
H A D | cookie.c | 175 is_iprefix(const char *h, size_t hl, const char *n, size_t nl) in is_iprefix() argument
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_addr.c | 483 const char *h = NULL; size_t hl = 0; in BIO_parse_hostserv() local
|
/third_party/openssl/crypto/bio/ |
H A D | bio_addr.c | 483 const char *h = NULL; size_t hl = 0; in BIO_parse_hostserv() local
|
/third_party/toybox/kconfig/lxdialog/ |
H A D | dialog.h | 100 int hl; /* highlight this item */ member
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 200 private void assertRoundTripTransform(String message, String source, Transliterator lh, Transliterator hl) { in assertRoundTripTransform() argument
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 185 private void assertRoundTripTransform(String message, String source, Transliterator lh, Transliterator hl) { in assertRoundTripTransform() argument
|
/third_party/optimized-routines/math/test/rtest/ |
H A D | dotest.c | 72 uint64_t hl = ((uint64_t)h << 32) | l; in set_mpfr_d() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ImmutableSet.h | 435 unsigned hl = getHeight(L); in incrementHeight() local 493 unsigned hl = getHeight(L); in balanceTree() local
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveExtractCallback.cpp | 1404 FString &hl = _hardLinks.Links[(unsigned)linkIndex];
in GetExtractStream() local
|