OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_open
(Results
1 - 8
of
8
) sorted by null
/external/curl/tests/libtest/
lib537.c
55
static struct rlimit
num_open
;
variable in typeref:struct:rlimit
68
for (
num_open
.rlim_cur = 0;
69
num_open
.rlim_cur <
num_open
.rlim_max;
70
num_open
.rlim_cur++)
71
if (fd[
num_open
.rlim_cur] > 0)
72
close(fd[
num_open
.rlim_cur]);
234
num_open
.rlim_max = sizeof(*memchunk) * (size_t)nitems;
235
sprintf(strbuff, fmt,
num_open
.rlim_max);
264
num_open
.rlim_max = rl.rlim_cur - SAFETY_MARGIN
[
all
...]
lib518.c
42
#define
NUM_OPEN
(FD_SETSIZE + 10)
43
#define NUM_NEEDED (
NUM_OPEN
+ SAFETY_MARGIN)
54
static struct rlimit
num_open
;
variable in typeref:struct:rlimit
67
for (
num_open
.rlim_cur = 0;
68
num_open
.rlim_cur <
num_open
.rlim_max;
69
num_open
.rlim_cur++)
70
if (fd[
num_open
.rlim_cur] > 0)
71
close(fd[
num_open
.rlim_cur]);
150
fprintf(stderr, "test518
NUM_OPEN
: %d\n", NUM_OPEN)
[
all
...]
/external/webp/src/utils/
huffman.c
146
int
num_open
= 1; // number of open branches in current tree level
local
152
num_open
<<= 1;
153
num_nodes +=
num_open
;
154
num_open
-= count[len];
155
if (
num_open
< 0) {
171
num_open
<<= 1;
172
num_nodes +=
num_open
;
173
num_open
-= count[len];
174
if (
num_open
< 0) {
/external/e2fsprogs/contrib/
spd_readdir.c
95
static int
num_open
= 0;
variable
249
DEBUG_DIR(printf("Opendir(%s) (%d open)\n", name,
num_open
++));
282
DEBUG_DIR(printf("fdopendir(%d) (%d open)\n", fd,
num_open
++));
311
DEBUG_DIR(printf("Closedir (%d open)\n", --
num_open
));
/art/tools/
cpplint.py
[
all
...]
/external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py
[
all
...]
/external/libvpx/libvpx/tools/
cpplint.py
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py
[
all
...]
Completed in 111 milliseconds