Home
last modified time | relevance | path

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

/netbsd/external/public-domain/tz/dist/
H A Dzishrink.awk254 zonedef[zonename] = nout + 1
257 output_line[nout++] = make_line(n, field)
263 for (i = 0; i < nout; i++) {
274 for (i = 0; i < nout; i++) {
294 for (i = 0; i < nout; i++)
/netbsd/usr.sbin/makemandb/
H A Dapropos-utils.c250 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/external/gpl3/gcc.old/dist/libgomp/
H A Dtask.c175 size_t nout = (uintptr_t) depend[1]; /* # of out: and inout: */ in gomp_task_handle_depend() local
180 task->depend[i].is_in = i >= nout; in gomp_task_handle_depend()
186 size_t nout = (uintptr_t) depend[2]; /* # of out: and inout: */ in gomp_task_handle_depend() local
192 size_t normal = nout + nmutexinoutset + nin; in gomp_task_handle_depend()
215 task->depend[n++].is_in = i >= nout + nmutexinoutset; in gomp_task_handle_depend()
1628 size_t nout = (uintptr_t) depend[1]; in gomp_task_maybe_wait_for_dependencies() local
1640 ndepend = nout; in gomp_task_maybe_wait_for_dependencies()
1641 nout = (uintptr_t) depend[2] + (uintptr_t) depend[3]; in gomp_task_maybe_wait_for_dependencies()
1642 normal = nout + (uintptr_t) depend[4]; in gomp_task_maybe_wait_for_dependencies()
1649 elem.is_in = i >= nout; in gomp_task_maybe_wait_for_dependencies()
/netbsd/external/gpl3/gcc/dist/libgomp/
H A Dtask.c178 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/external/apache2/llvm/dist/libcxx/src/
H A Dstrstream.cpp178 ptrdiff_t nout = pptr() - pbase(); in overflow() local
188 __pbump(nout); in overflow()
/netbsd/sbin/newfs_udf/
H A Dudf_core.c689 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/sys/fs/udf/
H A Dudf_subr.c4202 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/external/bsd/ntp/dist/
H A DCommitLog28333 Avoid syslog clutter when driver has init problems but is nout used later on.
28338 Avoid syslog clutter when driver has init problems but is nout used later on.
28343 Avoid syslog clutter when driver has init problems but is nout used later on.