OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nout
(Results
1 - 10
of
10
) sorted by null
/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) {
/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/vboot_reference/host/lib/
util_misc.c
105
uint32_t
nout
;
local
108
nout
= BN_get_word(n);
109
*outbuf++ =
nout
;
/external/libcxx/src/
strstream.cpp
178
ptrdiff_t
nout
= pptr() - pbase();
local
188
pbump(static_cast<int>(
nout
));
/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
)))
/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/ltp/testcases/kernel/mem/vmtests/
data_space.c
382
int
nout
;
local
391
nout
= 0;
405
++
nout
;
407
if (
nout
> 10) {
stack_space.c
350
int
nout
;
local
359
nout
= 0;
373
++
nout
;
375
if (
nout
> 10) {
/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
;
Completed in 762 milliseconds