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

  /external/libmicrohttpd/src/examples/
benchmark.c 46 static unsigned int small_deltas[SMALL]; variable
85 small_deltas[delta]++;
156 if (0 != small_deltas[i])
157 fprintf (stdout, "D: %d %u\n", i, small_deltas[i]);
benchmark_https.c 46 static unsigned int small_deltas[SMALL]; variable
85 small_deltas[delta]++;
204 if (0 != small_deltas[i])
205 fprintf (stdout, "D: %d %u\n", i, small_deltas[i]);

Completed in 227 milliseconds