Home
last modified time | relevance | path

Searched defs:lh (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/openssl/crypto/lhash/
Dlhash.c76 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 …]
Dlh_stats.c24 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/
Dlhash.c115 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 …]
Dlhash_test.cc60 std::unique_ptr<LHASH_OF(char), FreeLHASH_OF_char> lh( in TEST() local
/third_party/ffmpeg/libavcodec/
Djpeg2000dwt.c105 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/
Dtest_collate.cpp40 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
Dtest_winapi_collate.cpp41 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/
Dyaffs_verify.c405 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
Dyaffs_allocator.c290 struct list_head *lh; in yaffs_alloc_raw_obj() local
/third_party/mingw-w64/mingw-w64-crt/math/
Dsignbit.c14 } lh; member
/third_party/skia/tests/
DPathOpsAngleTest.cpp194 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/
DPathOpsAngleTest.cpp195 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/
Dskottie-text-allcaps.json1 …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
Dskottie-text-valign-scaletofit.json4075 "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 …]
Dskottie-text-valign-2.json4074 "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/
Dskottie-text-valign-2.json4074 "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/
DSkottieTest.cpp153 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/
DSkottieTest.cpp156 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/
Dblkcache.c15 struct list_head lh; member
/third_party/littlefs/scripts/
Dexplode_asserts.py164 def mkassert(type, comp, lh, rh, size=None): argument
/third_party/boost/libs/units/example/
Dsystems.cpp303 quantity<light_hour_length> lh(1.0*light_hours); in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM() local
/third_party/boost/boost/geometry/algorithms/
Dpoint_on_surface.hpp60 CoordinateType const lh = geometry::get<Dimension>(lhs); in operator ()() local
/third_party/ffmpeg/libavfilter/
Dvf_swaprect.c88 int lw[4], lh[4]; in filter_frame() local
/third_party/eudev/src/shared/
Dhashmap.c502 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/
Djpegd_image.c149 unsigned int lh; in decode_dht() local

1234