/third_party/ffmpeg/libavutil/avr32/ |
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[2]; } v; in AV_RL64() member
|
/third_party/lwip/src/core/ipv6/ |
D | ip6.c | 1150 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/ |
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
|
D | fdctdsp.c | 216 #define MERGE_S16(hl, a, b) vec_merge ## hl(vs16(a), vs16(b)) in ff_fdct_altivec() argument
|
/third_party/ffmpeg/libavutil/ppc/ |
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/curl/tests/libtest/ |
D | lib505.c | 44 struct curl_slist *hl; in test() local
|
D | lib553.c | 63 struct curl_slist *headerlist = NULL, *hl; in test() local
|
/third_party/python/Modules/_decimal/libmpdec/ |
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 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/ |
D | hook.c | 39 GHookList *hl; in test_hook1() local
|
/third_party/ffmpeg/libavcodec/avr32/ |
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/ |
D | dirac_dwt.c | 73 int hl = d->height >> level; in ff_spatial_idwt_slice2() local
|
/third_party/pyyaml/examples/yaml-highlight/ |
D | yaml_hl.py | 112 hl = YAMLHighlight(options) variable
|
/third_party/boost/boost/spirit/home/classic/core/composite/ |
D | difference.hpp | 63 if (result_t hl = this->left().parse(scan)) in parse() local
|
D | intersection.hpp | 61 if (result_t hl = this->left().parse(scan)) in parse() local
|
/third_party/boost/boost/graph/detail/ |
D | self_avoiding_walk.hpp | 464 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/ |
D | asn1_par.c | 75 int nl, hl, j, r; in asn1_parse2() local
|
/third_party/lwip/src/include/lwip/prot/ |
D | ip4.h | 119 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (u8_t)((((v) << 4) | (hl))) argument
|
D | ip6.h | 107 #define IP6H_HOPLIM_SET(hdr, hl) (hdr)->_hoplim = (u8_t)(hl) argument
|
/third_party/grpc/third_party/upb/third_party/wyhash/ |
D | wyhash.h | 30 …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/ |
D | ImmutableSet.h | 435 unsigned hl = getHeight(L); in incrementHeight() local 493 unsigned hl = getHeight(L); in balanceTree() local
|
/third_party/toybox/kconfig/lxdialog/ |
D | dialog.h | 100 int hl; /* highlight this item */ member
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
D | RoundTripTest.java | 193 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/ |
D | b_addr.c | 474 const char *h = NULL; size_t hl = 0; in BIO_parse_hostserv() local
|
/third_party/uboot/u-boot-2020.01/scripts/kconfig/lxdialog/ |
D | dialog.h | 93 int hl; /* highlight this item */ member
|
/third_party/boringssl/src/crypto/pem/ |
D | pem_lib.c | 600 int end = 0, i, k, bl = 0, hl = 0, nohead = 0; in PEM_read_bio() local
|