Searched defs:rep (Results 101 - 125 of 135) sorted by relevance

123456

/external/clang/lib/Sema/
H A DSemaExprMember.cpp495 NamedDecl *rep,
500 return diagnoseInstanceReference(SemaRef, SS, rep, nameInfo);
503 << SS.getRange() << rep << BaseType;
491 DiagnoseQualifiedMemberReference(Sema &SemaRef, Expr *BaseExpr, QualType BaseType, const CXXScopeSpec &SS, NamedDecl *rep, const DeclarationNameInfo &nameInfo) argument
/external/icu4c/common/
H A Dutext.cpp1694 Replaceable *rep = (Replaceable *)ut->context; local
1695 delete rep;
1711 const Replaceable *rep=(const Replaceable *)ut->context; local
1712 int32_t length=rep->length(); // Full length of the input text (bigger than a chunk)
1789 rep->extractBetween((int32_t)ut->chunkNativeStart, (int32_t)ut->chunkNativeLimit, buffer);
1831 const Replaceable *rep=(const Replaceable *)ut->context; local
1832 int32_t length=rep->length();
1849 if (start32<length && U16_IS_TRAIL(rep->charAt(start32)) &&
1850 U_IS_SUPPLEMENTARY(rep->char32At(start32))){
1853 if (limit32<length && U16_IS_TRAIL(rep
1874 Replaceable *rep=(Replaceable *)ut->context; local
1933 Replaceable *rep=(Replaceable *)ut->context; local
2007 utext_openReplaceable(UText *ut, Replaceable *rep, UErrorCode *status) argument
[all...]
/external/icu4c/test/intltest/
H A Dwbnf.cpp1480 Repeat rep(new Literal("aaa1-5 "), 1, 5);
1481 DUMP_R(TestRepeat, rep, 50);
1702 Repeat * rep = new Repeat( alt ,5,5 ); local
1703 Morph m( *rep);
1705 // DUMP_R(TestMorph,(*rep),20);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp753 CFolderRepack rep; local
754 rep.FolderIndex = i;
755 rep.NumCopyFiles = numCopyItems;
758 rep.Group = GetGroupIndex(isEncrypted, Is86FilteredFolder(f));
759 folderRefs.Add(rep);
902 const CFolderRepack &rep = folderRefs[folderRefIndex]; local
903 if (rep.Group != groupIndex)
905 int folderIndex = rep.FolderIndex;
907 if (rep.NumCopyFiles == db->NumUnpackStreamsVector[folderIndex])
977 newDatabase.NumUnpackStreamsVector.Add(rep
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp43 if (defExists(0) && def(0).rep()->reg.data.id < 0) {
45 if (def(d).rep()->reg.data.id >= 0)
54 if (!def(0).rep()->equals(getSrc(1)))
1910 FlowInstruction *rep = bf->getExit()->asFlow(); local
1912 if (rep->getPredicate())
1914 if (rep->op != OP_BRA &&
1915 rep->op != OP_JOIN &&
1916 rep->op != OP_EXIT)
1919 bra->op = rep->op;
1920 bra->target.bb = rep
[all...]
H A Dnv50_ir_ra.cpp399 tmp->reg.data.id = cal->target.fn->ins[s].rep()->reg.data.id;
413 tmp->reg.data.id = cal->target.fn->outs[d].rep()->reg.data.id;
761 LValue *rep = dst->join->asLValue(); local
765 rep = src->join->asLValue();
768 RIG_Node *nRep = &nodes[rep->id];
779 if ((rep->reg.data.id >= 0) && (rep->reg.data.id != val->reg.data.id)) {
786 // make sure that there is no overlap with the fixed register of rep
791 if (reg->interfers(rep) && reg->livei.overlaps(nVal->livei))
801 rep
872 LValue *rep = (split ? insn->getSrc(0) : insn->getDef(0))->asLValue(); local
[all...]
H A Dnv50_ir.h401 inline Value *rep() const;
437 inline Value *rep() const;
471 inline Value *rep() const { return join; } function in class:nv50_ir::Value
/external/openssh/
H A Dssh-keygen.c748 enum fp_rep rep; local
753 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_HEX;
763 fp = key_fingerprint(public, fptype, rep);
829 fp = key_fingerprint(public, fptype, rep);
945 enum fp_rep rep; local
950 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_HEX;
951 fp = key_fingerprint(public, fptype, rep);
/external/v8/src/
H A Dhydrogen-instructions.cc1231 Representation rep = value->RequiredInputRepresentation(it.index()); local
1232 non_phi_uses_[rep.kind()] += value->LoopWeight();
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc106 LLabel* rep = replacement(); local
107 if (rep != NULL) {
108 stream->Add(" Dead block replaced with B%d", rep->block_id());
1027 Representation rep = value->representation(); local
1030 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean() &&
H A Dlithium-codegen-arm.cc2453 Representation rep = instr->hydrogen()->value()->representation(); local
2454 ASSERT(!rep.IsInteger32());
2457 if (rep.IsDouble()) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc136 LLabel* rep = replacement(); local
137 if (rep != NULL) {
138 stream->Add(" Dead block replaced with B%d", rep->block_id());
1102 Representation rep = value->representation(); local
1104 if (!rep.IsTagged() || type.IsSmi() || type.IsBoolean()) {
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc106 LLabel* rep = replacement(); local
107 if (rep != NULL) {
108 stream->Add(" Dead block replaced with B%d", rep->block_id());
1035 Representation rep = value->representation(); local
1038 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean() &&
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc109 LLabel* rep = replacement(); local
110 if (rep != NULL) {
111 stream->Add(" Dead block replaced with B%d", rep->block_id());
1036 Representation rep = value->representation(); local
1038 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean() &&
/external/elfutils/libcpu/
H A Di386_parse.c209 int rep; member in struct:instruction
1648 newp->rep = 1;
2497 static int total_bits = 2; // Already counted the rep/repe bits.
2803 fprintf (outfile, " .rep = %d,", instr->rep);
/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/chromium_org/third_party/libxml/src/
H A Dparser.c2508 xmlChar *rep = NULL; local
2576 rep = xmlStringDecodeEntities(ctxt, ent->content, what,
2580 if (rep != NULL) {
2581 current = rep;
2591 xmlFree(rep);
2592 rep = NULL;
2620 rep = xmlStringDecodeEntities(ctxt, ent->content, what,
2623 if (rep != NULL) {
2624 current = rep;
2634 xmlFree(rep);
3669 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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h401 inline Value *rep() const;
437 inline Value *rep() const;
471 inline Value *rep() const { return join; } function in class:nv50_ir::Value
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc102 Representation rep = use->observed_input_representation(it.index()); local
103 if (rep.IsNone()) continue;
106 id(), Mnemonic(), use->id(), use->Mnemonic(), rep.Mnemonic(),
109 use_count[rep.kind()] += use->LoopWeight();
2355 Representation rep = value->observed_input_representation(it.index()); local
2356 non_phi_uses_[rep.kind()] += value->LoopWeight();
2359 id(), value->id(), value->Mnemonic(), rep.Mnemonic());
2763 Representation rep = representation(); local
2765 rep = rep
2788 Representation rep = representation(); local
3041 Representation rep = Representation::None(); local
3393 Representation rep = representation(); local
4171 Representation rep = Representation::None(); local
[all...]
/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...]
/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...]

Completed in 801 milliseconds

123456