Home
last modified time | relevance | path

Searched refs:nout (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dsemi.c419 char *test_frexp(uint32 *x, uint32 *out, uint32 *nout) { in test_frexp() argument
424 nout[0] = 0; in test_frexp()
434 nout[0] = 0; in test_frexp()
448 nout[0] = ex - 0x3FE; in test_frexp()
453 nout[0] = ex - 0x3FE; in test_frexp()
457 char *test_frexpf(uint32 *x, uint32 *out, uint32 *nout) { in test_frexpf() argument
461 nout[0] = 0; in test_frexpf()
470 nout[0] = 0; in test_frexpf()
481 nout[0] = ex - 0x7E; in test_frexpf()
485 nout[0] = ex - 0x7E; in test_frexpf()
H A Dsemi.h17 char *test_frexp(uint32 *x, uint32 *out, uint32 *nout);
23 char *test_frexpf(uint32 *x, uint32 *out, uint32 *nout);
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_vport.c1151 int nout; in mlx5_query_hca_vport_gid() local
1161 nout = tbsz; in mlx5_query_hca_vport_gid()
1163 nout = 1; in mlx5_query_hca_vport_gid()
1165 out_sz += nout * sizeof(*gid); in mlx5_query_hca_vport_gid()
1217 int nout; in mlx5_query_hca_vport_pkey() local
1229 nout = tbsz; in mlx5_query_hca_vport_pkey()
1231 nout = 1; in mlx5_query_hca_vport_pkey()
1233 out_sz += nout * MLX5_ST_SZ_BYTES(pkey); in mlx5_query_hca_vport_pkey()
1260 for (i = 0; i < nout; i++, pkey++, in mlx5_query_hca_vport_pkey()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp128 ptrdiff_t nout = pptr() - pbase();
137 __pbump(nout); in freeze()
181 ptrdiff_t nout = pptr() - pbase(); overflow() local
/freebsd/contrib/ntp/ntpd/
H A Dntp_refclock.c822 size_t nret, nout; in refclock_fdwrite()
825 nout = (INT_MAX > len) ? len : INT_MAX; in refclock_fdwrite()
827 nret = (size_t)async_write(fd, buf, (unsigned int)nout); in refclock_fdwrite()
829 nret = (size_t)write(fd, buf, nout); in refclock_fdwrite()
824 size_t nret, nout; refclock_fdwrite() local
/freebsd/contrib/ntp/
H A DCommitLog[all...]