/freebsd/usr.bin/gzip/ |
H A D | unlz.c | 290 lz_flush(struct lz_decoder *lz) in lz_flush() argument 292 off_t offs = lz->pos - lz->spos; in lz_flush() 297 lz_crc_update(&lz->crc, lz->obuf + lz->spos, size); in lz_flush() 298 if (fwrite(lz->obuf + lz->spos, 1, size, lz->fout) != size) in lz_flush() 301 lz->wrapped = lz->pos >= lz->dict_size; in lz_flush() 302 if (lz->wrapped) { in lz_flush() 303 lz->ppos += lz->pos; in lz_flush() 304 lz->pos = 0; in lz_flush() 306 lz->spos = lz->pos; in lz_flush() 311 lz_destroy(struct lz_decoder *lz) in lz_destroy() argument [all …]
|
/freebsd/lib/libiconv_modules/mapper_std/ |
H A D | citrus_mapper_std.c | 82 struct _citrus_mapper_std_linear_zone *lz; in rowcol_convert() local 92 lz = &rc->rc_src_rowcol[0]; i > 0; ++lz) { in rowcol_convert() 95 if (n < lz->begin || n > lz->end) { in rowcol_convert() 106 idx = idx * lz->width + n - lz->begin; in rowcol_convert() 135 set_linear_zone(struct _citrus_mapper_std_linear_zone *lz, in set_linear_zone() argument 142 lz->begin = begin; in set_linear_zone() 143 lz->end = end; in set_linear_zone() 144 lz->width= end - begin + 1; in set_linear_zone() 154 struct _citrus_mapper_std_linear_zone *lz; in rowcol_parse_variable_compat() local 172 lz = rc->rc_src_rowcol; in rowcol_parse_variable_compat() [all …]
|
/freebsd/lib/msun/src/ |
H A D | e_fmod.c | 30 u_int32_t lx,ly,lz; in fmod() local 95 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1; in fmod() 98 if((hz|lz)==0) /* return sign(x)*0 */ in fmod() 100 hx = hz+hz+(lz>>31); lx = lz+lz; in fmod() 103 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1; in fmod() 104 if(hz>=0) {hx=hz;lx=lz;} in fmod()
|
H A D | e_fmodl.c | 66 manl_t lx,ly,lz; in fmodl() local 117 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1; in fmodl() 120 if ((hz|lz)==0) /* return sign(x)*0 */ in fmodl() 122 hx = hz+hz+(lz>>MANL_SHIFT); lx = lz+lz; in fmodl() 125 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1; in fmodl() 126 if(hz>=0) {hx=hz;lx=lz;} in fmodl()
|
H A D | s_remquo.c | 31 u_int32_t lx,ly,lz,q,sxy; in remquo() local 103 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1; in remquo() 105 else {hx = hz+hz+(lz>>31); lx = lz+lz; q++;} in remquo() 108 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1; in remquo() 109 if(hz>=0) {hx=hz;lx=lz;q++;} in remquo()
|
H A D | s_remquol.c | 69 manl_t lx,ly,lz; in remquol() local 125 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1; in remquol() 127 else {hx = hz+hz+(lz>>MANL_SHIFT); lx = lz+lz; q++;} in remquol() 130 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1; in remquol() 131 if(hz>=0) {hx=hz;lx=lz;q++;} in remquol()
|
/freebsd/usr.bin/mkcsmapper/ |
H A D | yacc.y | 579 store(const linear_zone_t *lz, u_int32_t dst, int inc) in store() argument 588 n = ((lz->begin >> i) & rowcol_mask) - p->begin; in store() 591 n = lz->width; in store() 620 set_src(linear_zone_t *lz, u_int32_t begin, u_int32_t end) in set_src() argument 626 lz->begin = begin, lz->end = end; in set_src() 627 lz->width = end - begin + 1; in set_src()
|
/freebsd/sys/dev/random/ |
H A D | build.sh | 45 -lz \ 55 -lz \
|
/freebsd/tools/bsdbox/ |
H A D | Makefile.base | 21 CRUNCH_LIBS+= -larchive -lbz2 -lz -llzma -lbsdxml -lssl -lcrypto 57 CRUNCH_LIBS+= -lz -llzma -lbz2
|
H A D | Makefile | 102 CRUNCH_LIBS+= -lcrypto -lssl -lz
|
/freebsd/lib/libz/ |
H A D | Makefile | 71 $(CC) -o minigzip minigzip.o -L. -lz 74 $(CC) -o example example.o -L. -lz
|
/freebsd/sys/dev/sound/macio/ |
H A D | aoa.c | 151 int err, lz; in aoa_chan_setblocksize() local 159 __asm volatile ("cntlzw %0,%1" : "=r"(lz) : "r"(blocksz)); in aoa_chan_setblocksize() 160 blocksz = 1 << (31 - lz); in aoa_chan_setblocksize()
|
/freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
H A D | Makefile | 48 $(CXX) -o $@ kex_fuzz.o $(SK_NULL_OBJS) $(LDFLAGS) $(FUZZ_FLAGS) $(LIBS) -lz 51 … agent_fuzz.o agent_fuzz_helper.o sk-dummy.o ../../../ssh-sk.o $(LDFLAGS) $(FUZZ_FLAGS) $(LIBS) -lz
|
/freebsd/contrib/bzip2/ |
H A D | blocksort.c | 80 #define fpush(lz,hz) { stackLo[sp] = lz; \ argument 84 #define fpop(lz,hz) { sp--; \ argument 85 lz = stackLo[sp]; \ 596 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \ argument 601 #define mpop(lz,hz,dz) { sp--; \ argument 602 lz = stackLo[sp]; \
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | format_output.c | 208 char *out, int *lz, const BIGNUM *bn) in convert_bn_memory() argument 216 if (*lz) { in convert_bn_memory() 229 *lz = 0; in convert_bn_memory() 234 *lz = 0; in convert_bn_memory()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | ARM.cpp | 526 uint32_t rem, lz; in getRemAndLZForGroup() local 528 lz = llvm::countl_zero(val) & ~1; in getRemAndLZForGroup() 530 if (lz == 32) // implies rem == 0 in getRemAndLZForGroup() 532 val &= 0xffffff >> lz; in getRemAndLZForGroup() 534 return {rem, lz}; in getRemAndLZForGroup() 547 uint32_t imm, lz; in encodeAluGroup() local 548 std::tie(imm, lz) = getRemAndLZForGroup(group, val); in encodeAluGroup() 550 if (lz < 24) { in encodeAluGroup() 551 imm = rotr32(imm, 24 - lz); in encodeAluGroup() 552 rot = (lz + 8) << 7; in encodeAluGroup()
|
/freebsd/lib/liblzma/ |
H A D | Makefile | 95 .PATH: ${LZMADIR}/lz 148 -I${LZMADIR}/lz \
|
/freebsd/sys/contrib/zlib/ |
H A D | zlib.pc.in | 12 Libs: -L${libdir} -L${sharedlibdir} -lz
|
/freebsd/contrib/sqlite3/ |
H A D | Makefile.fallback | 10 LIBS = -lz
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | BUCK | 4 exported_linker_flags=['-lz'],
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | ntp_openssl.m4 | 524 dnl check for linking with -lcrypto failure, and try -lcrypto -lz. 557 LIBS="-$ntp_ssl_libs -lz $NTPSSL_SAVED_LIBS" 559 [if linking with $ntp_ssl_libs_l -lz works], 576 ntp_ssl_libs_l="$ntp_ssl_libs_l -lz"
|
/freebsd/crypto/openssh/ |
H A D | TODO | 23 -lresolv -lkrb -lz -lnsl -lutil -lkafs -lkrb -ldes -lcrypto 25 -lresolv -lkrb -lz -lnsl -lutil -lcrypto -lkafs -lkrb -ldes
|
/freebsd/contrib/elftoolchain/ar/ |
H A D | Makefile | 13 LDADD= -larchive -lelftc -lelf -lz
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | BUCK | 22 '-lz',
|
/freebsd/crypto/libecc/include/libecc/nn/ |
H A D | nn_logical.h | 30 ATTRIBUTE_WARN_UNUSED_RET int nn_clz(nn_src_t A, bitcnt_t *lz);
|