OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BAD_FD
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/memcheck/tests/mips32/
fadvise64.c
5
#define
BAD_FD
42
11
(void)posix_fadvise(
BAD_FD
, x, 2, POSIX_FADV_NORMAL);
12
(void)posix_fadvise(
BAD_FD
, 1, x, POSIX_FADV_NORMAL);
13
(void)posix_fadvise(
BAD_FD
, 1, 2, x);
15
x = posix_fadvise(
BAD_FD
, 1, 2, POSIX_FADV_NORMAL);
/external/valgrind/memcheck/tests/mips64/
fadvise64.c
5
#define
BAD_FD
42
11
(void)posix_fadvise(
BAD_FD
, x, 2, POSIX_FADV_NORMAL);
12
(void)posix_fadvise(
BAD_FD
, 1, x, POSIX_FADV_NORMAL);
13
(void)posix_fadvise(
BAD_FD
, 1, 2, x);
15
x = posix_fadvise(
BAD_FD
, 1, 2, POSIX_FADV_NORMAL);
Completed in 345 milliseconds