Searched refs:update (Results 1 - 25 of 92) sorted by relevance

1234

/barrelfish-master/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DInvariantType.java57 * @param update InvariantType
60 InvariantType update(InvariantType update){ argument
61 if (this == FALSE || update == FALSE) {
63 } else if (this == INCONSISTENT || update == INCONSISTENT) {
65 } else if (this == MISSING_PROPAGATION || update == MISSING_PROPAGATION) {
67 } else if (this == INTERESTING || update == INTERESTING) {
H A DVisualizerCumulative.java89 overall = overall.update(InvariantType.INCONSISTENT);
92 overall= overall.update(InvariantType.MISSING_PROPAGATION);
97 overall = overall.update(InvariantType.INCONSISTENT);
100 overall = overall.update(InvariantType.MISSING_PROPAGATION);
H A DVisualizerBinPacking.java96 overall = overall.update(InvariantType.INCONSISTENT);
107 overall = overall.update(InvariantType.INCONSISTENT);
110 overall = overall.update(InvariantType.MISSING_PROPAGATION);
H A DVisualizerCumulativeCost.java120 overall = overall.update(InvariantType.INCONSISTENT);
123 overall= overall.update(InvariantType.MISSING_PROPAGATION);
128 overall = overall.update(InvariantType.INCONSISTENT);
131 overall = overall.update(InvariantType.MISSING_PROPAGATION);
H A DState.java91 overall=overall.update(res1);
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Dm_null.c68 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
81 update,
H A Dm_dss.c73 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
86 update,
H A Dm_dss1.c74 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
87 update,
H A Dm_ecdsa.c122 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
135 update,
H A Dm_md2.c75 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
88 update,
H A Dm_md4.c75 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
88 update,
H A Dm_md5.c75 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
88 update,
H A Dm_mdc2.c75 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
88 update,
H A Dm_ripemd.c75 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
88 update,
H A Dm_sha.c74 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
87 update,
H A Dm_wp.c16 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
29 update,
H A Ddigest.c205 ctx->update = type->update;
233 return ctx->update(ctx,data,count);
311 out->update = in->update;
H A Dm_sha1.c74 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
87 update,
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dlocal_sa.c430 struct update_info *update)
454 msg->context[1] = update;
466 struct update_info *update,
484 if (update->type == SA_UPDATE_ADD) {
486 memcpy(&path_rec.dgid, &update->gid, sizeof path_rec.dgid);
493 struct update_info *update)
497 port->msg = get_sa_msg(port, update);
501 format_path_req(port, update, port->msg);
518 struct update_info *update; local
520 update
429 get_sa_msg(struct sa_db_port *port, struct update_info *update) argument
465 format_path_req(struct sa_db_port *port, struct update_info *update, struct ib_mad_send_buf *msg) argument
492 send_query(struct sa_db_port *port, struct update_info *update) argument
536 struct update_info *update; local
660 struct update_info *update; local
1080 struct update_info *update; local
1107 struct update_info *update; local
[all...]
/barrelfish-master/usr/skb/octopus/
H A Dskiplist.c207 struct skip_node* update[MAX_LEVEL + 1] = { NULL }; local
215 update[i] = cur;
222 // In case we hit a new level cap, make sure to update
226 update[i] = ss->header;
235 // update next & prev pointer
237 cur->forward[i] = update[i]->forward[i];
238 update[i]->forward[i] = cur;
253 struct skip_node* update[MAX_LEVEL + 1] = { NULL }; local
259 update[i] = cur;
264 // update pre
[all...]
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/cluster_labs/
H A DMakefile27 FORCE.update:
28 update: FORCE.update
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/ibmca/
H A DMakefile27 FORCE.update:
28 update: FORCE.update
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/rsaref/
H A DMakefile32 FORCE.update:
33 update: FORCE.update
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/zencod/
H A DMakefile27 FORCE.update:
28 update: FORCE.update
/barrelfish-master/usr/eclipseclp/GecodeInterface/
H A Dgfd.hpp98 vInt[i].update(*this, share, s.vInt[i]);
100 vBool[i].update(*this, share, s.vBool[i]);
101 vCost.update(*this, share, s.vCost);

Completed in 75 milliseconds

1234