HomeSort by relevance Sort by last modified time
    Searched refs:nout (Results 1 - 25 of 29) sorted by null

1 2

  /external/syslinux/com32/lib/sys/
zfile.c 88 ssize_t nout = 0; local
97 return nout ? nout : -1;
106 nout += bytes;
117 return nout ? nout : -1;
120 return nout ? nout : -1;
122 return nout;
128 return nout;
    [all...]
  /external/ltp/testcases/kernel/fs/ftest/
libftest.c 32 int idx, nout, i; local
36 nout = 0;
51 ++nout;
54 if (nout > 10) {
103 int idx, nout, i; local
106 nout = 0;
118 ++nout;
120 if (nout > 10) {
  /device/google/dragon/audio/hal/
utlist.h 123 #define LL_SEARCH_SCALAR_WITH_CAST(head, out, nout, field, val) \
126 (nout) = (__typeof(nout))out; \
127 if ((nout)->field == (val)) \
129 (nout) = 0; \
  /external/vboot_reference/utility/
dumpRSAPublicKey.c 99 uint32_t nout; local
102 nout = BN_get_word(n);
103 if (-1 == write(1, &nout, sizeof(nout)))
  /external/vboot_reference/host/lib/
util_misc.c 105 uint32_t nout; local
108 nout = BN_get_word(n);
109 *outbuf++ = nout;
  /external/ltp/testcases/kernel/mem/vmtests/
stack_space.c 350 int nout; local
359 nout = 0;
373 ++nout;
375 if (nout > 10) {
data_space.c 382 int nout; local
391 nout = 0;
405 ++nout;
407 if (nout > 10) {
  /prebuilts/go/darwin-x86/src/encoding/ascii85/
ascii85.go 120 nout := Encode(e.out[0:], e.buf[0:])
121 if _, e.err = e.w.Write(e.out[0:nout]); e.err != nil {
135 nout := Encode(e.out[0:], p[0:nn])
136 if _, e.err = e.w.Write(e.out[0:nout]); e.err != nil {
158 nout := Encode(e.out[0:], e.buf[0:e.nbuf])
160 _, e.err = e.w.Write(e.out[0:nout])
  /prebuilts/go/linux-x86/src/encoding/ascii85/
ascii85.go 120 nout := Encode(e.out[0:], e.buf[0:])
121 if _, e.err = e.w.Write(e.out[0:nout]); e.err != nil {
135 nout := Encode(e.out[0:], p[0:nn])
136 if _, e.err = e.w.Write(e.out[0:nout]); e.err != nil {
158 nout := Encode(e.out[0:], e.buf[0:e.nbuf])
160 _, e.err = e.w.Write(e.out[0:nout])
  /external/lmfit/lib/
lmmin.c 110 void lm_print_pars(int nout, const double* par, FILE* fout)
113 for (i = 0; i < nout; ++i)
141 int nout = C->n_maxpri == -1 ? n : MIN(C->n_maxpri, n); local
233 lm_print_pars(nout, x, msgfile);
353 lm_print_pars(nout, x, msgfile); // xnorm
361 for (i = 0; i < nout; ++i)
440 lm_print_pars(nout, wa2, msgfile); // fnorm1,
446 for (i = 0; i < nout; ++i)
538 lm_print_pars(nout, x, msgfile); // S->fnorm,
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_dragonfly.go 67 nout := unsafe.Sizeof(out)
68 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0)
78 nout := unsafe.Sizeof(out)
79 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0)
os_freebsd.go 54 nout := unsafe.Sizeof(out)
55 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0)
65 nout := unsafe.Sizeof(out)
66 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0)
os_netbsd.go 90 nout := unsafe.Sizeof(out)
91 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0)
101 nout := unsafe.Sizeof(out)
102 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0)
os_openbsd.go 85 nout := unsafe.Sizeof(out)
88 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0)
98 nout := unsafe.Sizeof(out)
99 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0)
os_darwin.go 67 nout := unsafe.Sizeof(out)
68 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0)
79 nout := unsafe.Sizeof(out)
80 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0)
  /prebuilts/go/linux-x86/src/runtime/
os_dragonfly.go 67 nout := unsafe.Sizeof(out)
68 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0)
78 nout := unsafe.Sizeof(out)
79 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0)
os_freebsd.go 54 nout := unsafe.Sizeof(out)
55 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0)
65 nout := unsafe.Sizeof(out)
66 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0)
os_netbsd.go 90 nout := unsafe.Sizeof(out)
91 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0)
101 nout := unsafe.Sizeof(out)
102 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0)
os_openbsd.go 85 nout := unsafe.Sizeof(out)
88 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0)
98 nout := unsafe.Sizeof(out)
99 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0)
os_darwin.go 67 nout := unsafe.Sizeof(out)
68 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0)
79 nout := unsafe.Sizeof(out)
80 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0)
  /external/valgrind/VEX/priv/
main_util.c 328 do { sink(_ch); nout++; } \
342 Int fwidth, nout, len1, len3; local
346 nout = 0;
488 return nout;
  /external/libcxx/src/
strstream.cpp 178 ptrdiff_t nout = pptr() - pbase(); local
188 pbump(static_cast<int>(nout));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 173 ptrdiff_t nout = pptr() - pbase(); local
184 pbump(static_cast<int>(nout));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
strstream.cpp 173 ptrdiff_t nout = pptr() - pbase(); local
184 pbump(static_cast<int>(nout));
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3.c 47 unsigned nin, unsigned nout)
55 shader->noutputs = nout;
56 shader->outputs = ir3_alloc(shader, sizeof(shader->outputs[0]) * nout);

Completed in 536 milliseconds

1 2