Home
last modified time | relevance | path

Searched refs:read_counter (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query_sw.c45 read_counter(struct etna_context *ctx, unsigned type) in read_counter() function
64 sq->begin_value = read_counter(ctx, q->type); in etna_sw_begin_query()
72 sq->end_value = read_counter(ctx, q->type); in etna_sw_end_query()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_sw.c51 read_counter(struct fd_context *ctx, int type) assert_dt
118 sq->begin_value = read_counter(ctx, q->type);
134 sq->end_value = read_counter(ctx, q->type);
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c2743 unsigned int read_counter = 0; in sv_body() local
2745 BIO_set_callback_arg(SSL_get_rbio(con), (char *)&read_counter); in sv_body()
2753 if (i <= 0 && read_counter == 0) { in sv_body()
/third_party/openssl/apps/
H A Ds_server.c2738 unsigned int read_counter = 0; in sv_body() local
2740 BIO_set_callback_arg(SSL_get_rbio(con), (char *)&read_counter); in sv_body()
2748 if (i <= 0 && read_counter == 0) { in sv_body()

Completed in 10 milliseconds