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

  /system/extras/tests/bionic/libc/other/
test_jpeg.c 242 int repeat_count = DEFAULT_REPEAT; local
263 repeat_count = strtol(arg, NULL, 10);
265 if (repeat_count <= 0)
266 repeat_count = 1;
328 for ( rr = repeat_count; rr > 0; rr-- ) {
349 for ( rr = repeat_count; rr > 0; rr -- )
359 printf( "decompression took: %10.3f ms (%.2f KB/s, %d passes)\n", usec1/1e3, fsize*(1e6/1024)*repeat_count/usec1, repeat_count );
test_zlib.c 179 int repeat_count = DEFAULT_REPEAT; local
199 repeat_count = strtol(arg, NULL, 10);
201 if (repeat_count <= 0)
202 repeat_count = 1;
255 for ( rr = repeat_count; rr > 0; rr -- )
262 printf( "decompression took: %10.3f ms (%.2f KB/s, %d passes)\n", usec1/1e3, fsize*(1e6/1024)*repeat_count/usec1, repeat_count );
  /external/chromium-trace/trace-viewer/tracing/build/
benchmarks.py 58 for i in range(options.repeat_count):
  /external/v8/test/cctest/
test-cpu-profiler.cc 717 int32_t repeat_count = 100; local
720 repeat_count = 1;
723 v8::Integer::New(env->GetIsolate(), repeat_count)
843 int32_t repeat_count = 1; local
844 v8::Handle<v8::Value> args[] = { v8::Integer::New(isolate, repeat_count) };
900 int32_t repeat_count = 100; local
901 v8::Handle<v8::Value> args[] = { v8::Integer::New(isolate, repeat_count) };
954 int32_t repeat_count = 1; local
1011 int32_t repeat_count = 100; local
    [all...]
  /external/v8/src/
serialize.cc 1529 int repeat_count = 1; local
    [all...]
  /bionic/libc/kernel/tools/
cpp.py     [all...]
  /external/pcre/dist/
pcre_jit_compile.c 6938 int repeat_type = 0, repeat_count = 0; local
8808 int repeat_ptr = 0, repeat_type = 0, repeat_count = 0; local
    [all...]

Completed in 264 milliseconds