Home
last modified time | relevance | path

Searched defs:dist (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dgeo.h11 double dist; member
/f-stack/freebsd/contrib/zlib/
H A Dinffast.c77 unsigned dist; /* match distance */ local
H A Dtrees.c240 int dist; /* distance index */ in tr_static_init() local
1014 int ZLIB_INTERNAL _tr_tally (s, dist, lc) in _tr_tally() argument
1069 unsigned dist; /* distance of matched string */ local
H A Dinflate.c402 unsigned dist; local
H A Ddeflate.h308 #define d_code(dist) \ argument
/f-stack/dpdk/app/test/
H A Dtest_distributor.c32 struct rte_distributor *dist; member
814 static struct rte_distributor *dist[2]; in test_distributor() local
/f-stack/freebsd/arm/arm/
H A Dgic_acpi.c90 ACPI_MADT_GENERIC_DISTRIBUTOR *dist; member
/f-stack/freebsd/arm64/arm64/
H A Dgic_v3_acpi.c89 ACPI_MADT_GENERIC_DISTRIBUTOR *dist; member
/f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c320 static inline uint32_t dict_get(const struct dictionary *dict, uint32_t dist) in dict_get()
346 static bool dict_repeat(struct dictionary *dict, uint32_t *len, uint32_t dist) in dict_repeat()