Searched defs:nout (Results 1 - 12 of 12) sorted by relevance

/external/syslinux/com32/lib/sys/
H A Dzfile.c88 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/
H A Dlibftest.c32 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) {
/external/vboot_reference/host/lib/
H A Dutil_misc.c105 uint32_t nout; local
108 nout = BN_get_word(n);
109 *outbuf++ = nout;
/external/vboot_reference/utility/
H A DdumpRSAPublicKey.c99 uint32_t nout; local
102 nout = BN_get_word(n);
103 if (-1 == write(1, &nout, sizeof(nout)))
/external/libcxx/src/
H A Dstrstream.cpp179 ptrdiff_t nout = pptr() - pbase(); local
189 __pbump(nout);
/external/ltp/testcases/kernel/mem/vmtests/
H A Ddata_space.c382 int nout; local
391 nout = 0;
405 ++nout;
407 if (nout > 10) {
H A Dstack_space.c350 int nout; local
359 nout = 0;
373 ++nout;
375 if (nout > 10) {
/external/tensorflow/tensorflow/core/graph/
H A Dgradients.cc96 for (const NodeOut& nout : n_inputs) {
97 ndef.add_input(nout.name());
98 in_types.push_back(nout.dtype());
100 for (const NodeOut& nout : grads) {
101 ndef.add_input(nout.name());
102 in_types.push_back(nout.dtype());
226 for (const NodeOut& nout : x_node_outputs_) {
227 queue.push_back(nout.node);
228 visited.insert(nout.node);
284 for (const NodeOut& nout
293 const NodeOut& nout = grads[i]; local
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3.c47 unsigned nin, unsigned nout)
55 shader->noutputs = nout;
56 shader->outputs = ir3_alloc(shader, sizeof(shader->outputs[0]) * nout);
46 ir3_create(struct ir3_compiler *compiler, unsigned nin, unsigned nout) argument
/external/lmfit/lib/
H A Dlmmin.c110 void lm_print_pars(int nout, const double* par, FILE* fout) argument
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,
/external/valgrind/VEX/priv/
H A Dmain_util.c328 do { sink(_ch); nout++; } \
342 Int fwidth, nout, len1, len3; local
346 nout = 0;
488 return nout;
/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_matmul_op.cc651 float* nout = out_ptrs[nindex.m]; local
661 MulAdd3Way128(nl1, nl2, nl3, &nr1, &nr2, &nr3, &nout);
665 MulAdd3Way(nl1, nl2, nl3, &nr1, &nr2, &nr3, &nout);
676 ScalarMulAdd3Way(nsl1, nsl2, nsl3, &nr1, &nr2, &nr3, &nout);
720 float* nout = out_ptrs[nindex.m]; local
726 MulAdd(nl, &nr, &nout);
737 ScalarMulAdd(sl2, &nr, &nout);

Completed in 511 milliseconds