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.c1150 u8_t hl, u8_t tc,
1174 u8_t hl, u8_t tc,
1292 u8_t hl, u8_t tc, u8_t nexth)
1350 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/curl/tests/libtest/
Dlib505.c44 struct curl_slist *hl; in test() local
Dlib553.c63 struct curl_slist *headerlist = NULL, *hl; in test() local
/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/glib/glib/tests/
Dhook.c39 GHookList *hl; in test_hook1() 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/ffmpeg/libavcodec/
Ddirac_dwt.c73 int hl = d->height >> level; in ff_spatial_idwt_slice2() local
/third_party/pyyaml/examples/yaml-highlight/
Dyaml_hl.py112 hl = YAMLHighlight(options) variable
/third_party/boost/boost/spirit/home/classic/core/composite/
Ddifference.hpp63 if (result_t hl = this->left().parse(scan)) in parse() local
Dintersection.hpp61 if (result_t hl = this->left().parse(scan)) in parse() local
/third_party/boost/boost/graph/detail/
Dself_avoiding_walk.hpp464 Triangle t, HList hl, Iterator i) in visit_SAW()
472 visit_SAW_ptr(Tri* t, HList hl, Iter* i) in visit_SAW_ptr()
/third_party/openssl/crypto/asn1/
Dasn1_par.c75 int nl, hl, j, r; in asn1_parse2() local
/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.h107 #define IP6H_HOPLIM_SET(hdr, hl) (hdr)->_hoplim = (u8_t)(hl) argument
/third_party/grpc/third_party/upb/third_party/wyhash/
Dwyhash.h30 …uint64_t hh=(*A>>32)*(*B>>32), hl=(*A>>32)*(unsigned)*B, lh=(unsigned)*A*(*B>>32), ll=(uint64_t)(u… in _wymum() 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/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/openssl/crypto/bio/
Db_addr.c474 const char *h = NULL; size_t hl = 0; in BIO_parse_hostserv() local
/third_party/uboot/u-boot-2020.01/scripts/kconfig/lxdialog/
Ddialog.h93 int hl; /* highlight this item */ member
/third_party/boringssl/src/crypto/pem/
Dpem_lib.c600 int end = 0, i, k, bl = 0, hl = 0, nohead = 0; in PEM_read_bio() local

12