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

/freebsd-9.3-release/crypto/heimdal/kcm/
H A Dacl.c44 int write_p = 0; local
60 write_p = 1;
73 write_p = 0;
100 if (write_p)
105 if (write_p)
110 if (write_p)
/freebsd-9.3-release/contrib/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
/freebsd-9.3-release/crypto/openssl/apps/
H A Ds_apps.h175 void MS_CALLBACK msg_cb(int write_p, int version, int content_type,
H A Ds_cb.c316 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, argument
323 str_write_p = write_p ? ">>>" : "<<<";
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtarget.c1007 int write_p, int *err)
1029 if (write_p)
1037 if (write_p)
1047 reg_len, write_p);
1049 res = do_xfer_memory (memaddr, myaddr, reg_len, write_p,
1006 target_xfer_memory_partial(CORE_ADDR memaddr, char *myaddr, int len, int write_p, int *err) argument
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl.h624 void (*cb) (int write_p, int version,
628 void (*cb) (int write_p, int version,
788 void (*msg_callback) (int write_p, int version, int content_type,
1011 void (*msg_callback) (int write_p, int version, int content_type,
H A Dssl_lib.c1028 (int write_p, int version, int content_type,
1121 (int write_p, int version, int content_type,
2759 void (*cb) (int write_p, int version,
2767 void (*cb) (int write_p, int version,
2758 SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb) (int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)) argument
2766 SSL_set_msg_callback(SSL *ssl, void (*cb) (int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)) argument

Completed in 162 milliseconds