Home
last modified time | relevance | path

Searched defs:write_p (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-stdarg.c287 bool write_p) in va_list_counter_op()
341 bool write_p) in va_list_counter_struct_op()
H A Dtree-ssa-loop-prefetch.c276 unsigned write_p : 1; /* Is it a write? */ member
345 HOST_WIDE_INT delta, bool write_p) in record_ref()
524 tree ref, bool write_p, gimple stmt) in gather_memory_references_ref()
1076 tree addr, addr_base, write_p, local, forward; in issue_prefetch_ref() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-prefetch.c275 unsigned write_p : 1; /* Is it a write? */ member
286 HOST_WIDE_INT delta, bool write_p) in dump_mem_details()
350 HOST_WIDE_INT delta, bool write_p) in record_ref()
539 tree ref, bool write_p, gimple *stmt) in gather_memory_references_ref()
1136 tree addr, addr_base, write_p, local, forward; in issue_prefetch_ref() local
H A Dtree-stdarg.c294 bool write_p) in va_list_counter_op()
348 bool write_p) in va_list_counter_struct_op()
/dflybsd-src/crypto/libressl/apps/openssl/
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()
/dflybsd-src/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()
3346 SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version, in SSL_set_msg_callback()
/dflybsd-src/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()