Home
last modified time | relevance | path

Searched refs:write_p (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-prefetch.c363 && write_p in record_ref()
364 && !(*aref)->write_p) in record_ref()
367 && !write_p in record_ref()
368 && (*aref)->write_p) in record_ref()
379 (*aref)->write_p = write_p; in record_ref()
396 write_p); in record_ref()
927 && ref->write_p in prune_ref_by_reuse()
931 && !ref->write_p in prune_ref_by_reuse()
932 && prune_by->write_p) in prune_ref_by_reuse()
1154 write_p = ref->write_p ? integer_one_node : integer_zero_node; in issue_prefetch_ref()
[all …]
H A Dtree-stdarg.c294 bool write_p) in va_list_counter_op() argument
312 if (write_p in va_list_counter_op()
329 if (write_p || !si->compute_sizes) in va_list_counter_op()
348 bool write_p) in va_list_counter_struct_op() argument
366 va_list_counter_op (si, ap, var, true, write_p); in va_list_counter_struct_op()
368 va_list_counter_op (si, ap, var, false, write_p); in va_list_counter_struct_op()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-prefetch.c355 && write_p in record_ref()
356 && !(*aref)->write_p) in record_ref()
359 && !write_p in record_ref()
360 && (*aref)->write_p) in record_ref()
371 (*aref)->write_p = write_p; in record_ref()
874 && ref->write_p in prune_ref_by_reuse()
875 && !prune_by->write_p) in prune_ref_by_reuse()
878 && !ref->write_p in prune_ref_by_reuse()
879 && prune_by->write_p) in prune_ref_by_reuse()
1094 write_p = ref->write_p ? integer_one_node : integer_zero_node; in issue_prefetch_ref()
[all …]
H A Dtree-stdarg.c287 bool write_p) in va_list_counter_op() argument
305 if (write_p in va_list_counter_op()
322 if (write_p || !si->compute_sizes) in va_list_counter_op()
341 bool write_p) in va_list_counter_struct_op() argument
359 va_list_counter_op (si, ap, var, true, write_p); in va_list_counter_struct_op()
361 va_list_counter_op (si, ap, var, false, write_p); in va_list_counter_struct_op()
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_apps.h142 void msg_cb(int write_p, int version, int content_type, const void *buf,
H A Ds_cb.c363 msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL * ssl, void *ar… in msg_cb() argument
369 str_write_p = write_p ? ">>>" : "<<<"; in msg_cb()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h505 void SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p,
508 void SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version,
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c1489 static void tls_msg_cb(int write_p, int version, int content_type, in tls_msg_cb() argument
1495 if (write_p == 2) { in tls_msg_cb()
1504 write_p ? "TX" : "RX", version, content_type, in tls_msg_cb()
/dragonfly/crypto/libressl/ssl/
H A Dssl_lib.c3338 SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version, in SSL_CTX_set_msg_callback() argument
3346 SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version, in SSL_set_msg_callback() argument