Searched refs:nout (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/usr.sbin/makemandb/ |
| D | apropos-utils.c | 250 long int nout; in zip() local 257 nout = nin + 13 + (nin + 999) / 1000; in zip() 258 outbuf = emalloc(nout); in zip() 259 compress(outbuf, (unsigned long *) &nout, inbuf, nin); in zip() 260 sqlite3_result_blob(pctx, outbuf, nout, free); in zip()
|
| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | task.c | 178 size_t nout = (uintptr_t) depend[1]; /* # of out: and inout: */ in gomp_task_handle_depend() local 183 task->depend[i].is_in = i >= nout; in gomp_task_handle_depend() 189 size_t nout = (uintptr_t) depend[2]; /* # of out: and inout: */ in gomp_task_handle_depend() local 195 size_t normal = nout + nmutexinoutset + nin; in gomp_task_handle_depend() 218 task->depend[n++].is_in = i >= nout + nmutexinoutset; in gomp_task_handle_depend() 1723 size_t nout = (uintptr_t) depend[1]; in gomp_task_maybe_wait_for_dependencies() local 1735 ndepend = nout; in gomp_task_maybe_wait_for_dependencies() 1736 nout = (uintptr_t) depend[2] + (uintptr_t) depend[3]; in gomp_task_maybe_wait_for_dependencies() 1737 normal = nout + (uintptr_t) depend[4]; in gomp_task_maybe_wait_for_dependencies() 1744 elem.is_in = i >= nout; in gomp_task_maybe_wait_for_dependencies()
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | ntp_refclock.c | 824 size_t nret, nout; in refclock_fdwrite() local 827 nout = (INT_MAX > len) ? len : INT_MAX; in refclock_fdwrite() 829 nret = (size_t)async_write(fd, buf, (unsigned int)nout); in refclock_fdwrite() 831 nret = (size_t)write(fd, buf, nout); in refclock_fdwrite()
|
| /netbsd/src/sbin/newfs_udf/ |
| D | udf_core.c | 689 int ucode_chars, nice_uchars, is_osta_typ0, nout; in udf_to_unix_name() local 709 nout = wput_utf8(outchp, result_len, ch); in udf_to_unix_name() 710 outchp += nout; result_len -= nout; in udf_to_unix_name()
|
| /netbsd/src/sys/fs/udf/ |
| D | udf_subr.c | 4202 int ucode_chars, nice_uchars, is_osta_typ0, nout; in udf_to_unix_name() local 4220 nout = wput_utf8(outchp, result_len, ch); in udf_to_unix_name() 4221 outchp += nout; result_len -= nout; in udf_to_unix_name()
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | CommitLog | 37689 Avoid syslog clutter when driver has init problems but is nout used later on. 37694 Avoid syslog clutter when driver has init problems but is nout used later on. 37699 Avoid syslog clutter when driver has init problems but is nout used later on.
|