| /f-stack/freebsd/contrib/zlib/ |
| H A D | inffast.c | 77 unsigned dist; /* match distance */ local 148 dist = (unsigned)(here.val); 158 dist += (unsigned)hold & ((1U << op) - 1); 160 if (dist > dmax) { 168 Tracevv((stderr, "inflate: distance %u\n", dist)); 170 if (dist > op) { /* see if copy from window */ 171 op = dist - op; /* distance back in window */ 191 from = out - dist; 207 from = out - dist; /* rest from output */ 236 from = out - dist; /* rest from output */ [all …]
|
| H A D | deflate.h | 300 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc)); 308 #define d_code(dist) \ argument 309 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)]) 335 ush dist = (ush)(distance); \ 336 s->d_buf[s->last_lit] = dist; \ 338 dist--; \ 340 s->dyn_dtree[d_code(dist)].Freq++; \
|
| H A D | trees.c | 240 int dist; /* distance index */ in tr_static_init() local 271 dist = 0; in tr_static_init() 273 base_dist[code] = dist; in tr_static_init() 275 _dist_code[dist++] = (uch)code; in tr_static_init() 281 base_dist[code] = dist << 7; in tr_static_init() 1014 int ZLIB_INTERNAL _tr_tally (s, dist, lc) in _tr_tally() argument 1019 s->d_buf[s->last_lit] = (ush)dist; 1021 if (dist == 0) { 1076 dist = s->d_buf[lx]; 1078 if (dist == 0) { [all …]
|
| H A D | inflate.c | 402 unsigned dist; local 428 dist = state->wsize - state->wnext; 429 if (dist > copy) dist = copy; 430 zmemcpy(state->window + state->wnext, end - copy, dist); 431 copy -= dist; 438 state->wnext += dist; 440 if (state->whave < state->wsize) state->whave += dist;
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/compression/ |
| H A D | compress_004_pos.ksh | 58 typeset -i dist=0 62 (( dist = fsz - start )) 63 for len in `expr $RANDOM % $dist` $dist \ 64 `expr $start + $dist`; do
|
| /f-stack/dpdk/examples/distributor/ |
| H A D | main.c | 57 } dist __rte_cache_aligned; 362 app_stats.dist.in_pkts += nb_rx; in lcore_distributor() 377 app_stats.dist.sent_pkts += sent; in lcore_distributor() 513 (app_stats.dist.in_pkts - in print_stats() 516 (app_stats.dist.ret_pkts - in print_stats() 519 (app_stats.dist.sent_pkts - in print_stats() 522 (app_stats.dist.enqdrop_pkts - in print_stats() 548 prev_app_stats.dist.in_pkts = app_stats.dist.in_pkts; in print_stats() 549 prev_app_stats.dist.ret_pkts = app_stats.dist.ret_pkts; in print_stats() 550 prev_app_stats.dist.sent_pkts = app_stats.dist.sent_pkts; in print_stats() [all …]
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | gic_v3_acpi.c | 89 ACPI_MADT_GENERIC_DISTRIBUTOR *dist; member 103 if (madt_data->dist != NULL) { in madt_handler() 109 madt_data->dist = (ACPI_MADT_GENERIC_DISTRIBUTOR *)entry; in madt_handler() 153 if (madt_data->dist->Version == ACPI_MADT_GIC_VERSION_V4) in rdist_map() 183 madt_data.dist = NULL; in gic_v3_acpi_identify() 188 if (madt_data.dist == NULL) { in gic_v3_acpi_identify() 195 switch(madt_data.dist->Version) { in gic_v3_acpi_identify() 212 madt_data.dist->BaseAddress, 128 * 1024); in gic_v3_acpi_identify() 228 acpi_set_private(dev, (void *)(uintptr_t)madt_data.dist->Version); in gic_v3_acpi_identify()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | gic_acpi.c | 90 ACPI_MADT_GENERIC_DISTRIBUTOR *dist; member 104 if (madt_data->dist != NULL) { in madt_handler() 109 madt_data->dist = in madt_handler() 142 madt_data.dist = NULL; in gic_acpi_identify() 148 switch (madt_data.dist->Version) { in gic_acpi_identify() 182 madt_data.dist->BaseAddress, 4 * 1024); in gic_acpi_identify() 186 acpi_set_private(dev, (void *)(uintptr_t)madt_data.dist->Version); in gic_acpi_identify()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | rpm.am | 13 srpm-kmod srpm-dkms srpm-utils: dist 76 @(dist=`$(RPM) --eval %{?dist}`; \ 77 rpmpkg=$(pkg)-$(VERSION)-$(RELEASE)$$dist*src.rpm; \ 92 @(dist=`$(RPM) --eval %{?dist}`; \ 93 rpmpkg=$(pkg)-$(VERSION)-$(RELEASE)$$dist*src.rpm; \
|
| /f-stack/dpdk/app/test/ |
| H A D | test_distributor.c | 32 struct rte_distributor *dist; member 80 struct rte_distributor *db = wp->dist; in handle_work() 111 struct rte_distributor *db = wp->dist; in sanity_test() 297 struct rte_distributor *d = wp->dist; in handle_work_with_free_mbufs() 324 struct rte_distributor *d = wp->dist; in sanity_test_with_mbuf_alloc() 366 struct rte_distributor *d = wp->dist; in handle_work_for_shutdown_test() 432 struct rte_distributor *d = wp->dist; in sanity_test_with_worker_shutdown() 516 struct rte_distributor *d = wp->dist; in test_flush_with_worker_shutdown() 873 dist[0] = ds; in test_distributor() 874 dist[1] = db; in test_distributor() [all …]
|
| /f-stack/freebsd/contrib/edk2/ |
| H A D | FREEBSD-upgrade | 8 cp -r ../vendor/edk2/dist/MdePkg/Include sys/contrib/edk2 20 svn merge -c VendorRevision svn+ssh://repo.freebsd.org/base/vendor/edk2/dist/MdePkg/$i $i 23 svn+ssh://repo.freebsd.org/base/vendor/edk2/dist/MdePkg/MdePkg.dec MdePkg.dec
|
| /f-stack/freebsd/contrib/openzfs/scripts/ |
| H A D | make_gitrev.sh | 30 dist=no 36 D) dist=yes; distdir=${OPTARG};;
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | geo.c | 207 gp->dist = distance; in geoAppendIfWithinRadius() 388 if (gpa->dist > gpb->dist) in sort_gp_asc() 390 else if (gpa->dist == gpb->dist) in sort_gp_asc() 610 gp->dist /= conversion; /* Fix according to unit. */ in georadiusGeneric() 622 addReplyDoubleDistance(c, gp->dist); in georadiusGeneric() 648 gp->dist /= conversion; /* Fix according to unit. */ in georadiusGeneric() 649 double score = storedist ? gp->dist : gp->score; in georadiusGeneric()
|
| H A D | geo.h | 11 double dist; member
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | Makefile.am | 15 dist-build \
|
| /f-stack/tools/libxo/ |
| H A D | Makefile.am | 35 DIST_FILES_DIR = ~/Dropbox/dist-files/ 47 upload: dist upload-docs upload-xohtml-files
|
| /f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/ |
| H A D | xz_dec_lzma2.c | 320 static inline uint32_t dict_get(const struct dictionary *dict, uint32_t dist) in dict_get() argument 322 size_t offset = dict->pos - dist - 1; in dict_get() 324 if (dist >= dict->pos) in dict_get() 346 static bool dict_repeat(struct dictionary *dict, uint32_t *len, uint32_t dist) in dict_repeat() argument 351 if (dist >= dict->full || dist >= dict->size) in dict_repeat() 357 back = dict->pos - dist - 1; in dict_repeat() 358 if (dist >= dict->pos) in dict_repeat()
|
| /f-stack/app/nginx-1.16.1/auto/lib/pcre/ |
| H A D | makefile.msvc | 23 copy /y pcre_chartables.c.dist pcre_chartables.c
|
| H A D | makefile.owc | 25 copy /y pcre_chartables.c.dist pcre_chartables.c
|
| H A D | makefile.bcc | 27 copy /y pcre_chartables.c.dist pcre_chartables.c
|
| /f-stack/tools/libxo/packaging/ |
| H A D | libxo.spec.in | 3 Release: 1%{?dist}
|
| /f-stack/freebsd/contrib/openzfs/rpm/redhat/ |
| H A D | zfs-kmod.spec.in | 6 Release: @RELEASE@%{?dist}
|
| /f-stack/freebsd/contrib/openzfs/rpm/generic/ |
| H A D | zfs-dkms.spec.in | 16 Release: @RELEASE@%{?dist}
|
| H A D | zfs-kmod.spec.in | 46 Release: @RELEASE@%{?dist}
|
| /f-stack/freebsd/contrib/openzfs/ |
| H A D | Makefile.am | 80 dist-hook:
|