Searched defs:write_p (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-stdarg.c | 287 bool write_p) in va_list_counter_op() 341 bool write_p) in va_list_counter_struct_op()
|
H A D | tree-ssa-loop-prefetch.c | 276 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 D | tree-ssa-loop-prefetch.c | 275 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 D | tree-stdarg.c | 294 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 D | s_cb.c | 363 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 D | ssl_lib.c | 3338 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 D | tls_openssl.c | 1489 static void tls_msg_cb(int write_p, int version, int content_type, in tls_msg_cb()
|