Searched refs:out_counter (Results 1 - 5 of 5) sorted by relevance

/external/boringssl/include/openssl/
H A Ddsa.h99 * random input which is kept for reference. If |out_counter| or |out_h| are
112 size_t seed_len, int *out_counter,
/external/boringssl/src/include/openssl/
H A Ddsa.h99 * random input which is kept for reference. If |out_counter| or |out_h| are
112 size_t seed_len, int *out_counter,
/external/valgrind/callgrind/
H A Ddump.c37 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)
1231 VG_(fprintf)(fp, "\npart: %d\n", out_counter);
1486 out_counter++;
1582 out_counter = 0;
/external/boringssl/src/crypto/dsa/
H A Ddsa.c135 size_t seed_len, int *out_counter,
378 if (out_counter != NULL) {
379 *out_counter = counter;
134 DSA_generate_parameters_ex(DSA *dsa, unsigned bits, const uint8_t *seed_in, size_t seed_len, int *out_counter, unsigned long *out_h, BN_GENCB *cb) argument
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_screen.h1625 ID3D11Counter **out_counter)
1631 // remember to return S_FALSE if out_counter == NULL and everything is OK
1644 // remember to return S_FALSE if out_counter == NULL and everything is OK
1658 // remember to return S_FALSE if out_counter == NULL and everything is OK
1623 CreateCounter( const D3D11_COUNTER_DESC *counter_desc, ID3D11Counter **out_counter) argument

Completed in 303 milliseconds