Searched defs:rep (Results 51 - 60 of 60) sorted by relevance

123

/external/v8/src/arm/
H A Dlithium-arm.cc132 LLabel* rep = replacement(); local
133 if (rep != NULL) {
134 stream->Add(" Dead block replaced with B%d", rep->block_id());
1055 Representation rep = value->representation(); local
1057 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean()) {
/external/v8/src/ia32/
H A Dlithium-ia32.cc129 LLabel* rep = replacement(); local
130 if (rep != NULL) {
131 stream->Add(" Dead block replaced with B%d", rep->block_id());
1057 Representation rep = value->representation(); local
1059 if (!rep.IsTagged() || type.IsSmi() || type.IsBoolean()) {
/external/v8/src/mips/
H A Dlithium-mips.cc132 LLabel* rep = replacement(); local
133 if (rep != NULL) {
134 stream->Add(" Dead block replaced with B%d", rep->block_id());
1055 Representation rep = value->representation(); local
1057 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean()) {
/external/v8/src/x64/
H A Dlithium-x64.cc134 LLabel* rep = replacement(); local
135 if (rep != NULL) {
136 stream->Add(" Dead block replaced with B%d", rep->block_id());
1052 Representation rep = value->representation(); local
1054 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean()) {
/external/libxml2/
H A Dparser.c2629 xmlChar *rep = NULL; local
2697 rep = xmlStringDecodeEntities(ctxt, ent->content, what,
2701 if (rep != NULL) {
2702 current = rep;
2712 xmlFree(rep);
2713 rep = NULL;
2741 rep = xmlStringDecodeEntities(ctxt, ent->content, what,
2744 if (rep != NULL) {
2745 current = rep;
2755 xmlFree(rep);
3766 xmlChar *rep = NULL; local
[all...]
H A Dxmlregexp.c8058 char rep[40]; local
8066 rep[0] = '?';
8067 rep[1] = 0;
8069 rep[0] = '*';
8070 rep[1] = 0;
8072 rep[0] = '+';
8073 rep[1] = 0;
8075 snprintf(rep, 39, "{%d}", expr->exp_min);
8077 snprintf(rep, 39, "{%d,inf}", expr->exp_min);
8079 snprintf(rep, 3
[all...]
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c387 mDNSlocal void append_reply(request_state *req, reply_state *rep) argument
392 *ptr = rep;
393 rep->next = NULL;
398 // On successful completion rep is set to point to a malloc'd reply_state struct
400 request_state *const request, reply_state **const rep, reply_op_t op, DNSServiceFlags flags, mStatus err)
404 *rep = NULL;
428 *rep = create_reply(op, len, request);
429 (*rep)->rhdr->flags = dnssd_htonl(flags);
430 (*rep)->rhdr->ifi = dnssd_htonl(mDNSPlatformInterfaceIndexfromInterfaceID(&mDNSStorage, id, mDNSfalse));
431 (*rep)
399 GenerateNTDResponse(const domainname *const servicename, const mDNSInterfaceID id, request_state *const request, reply_state **const rep, reply_op_t op, DNSServiceFlags flags, mStatus err) argument
445 GenerateBonjourBrowserResponse(const domainname *const servicename, const mDNSInterfaceID id, request_state *const request, reply_state **const rep, reply_op_t op, DNSServiceFlags flags, mStatus err) argument
747 reply_state *rep; local
761 reply_state *rep; local
1738 reply_state *rep; local
2230 reply_state *rep; local
2637 reply_state *rep; local
3254 reply_state *rep; local
4589 reply_state *rep; local
4639 reply_state *const rep = req->replies; // Send the first waiting reply local
[all...]
/external/kernel-headers/original/linux/
H A Dinput.h1205 * @rep: current values for autorepeat parameters (delay, rate)
1288 int rep[REP_CNT]; member in struct:input_dev
/external/v8/src/
H A Dhydrogen.cc1821 Representation rep = use->RequiredInputRepresentation(it.index()); local
1822 if (rep.IsNone()) continue;
1824 use_count[rep.kind()] += use->LoopWeight();
2535 HInferRepresentation rep(graph());
2536 rep.Analyze();
6217 Representation rep = ToRepresentation(info); local
6218 TraceRepresentation(expr->op(), info, instr, rep);
6219 instr->AssumeRepresentation(rep);
6285 Representation rep = ToRepresentation(info); local
6286 if (rep
6545 Representation rep = ToRepresentation(info); local
6695 TraceRepresentation(Token::Value op, TypeInfo info, HValue* value, Representation rep) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 244 milliseconds

123