HomeSort by: relevance | last modified time | path
    Searched defs:lz (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libm/src/
e_fmod.c 37 u_int32_t lx,ly,lz; local in function:__strong_alias
102 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
105 if((hz|lz)==0) /* return sign(x)*0 */
107 hx = hz+hz+(lz>>31); lx = lz+lz;
110 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
111 if(hz>=0) {hx=hz;lx=lz;}
s_remquo.c 40 u_int32_t lx,ly,lz,q,sxy; local in function:remquo
112 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
114 else {hx = hz+hz+(lz>>31); lx = lz+lz; q++;}
117 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
118 if(hz>=0) {hx=hz;lx=lz;q++;}
e_fmodl.c 79 manl_t lx,ly,lz; local in function:__ieee754_fmodl
128 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
131 if ((hz|lz)==0) /* return sign(x)*0 */
133 hx = hz+hz+(lz>>MANL_SHIFT); lx = lz+lz;
136 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
137 if(hz>=0) {hx=hz;lx=lz;}
s_remquol.c 83 manl_t lx,ly,lz; local in function:remquol
139 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
141 else {hx = hz+hz+(lz>>MANL_SHIFT); lx = lz+lz; q++;}
144 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
145 if(hz>=0) {hx=hz;lx=lz;q++;}
  /src/lib/libc/citrus/modules/
citrus_mapper_std.c 89 struct _citrus_mapper_std_linear_zone *lz; local in function:rowcol_convert
99 lz = &rc->rc_src_rowcol[0]; i > 0; ++lz) {
102 if (n < lz->begin || n > lz->end) {
113 idx = idx * lz->width + n - lz->begin;
142 set_linear_zone(struct _citrus_mapper_std_linear_zone *lz,
145 _DIAGASSERT(lz != NULL);
150 lz->begin = begin
162 struct _citrus_mapper_std_linear_zone *lz; local in function:rowcol_parse_variable_compat
206 struct _citrus_mapper_std_linear_zone *lz; local in function:rowcol_parse_variable
264 struct _citrus_mapper_std_linear_zone *lz; local in function:rowcol_init
    [all...]
  /src/usr.sbin/bta2dpd/bta2dpd/
sbc_encode.c 160 uint32_t lz, x, y; local in function:calc_scalefactors_joint
185 lz = 1;
187 lz++;
190 x = 16 - lz;
192 lz = 1;
194 lz++;
197 y = 16 - lz;
218 uint32_t lz, x; local in function:calc_scalefactors
231 lz = 1;
233 lz++
    [all...]
  /src/usr.bin/gzip/
unlz.c 290 lz_flush(struct lz_decoder *lz)
292 off_t offs = lz->pos - lz->spos;
297 lz_crc_update(&lz->crc, lz->obuf + lz->spos, size);
298 if (!tflag && fwrite(lz->obuf + lz->spos, 1, size, lz->fout) != size)
301 lz->wrapped = lz->pos >= lz->dict_size
542 struct lz_decoder lz; local in function:lz_decode
    [all...]
  /src/lib/libc/time/
Makefile 1215 tzdb-$(VERSION).tar.lz.asc
1227 tzdb-$(VERSION).tar.lz
1322 tzdb-$(VERSION).tar.lz: set-timestamps.out set-tzs-timestamp.out
1334 tzdb-$(VERSION).tar.lz.asc: tzdb-$(VERSION).tar.lz

Completed in 115 milliseconds