HomeSort by relevance Sort by last modified time
    Searched refs:num_open (Results 1 - 7 of 7) sorted by null

  /external/curl/tests/libtest/
lib537.c 55 static struct rlimit num_open; variable in typeref:struct:rlimit
69 for(num_open.rlim_cur = 0;
70 num_open.rlim_cur < num_open.rlim_max;
71 num_open.rlim_cur++)
72 if(fd[num_open.rlim_cur] > 0)
73 close(fd[num_open.rlim_cur]);
235 num_open.rlim_max = sizeof(*memchunk) * (size_t)nitems;
236 snprintf(strbuff, sizeof(strbuff), fmt, num_open.rlim_max);
265 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
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]);
151 fprintf(stderr, "test518 NUM_OPEN : %d\n", NUM_OPEN)
    [all...]
  /external/webp/src/utils/
huffman_utils.c 142 int num_open = 1; // number of open branches in current tree level local
148 num_open <<= 1;
149 num_nodes += num_open;
150 num_open -= count[len];
151 if (num_open < 0) {
166 num_open <<= 1;
167 num_nodes += num_open;
168 num_open -= count[len];
169 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...]

Completed in 304 milliseconds