/third_party/openssl/crypto/lhash/ |
D | lhash.c | 76 void OPENSSL_LH_free(OPENSSL_LHASH *lh) in OPENSSL_LH_free() 96 void *OPENSSL_LH_insert(OPENSSL_LHASH *lh, void *data) in OPENSSL_LH_insert() 128 void *OPENSSL_LH_delete(OPENSSL_LHASH *lh, const void *data) in OPENSSL_LH_delete() 156 void *OPENSSL_LH_retrieve(OPENSSL_LHASH *lh, const void *data) in OPENSSL_LH_retrieve() 177 static void doall_util_fn(OPENSSL_LHASH *lh, int use_arg, in doall_util_fn() 204 void OPENSSL_LH_doall(OPENSSL_LHASH *lh, OPENSSL_LH_DOALL_FUNC func) in OPENSSL_LH_doall() 209 void OPENSSL_LH_doall_arg(OPENSSL_LHASH *lh, OPENSSL_LH_DOALL_FUNCARG func, void *arg) in OPENSSL_LH_doall_arg() 214 static int expand(OPENSSL_LHASH *lh) in expand() 260 static void contract(OPENSSL_LHASH *lh) in contract() 295 static OPENSSL_LH_NODE **getrn(OPENSSL_LHASH *lh, in getrn() [all …]
|
D | lh_stats.c | 24 void OPENSSL_LH_stats(const OPENSSL_LHASH *lh, FILE *fp) in OPENSSL_LH_stats() 36 void OPENSSL_LH_node_stats(const OPENSSL_LHASH *lh, FILE *fp) in OPENSSL_LH_node_stats() 48 void OPENSSL_LH_node_usage_stats(const OPENSSL_LHASH *lh, FILE *fp) in OPENSSL_LH_node_usage_stats() 62 void OPENSSL_LH_stats_bio(const OPENSSL_LHASH *lh, BIO *out) in OPENSSL_LH_stats_bio() 82 void OPENSSL_LH_node_stats_bio(const OPENSSL_LHASH *lh, BIO *out) in OPENSSL_LH_node_stats_bio() 94 void OPENSSL_LH_node_usage_stats_bio(const OPENSSL_LHASH *lh, BIO *out) in OPENSSL_LH_node_usage_stats_bio()
|
/third_party/boringssl/src/crypto/lhash/ |
D | lhash.c | 115 void lh_free(_LHASH *lh) { in lh_free() 132 size_t lh_num_items(const _LHASH *lh) { return lh->num_items; } in lh_num_items() 141 static LHASH_ITEM **get_next_ptr_and_hash(const _LHASH *lh, uint32_t *out_hash, in get_next_ptr_and_hash() 163 static LHASH_ITEM **get_next_ptr_by_key(const _LHASH *lh, const void *key, in get_next_ptr_by_key() 178 void *lh_retrieve(const _LHASH *lh, const void *data, in lh_retrieve() 186 void *lh_retrieve_key(const _LHASH *lh, const void *key, uint32_t key_hash, in lh_retrieve_key() 195 static void lh_rebucket(_LHASH *lh, const size_t new_num_buckets) { in lh_rebucket() 226 static void lh_maybe_resize(_LHASH *lh) { in lh_maybe_resize() 255 int lh_insert(_LHASH *lh, void **old_data, void *data, in lh_insert() 290 void *lh_delete(_LHASH *lh, const void *data, in lh_delete() [all …]
|
D | lhash_test.cc | 60 std::unique_ptr<LHASH_OF(char), FreeLHASH_OF_char> lh( in TEST() local
|
/third_party/ffmpeg/libavcodec/ |
D | jpeg2000dwt.c | 105 int lh = s->linelen[lev][0], in dwt_encode53() local 180 int lh = s->linelen[lev][0], in dwt_encode97_float() local 261 int lh = s->linelen[lev][0], in dwt_encode97_int() local 334 int lh = s->linelen[lev][0], in dwt_decode53() local 412 int lh = s->linelen[lev][0], in dwt_decode97_float() local 494 int lh = s->linelen[lev][0], in dwt_decode97_int() local
|
/third_party/boost/libs/locale/test/ |
D | test_collate.cpp | 40 long lh=coll.hash(left.c_str(),left.c_str()+left.size()); in test_comp() local 58 long lh=coll.hash(level,left.c_str(),left.c_str()+left.size()); in test_comp() local
|
D | test_winapi_collate.cpp | 41 long lh=coll.hash(left.c_str(),left.c_str()+left.size()); in test_comp() local 59 long lh=coll.hash(level,left.c_str(),left.c_str()+left.size()); in test_comp() local
|
/third_party/uboot/u-boot-2020.01/fs/yaffs2/ |
D | yaffs_verify.c | 405 struct list_head *lh; in yaffs_verify_objects() local 422 struct list_head *lh; in yaffs_verify_obj_in_dir() local 465 struct list_head *lh; in yaffs_verify_dir() local
|
D | yaffs_allocator.c | 290 struct list_head *lh; in yaffs_alloc_raw_obj() local
|
/third_party/mingw-w64/mingw-w64-crt/math/ |
D | signbit.c | 14 } lh; member
|
/third_party/skia/tests/ |
D | PathOpsAngleTest.cpp | 194 static int After(SkOpAngle& lh, SkOpAngle& rh) { in After() 198 static int AllOnOneSide(SkOpAngle& lh, SkOpAngle& rh) { in AllOnOneSide() 202 static int ConvexHullOverlaps(SkOpAngle& lh, SkOpAngle& rh) { in ConvexHullOverlaps() 206 static int Orderable(SkOpAngle& lh, SkOpAngle& rh) { in Orderable() 210 static int EndsIntersect(SkOpAngle& lh, SkOpAngle& rh) { in EndsIntersect() 214 static void SetNext(SkOpAngle& lh, SkOpAngle& rh) { in SetNext()
|
/third_party/flutter/skia/tests/ |
D | PathOpsAngleTest.cpp | 195 static int After(SkOpAngle& lh, SkOpAngle& rh) { in After() 199 static int AllOnOneSide(SkOpAngle& lh, SkOpAngle& rh) { in AllOnOneSide() 203 static int ConvexHullOverlaps(SkOpAngle& lh, SkOpAngle& rh) { in ConvexHullOverlaps() 207 static int Orderable(SkOpAngle& lh, SkOpAngle& rh) { in Orderable() 211 static int EndsIntersect(SkOpAngle& lh, SkOpAngle& rh) { in EndsIntersect() 215 static void SetNext(SkOpAngle& lh, SkOpAngle& rh) { in SetNext()
|
/third_party/skia/resources/skottie/ |
D | skottie-text-allcaps.json | 1 …0,"t":{"a":[],"d":{"k":[{"s":{"ca":0,"f":"ArialMT","fc":[0.706,0,1],"j":2,"lh":75.6,"ls":0,"mc":10… number
|
D | skottie-text-valign-scaletofit.json | 4075 "lh": 0.01000213623047, number 4101 "lh": 3, number 4127 "lh": 6, number 4153 "lh": 9, number 4179 "lh": 12, number 4205 "lh": 15, number 4231 "lh": 18, number 4257 "lh": 21, number 4283 "lh": 24, number 4309 "lh": 27, number [all …]
|
D | skottie-text-valign-2.json | 4074 "lh": 0.01000213623047, number 4099 "lh": 3, number 4124 "lh": 6, number 4149 "lh": 9, number 4174 "lh": 12, number 4199 "lh": 15, number 4224 "lh": 18, number 4249 "lh": 21, number 4274 "lh": 24, number 4299 "lh": 27, number [all …]
|
/third_party/flutter/skia/resources/skottie/ |
D | skottie-text-valign-2.json | 4074 "lh": 0.01000213623047, number 4099 "lh": 3, number 4124 "lh": 6, number 4149 "lh": 9, number 4174 "lh": 12, number 4199 "lh": 15, number 4224 "lh": 18, number 4249 "lh": 21, number 4274 "lh": 24, number 4299 "lh": 27, number [all …]
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieTest.cpp | 153 const PropertyObserver::LazyHandle<ColorPropertyHandle>& lh) override { in DEF_TEST() 158 const PropertyObserver::LazyHandle<OpacityPropertyHandle>& lh) override { in DEF_TEST() 163 const PropertyObserver::LazyHandle<TextPropertyHandle>& lh) override { in DEF_TEST() 168 const PropertyObserver::LazyHandle<TransformPropertyHandle>& lh) override { in DEF_TEST()
|
/third_party/skia/modules/skottie/src/ |
D | SkottieTest.cpp | 156 const PropertyObserver::LazyHandle<ColorPropertyHandle>& lh) override { in DEF_TEST() 162 const PropertyObserver::LazyHandle<OpacityPropertyHandle>& lh) override { in DEF_TEST() 167 const PropertyObserver::LazyHandle<TextPropertyHandle>& lh) override { in DEF_TEST() 172 const PropertyObserver::LazyHandle<TransformPropertyHandle>& lh) override { in DEF_TEST()
|
/third_party/uboot/u-boot-2020.01/drivers/block/ |
D | blkcache.c | 15 struct list_head lh; member
|
/third_party/littlefs/scripts/ |
D | explode_asserts.py | 164 def mkassert(type, comp, lh, rh, size=None): argument
|
/third_party/boost/libs/units/example/ |
D | systems.cpp | 303 quantity<light_hour_length> lh(1.0*light_hours); in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM() local
|
/third_party/boost/boost/geometry/algorithms/ |
D | point_on_surface.hpp | 60 CoordinateType const lh = geometry::get<Dimension>(lhs); in operator ()() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_swaprect.c | 88 int lw[4], lh[4]; in filter_frame() local
|
/third_party/eudev/src/shared/ |
D | hashmap.c | 502 OrderedHashmap *lh = (OrderedHashmap*) h; in bucket_move_entry() local 575 OrderedHashmap *lh = (OrderedHashmap*) h; in base_remove_entry() local 792 OrderedHashmap *lh = (OrderedHashmap*)h; in hashmap_base_new() local 918 OrderedHashmap *lh = (OrderedHashmap*) h; in internal_hashmap_clear() local 1040 OrderedHashmap *lh = (OrderedHashmap*) h; in hashmap_base_put_boldly() local
|
/third_party/uboot/u-boot-2020.01/product/hiosd/dec/ |
D | jpegd_image.c | 149 unsigned int lh; in decode_dht() local
|