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

  /system/core/libsparse/
sparse.c 293 struct output_file *out_counter; local
310 out_counter = output_file_open_callback(out_counter_write, &count,
312 if (!out_counter) {
324 ret = sparse_file_write_block(out_counter, bb);
351 output_file_close(out_counter);
  /external/boringssl/src/include/openssl/
dsa.h 128 // random input which is kept for reference. If |out_counter| or |out_h| are
141 size_t seed_len, int *out_counter,
  /external/valgrind/callgrind/
dump.c 37 static Int out_counter = 0; variable
55 return out_counter;
1187 i += VG_(sprintf)(filename+i, ".%d", out_counter);
1197 if (fp && out_counter>1)
1234 VG_(fprintf)(fp, "\npart: %d\n", out_counter);
    [all...]
  /external/boringssl/src/crypto/dsa/
dsa.c 198 size_t seed_len, int *out_counter,
437 if (out_counter != NULL) {
438 *out_counter = counter;

Completed in 636 milliseconds