Searched refs:write_p (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-loop-prefetch.c195 bool write_p; /* Is it a write? */ member in struct:mem_ref
224 fprintf (file, " %s\n", ref->write_p ? "write" : "read");
264 HOST_WIDE_INT delta, bool write_p)
274 && write_p
275 && !(*aref)->write_p)
278 && !write_p
279 && (*aref)->write_p)
290 (*aref)->write_p = write_p;
437 tree ref, bool write_p, tre
263 record_ref(struct mem_ref_group *group, tree stmt, tree mem, HOST_WIDE_INT delta, bool write_p) argument
436 gather_memory_references_ref(struct loop *loop, struct mem_ref_group **refs, tree ref, bool write_p, tree stmt) argument
823 tree addr, addr_base, prefetch, params, write_p; local
[all...]
H A Dtree-stdarg.c277 bool write_p)
295 if (write_p
312 if (write_p || !si->compute_sizes)
331 bool write_p)
349 va_list_counter_op (si, ap, var, true, write_p);
351 va_list_counter_op (si, ap, var, false, write_p);
276 va_list_counter_op(struct stdarg_info *si, tree ap, tree var, bool gpr_p, bool write_p) argument
330 va_list_counter_struct_op(struct stdarg_info *si, tree ap, tree var, bool write_p) argument
/openbsd-current/usr.bin/openssl/
H A Ds_apps.h141 void msg_cb(int write_p, int version, int content_type, const void *buf,
H A Ds_cb.c360 msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL * ssl, void *arg) argument
366 str_write_p = write_p ? ">>>" : "<<<";
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dtarget.c1173 int write_p, int *err)
1195 if (write_p)
1203 if (write_p)
1213 reg_len, write_p);
1215 res = do_xfer_memory (memaddr, myaddr, reg_len, write_p,
1172 target_xfer_memory_partial(CORE_ADDR memaddr, char *myaddr, int len, int write_p, int *err) argument
/openbsd-current/lib/libssl/
H A Dssl.h497 void SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p,
500 void SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version,
H A Dssl_lib.c3483 SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version, argument
3492 SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version, argument

Completed in 217 milliseconds