Searched refs:inf (Results 1 - 25 of 217) sorted by relevance

123456789

/freebsd-current/sys/contrib/zstd/zlibWrapper/examples/
H A Dfitblk.c99 /* recompress from inf's input to def's output; the input for inf and
103 local int recompress(z_streamp inf, z_streamp def) argument
112 inf->avail_out = RAWLEN;
113 inf->next_out = raw;
114 LOG_FITBLK("recompress1inflate avail_in=%d total_in=%d avail_out=%d total_out=%d\n", (int)inf->avail_in, (int)inf->total_in, (int)inf->avail_out, (int)inf->total_out);
115 ret = inflate(inf, Z_NO_FLUS
146 z_stream def, inf; /* zlib deflate and inflate states */ local
[all...]
H A Dfitblk_original.c92 /* recompress from inf's input to def's output; the input for inf and
96 local int recompress(z_streamp inf, z_streamp def) argument
104 inf->avail_out = RAWLEN;
105 inf->next_out = raw;
106 ret = inflate(inf, Z_NO_FLUSH);
113 def->avail_in = RAWLEN - inf->avail_out;
115 if (inf->avail_out != 0)
134 z_stream def, inf; /* zlib deflate and inflate states */ local
180 inf
[all...]
H A Dzwrapbench.c452 z_stream inf; local
456 inf.zalloc = Z_NULL;
457 inf.zfree = Z_NULL;
458 inf.opaque = Z_NULL;
459 ret = inflateInit(&inf);
464 if (ZWRAP_isUsingZSTDdecompression(&inf))
465 ret = ZWRAP_inflateReset_keepDict(&inf); /* reuse dictionary to make decompression faster; inflate will return Z_NEED_DICT only for the first time */
467 ret = inflateReset(&inf);
469 inf.next_in = (z_const z_Bytef*) blockTable[blockNb].cPtr;
470 inf
489 z_stream inf; local
[all...]
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dsv_hypot_1u5.c17 .thres = 0x7300000000000000, /* asuint (inf) - tiny_bound. */
48 PL_TEST_INTERVAL2 (SV_NAME_D2 (hypot), 0, inf, 0, inf, 10000) variable
49 PL_TEST_INTERVAL2 (SV_NAME_D2 (hypot), 0, inf, -0, -inf, 10000) variable
50 PL_TEST_INTERVAL2 (SV_NAME_D2 (hypot), -0, -inf, 0, inf, 10000) variable
51 PL_TEST_INTERVAL2 (SV_NAME_D2 (hypot), -0, -inf, -0, -inf, 10000)
H A Dsv_hypotf_1u5.c42 PL_TEST_INTERVAL2 (SV_NAME_F2 (hypot), 0, inf, 0, inf, 10000) variable
43 PL_TEST_INTERVAL2 (SV_NAME_F2 (hypot), 0, inf, -0, -inf, 10000) variable
44 PL_TEST_INTERVAL2 (SV_NAME_F2 (hypot), -0, -inf, 0, inf, 10000) variable
45 PL_TEST_INTERVAL2 (SV_NAME_F2 (hypot), -0, -inf, -0, -inf, 10000)
H A Dv_hypot_1u5.c27 .thres = V4 (0x7c900000), /* asuint (inf) - tiny_bound. */
92 PL_TEST_INTERVAL2 (V_NAME_D2 (hypot), 0, inf, 0, inf, 10000) variable
93 PL_TEST_INTERVAL2 (V_NAME_D2 (hypot), 0, inf, -0, -inf, 10000) variable
94 PL_TEST_INTERVAL2 (V_NAME_D2 (hypot), -0, -inf, 0, inf, 10000) variable
95 PL_TEST_INTERVAL2 (V_NAME_D2 (hypot), -0, -inf, -0, -inf, 10000)
H A Dv_hypotf_1u5.c27 .thres = V8 (0x7300), /* asuint (inf) - tiny_bound. */
91 PL_TEST_INTERVAL2 (V_NAME_F2 (hypot), 0, inf, 0, inf, 10000) variable
92 PL_TEST_INTERVAL2 (V_NAME_F2 (hypot), 0, inf, -0, -inf, 10000) variable
93 PL_TEST_INTERVAL2 (V_NAME_F2 (hypot), -0, -inf, 0, inf, 10000) variable
94 PL_TEST_INTERVAL2 (V_NAME_F2 (hypot), -0, -inf, -0, -inf, 10000)
H A Dacosh_3u.c65 PL_TEST_INTERVAL (acosh, 0x1p511, inf, 100000)
66 PL_TEST_INTERVAL (acosh, -0, -inf, 10000)
H A Dacoshf_2u8.c62 PL_TEST_INTERVAL (acoshf, 0x1p64, inf, 100000)
63 PL_TEST_INTERVAL (acoshf, -0, -inf, 10000)
H A Dsv_cexpi_3u5.c44 SV_CEXPI_INTERVAL (0x1p23, inf, 10000)
45 SV_CEXPI_INTERVAL (-0x1p23, -inf, 10000)
H A Dsv_cexpif_1u8.c46 SV_CEXPIF_INTERVAL (0x1p20, inf, 10000)
47 SV_CEXPIF_INTERVAL (-0x1p20, -inf, 10000)
H A Dv_cexpi_3u5.c44 V_CEXPI_INTERVAL (0x1p23, inf, 10000)
45 V_CEXPI_INTERVAL (-0x1p23, -inf, 10000)
H A Dv_cexpif_1u8.c46 V_CEXPIF_INTERVAL (0x1p20, inf, 10000)
47 V_CEXPIF_INTERVAL (-0x1p20, -inf, 10000)
/freebsd-current/tools/tools/cd2dvd/
H A Dcd2dvd.sh85 if [ ! -f ${_mnt}/cdrom.inf ]
87 echo "Error: Failed to find cdrom.inf for ${_img}."
90 cdvol=`grep "^CD_VOLUME.*" ${_mnt}/cdrom.inf | sed "s/CD_VOLUME[[:space:]]*=[[:space:]]*//"`
96 cdver=`grep "^CD_VERSION.*" ${_mnt}/cdrom.inf | sed "s/CD_VERSION[[:space:]]*=[[:space:]]*//"`
112 # _exclude="--exclude ./cdrom.inf --exclude ./packages/INDEX"
113 _exclude="! -regex ./cdrom.inf ! -regex ./packages/INDEX"
255 mv "${tmpdirout}"/cdrom.inf "${tmpdirout}"/cdrom.inf~ || exit 1
256 cat "${tmpdirout}"/cdrom.inf~ | sed "s/^\(CD_VOLUME[[:space:]]\{0,\}=[[:space:]]\{0,\}\)[[:digit:]]\{1,\}/\11/" > "${tmpdirout}"/cdrom.inf || exi
[all...]
/freebsd-current/contrib/arm-optimized-routines/pl/math/test/
H A Drunulp.sh58 check -q -f -e 0 _ZGVsMxvv_powi 0 inf x 0 1000 100000 && runsv=1
59 check -q -f -e 0 _ZGVsMxvv_powi -0 -inf x 0 1000 100000 && runsv=1
60 check -q -f -e 0 _ZGVsMxvv_powi 0 inf x -0 -1000 100000 && runsv=1
61 check -q -f -e 0 _ZGVsMxvv_powi -0 -inf x -0 -1000 100000 && runsv=1
62 check -q -f -e 0 _ZGVsMxvv_powk 0 inf x 0 1000 100000 && runsv=1
63 check -q -f -e 0 _ZGVsMxvv_powk -0 -inf x 0 1000 100000 && runsv=1
64 check -q -f -e 0 _ZGVsMxvv_powk 0 inf x -0 -1000 100000 && runsv=1
65 check -q -f -e 0 _ZGVsMxvv_powk -0 -inf x -0 -1000 100000 && runsv=1
/freebsd-current/usr.sbin/rpcbind/
H A Drpcb_stat.c51 static rpcb_stat_byvers inf; variable
79 inf[rtype].info[proc]++;
87 inf[rtype].setinfo++;
95 inf[rtype].unsetinfo++;
107 for (al = inf[rtype].addrinfo; al; al = al->next) {
138 al->next = inf[rtype].addrinfo;
139 inf[rtype].addrinfo = al;
151 for (rl = inf[rtype].rmtinfo; rl; rl = rl->next) {
190 rl->next = inf[rtype].rmtinfo;
191 inf[rtyp
[all...]
/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Drunulp.sh51 t log 0 inf 40000
56 t log2 0 inf 40000
59 t pow 0.5 2.0 x 0 inf 20000
60 t pow -0.5 -2.0 x 0 inf 20000
61 t pow 0.5 2.0 x -0 -inf 20000
62 t pow -0.5 -2.0 x -0 -inf 20000
65 t pow 0 inf x 0.5 2.0 80000
66 t pow 0 inf x -0.5 -2.0 80000
70 t pow 0x1p1000 inf x 0 1.0 50000
82 t exp10 0x1.34413509f79ffp8 inf 500
[all...]
/freebsd-current/bin/ps/
H A Dps.c763 addelem_gid(struct listinfo *inf, const char *elem) argument
772 xo_warnx("Invalid (zero-length) %s name", inf->lname);
774 xo_warnx("%s name too long: %s", inf->lname, elem);
799 xo_warnx("No %s %s '%s'", inf->lname, nameorID, elem);
803 if (inf->count >= inf->maxcount)
804 expand_list(inf);
805 inf->l.gids[(inf->count)++] = grp->gr_gid;
810 addelem_jid(struct listinfo *inf, cons argument
834 addelem_pid(struct listinfo *inf, const char *elem) argument
872 addelem_tty(struct listinfo *inf, const char *elem) argument
946 addelem_uid(struct listinfo *inf, const char *elem) argument
991 add_list(struct listinfo *inf, const char *argp) argument
1157 expand_list(struct listinfo *inf) argument
1175 free_list(struct listinfo *inf) argument
1187 init_list(struct listinfo *inf, addelem_rtn artn, int elemsize, const char *lname) argument
[all...]
/freebsd-current/usr.bin/ctags/
H A Dprint.c52 saveftell = ftell(inf);
53 (void)fseek(inf, lineftell, L_SET);
83 (void)fseek(inf, saveftell, L_SET);
H A Dctags.h41 #define SETLINE {++lineno;lineftell = ftell(inf);}
42 #define GETC(op,exp) ((c = getc(inf)) op (int)exp)
69 extern FILE *inf; /* ioptr for current input file */
71 extern long lineftell; /* ftell after getc( inf ) == '\n' */
/freebsd-current/sys/contrib/zlib/test/
H A Dinfcover.c284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len, function
367 inf("63 0", "force window allocation", 0, -15, 1, Z_OK);
368 inf("63 18 5", "force window replacement", 0, -8, 259, Z_OK);
369 inf("63 18 68 30 d0 0 0", "force split window update", 4, -8, 259, Z_OK);
370 inf("3 0", "use fixed blocks", 0, -15, 1, Z_STREAM_END);
371 inf("", "bad window size", 0, 1, 0, Z_STREAM_ERROR);
399 inf("1f 8b 0 0", "bad gzip method", 0, 31, 0, Z_DATA_ERROR);
400 inf("1f 8b 8 80", "bad gzip flags", 0, 31, 0, Z_DATA_ERROR);
401 inf("77 85", "bad zlib method", 0, 15, 0, Z_DATA_ERROR);
402 inf("
[all...]
/freebsd-current/usr.bin/pr/
H A Dpr.c177 FILE *inf; local
216 while ((inf = nxtfile(argc, argv, &fname, ohbuf, 0)) != NULL) {
221 if (inskip(inf, pgnm, lines))
247 if ((cnt = inln(inf,lbuf,LBUF,&cps,0,&mor)) < 0)
294 if (inf != stdin)
295 (void)fclose(inf);
338 FILE *inf; local
417 while ((inf = nxtfile(argc, argv, &fname, ohbuf, 0)) != NULL) {
422 if (inskip(inf, pgnm, lines))
474 cnt = inln(inf,ptb
658 FILE *inf; local
1013 inln(FILE *inf, char *buf, int lim, int *cps, int trnc, int *mor) argument
1255 inskip(FILE *inf, int pgcnt, int lncnt) argument
1285 FILE *inf = NULL; local
[all...]
/freebsd-current/sys/dev/aac/
H A Daac_cam.c71 struct aac_sim *inf; member in struct:aac_cam
119 if (camsc == NULL || camsc->inf == NULL ||
120 camsc->inf->BusNumber != channel)
181 sc = camsc->inf->aac_sc;
182 camsc->inf->aac_cam = NULL;
208 struct aac_sim *inf; local
213 inf = (struct aac_sim *)device_get_ivars(dev);
214 camsc->inf = inf;
215 camsc->inf
[all...]
/freebsd-current/contrib/diff/src/
H A Dcontext.c51 struct file_data *inf,
60 struct tm const *tm = localtime (&inf->stat.st_mtime);
61 long nsec = TIMESPEC_NS (inf->stat.st_mtim);
64 time_t sec = inf->stat.st_mtime;
65 verify (info_preserved, sizeof inf->stat.st_mtime <= sizeof sec);
68 fprintf (outfile, "%s %s\t%s\n", mark, inf->name, buf);
75 print_context_header (struct file_data inf[], bool unidiff)
79 print_context_label ("---", &inf[0], file_label[0]);
80 print_context_label ("+++", &inf[1], file_label[1]);
84 print_context_label ("***", &inf[
49 print_context_label(char const *mark, struct file_data *inf, char const *label) argument
74 print_context_header(struct file_data inf[], bool unidiff) argument
[all...]
/freebsd-current/crypto/openssl/crypto/dso/
H A Ddso_dl.c250 struct shl_descriptor inf; local
263 for (i = -1; shl_get_r(i, &inf) == 0; i++) {
264 if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) ||
265 ((size_t)addr >= inf.dstart && (size_t)addr < inf.dend)) {
266 len = (int)strlen(inf.filename);
271 memcpy(path, inf.filename, len);

Completed in 137 milliseconds

123456789