Home
last modified time | relevance | path

Searched defs:hl (Results 1 – 25 of 31) sorted by relevance

12

/third_party/ffmpeg/libavutil/avr32/
Dintreadwrite.h115 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[2]; } v; in AV_RL64() member
/third_party/lwip/src/core/ipv6/
Dip6.c1210 u8_t hl, u8_t tc,
1234 u8_t hl, u8_t tc,
1352 u8_t hl, u8_t tc, u8_t nexth)
1423 u8_t hl, u8_t tc, u8_t nexth, struct netif_hint *netif_hint)
/third_party/ffmpeg/libavcodec/ppc/
Dmathops.h52 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
Dfdctdsp.c216 #define MERGE_S16(hl, a, b) vec_merge ## hl(vs16(a), vs16(b)) in ff_fdct_altivec() argument
/third_party/ffmpeg/libavutil/ppc/
Dintreadwrite.h89 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/
Dtypearith.h54 __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
311 mpd_uuint_t hl; in _mpd_mul_words() local
323 mpd_uuint_t hl; in _mpd_div_words() local
336 uint32_t hl; in _mpd_mul_words() local
/third_party/curl/tests/libtest/
Dlib505.c46 struct curl_slist *hl; in test() local
Dlib553.c65 struct curl_slist *headerlist = NULL, *hl; in test() local
/third_party/ffmpeg/libavcodec/avr32/
Dmathops.h34 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/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()
100 int nl, hl, j, r; in asn1_parse2() local
/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()
100 int nl, hl, j, r; in asn1_parse2() local
/third_party/ffmpeg/libavcodec/
Ddirac_dwt.c74 int hl = d->height >> level; in ff_spatial_idwt_slice2() local
Ddirac_dwt_template.c526 int hl = d->height >> level; in RENAME() local
/third_party/PyYAML/examples/yaml-highlight/
Dyaml_hl.py112 hl = YAMLHighlight(options) variable
/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/libwebsockets/lib/tls/
Dtls-jit-trust.c90 size_t hl; in lws_tls_jit_trust_sort_kids() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DImmutableSet.h435 unsigned hl = getHeight(L); in incrementHeight() local
493 unsigned hl = getHeight(L); in balanceTree() local
/third_party/toybox/kconfig/lxdialog/
Ddialog.h100 int hl; /* highlight this item */ member
/third_party/libwebsockets/lib/roles/http/
Dcookie.c175 is_iprefix(const char *h, size_t hl, const char *n, size_t nl) in is_iprefix()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DRoundTripTest.java193 Transliterator hl = lh.getInverse(); in TestHangul2() local
200 …oid assertRoundTripTransform(String message, String source, Transliterator lh, Transliterator hl) { in assertRoundTripTransform()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRoundTripTest.java178 Transliterator hl = lh.getInverse(); in TestHangul2() local
185 …oid assertRoundTripTransform(String message, String source, Transliterator lh, Transliterator hl) { in assertRoundTripTransform()
/third_party/openssl/crypto/bio/
Dbio_addr.c483 const char *h = NULL; size_t hl = 0; in BIO_parse_hostserv() local
/third_party/node/deps/openssl/openssl/crypto/bio/
Dbio_addr.c483 const char *h = NULL; size_t hl = 0; in BIO_parse_hostserv() local
/third_party/lame/frontend/
Dget_audio.c114 uint32_t const hl = bytes[1]; in uint32_high_low() local
174 uint32_t const hl = bytes[2]; in read_32_bits_low_high() local

12