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

123

/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
H A DXv.c116 xvQueryExtensionReply rep; local
124 if (!_XReply(dpy, (xReply *)&rep, 0, xFalse)) {
130 *p_version = rep.version;
131 *p_revision = rep.revision;
151 xvQueryAdaptorsReply rep; local
174 if (_XReply(dpy, (xReply *)&rep, 0, xFalse) == 0) {
180 size = rep.length << 2;
192 if (rep.num_adaptors == 0) {
195 size = rep.num_adaptors*sizeof(SDL_NAME(XvAdaptorInfo));
207 for (ii=0; ii<rep
312 xvQueryEncodingsReply rep; local
609 xvGrabPortReply rep; local
736 xvGetPortAttributeReply rep; local
777 xvQueryBestSizeReply rep; local
814 xvQueryPortAttributesReply rep; local
869 xvListImageFormatsReply rep; local
942 xvQueryImageAttributesReply rep; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
H A DXF86DGA.c110 xXF86DGAGetVideoLLReply rep; local
120 if (!_XReply(dpy, (xReply *)&rep, 0, xFalse)) {
126 *offset = /*(char *)*/rep.offset;
127 *width = rep.width;
128 *bank_size = rep.bank_size;
129 *ram_size = rep.ram_size;
166 xXF86DGAGetViewPortSizeReply rep; local
176 if (!_XReply(dpy, (xReply *)&rep, 0, xFalse)) {
182 *width = rep.width;
183 *height = rep
222 xXF86DGAGetVidPageReply rep; local
295 xXF86DGAQueryDirectVideoReply rep; local
322 xXF86DGAViewPortChangedReply rep; local
[all...]
H A DXF86DGA2.c172 xXDGAQueryVersionReply rep; local
181 if (!_XReply(dpy, (xReply *)&rep, 0, xFalse)) {
186 *majorVersion = rep.majorVersion;
187 *minorVersion = rep.minorVersion;
230 xXDGAOpenFramebufferReply rep; local
242 if (!_XReply(dpy, (xReply *)&rep, 0, xFalse)) {
248 if(rep.length) {
249 deviceName = Xmalloc(rep.length << 2);
250 _XRead(dpy, deviceName, rep.length << 2);
254 (unsigned char*)(long)rep
293 xXDGAQueryModesReply rep; local
373 xXDGASetModeReply rep; local
608 xXDGAGetViewportStatusReply rep; local
631 xXDGASyncReply rep; local
656 xXDGAChangePixmapModeReply rep; local
[all...]
/external/zlib/src/contrib/blast/
H A Dblast.c169 * Given a list of repeated code lengths rep[0..n-1], where each byte is a
185 local int construct(struct huffman *h, const unsigned char *rep, int n) argument
196 len = *rep++;
/external/zlib/src/contrib/minizip/
H A Dminiunz.c378 char rep=0; local
395 rep = answer[0] ;
396 if ((rep>='a') && (rep<='z'))
397 rep -= 0x20;
399 while ((rep!='Y') && (rep!='N') && (rep!='A'));
402 if (rep == 'N')
405 if (rep
[all...]
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url.cc560 GURL::Replacements rep; local
565 rep.SetPath(favicon_path, url_parse::Component(0, favicon_path_len));
566 rep.ClearUsername();
567 rep.ClearPassword();
568 rep.ClearQuery();
569 rep.ClearRef();
570 return url.ReplaceComponents(rep);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc43 bool OnReport(const ReportDesc *rep, bool suppressed);
45 bool WEAK OnReport(const ReportDesc *rep, bool suppressed) {
46 (void)rep;
360 const ReportDesc *rep = srep.GetReport(); local
361 bool suppressed = IsSuppressed(rep->typ, suppress_stack);
362 suppressed = OnReport(rep, suppressed);
365 PrintReport(rep);
397 ScopedReport rep(freed ? ReportTypeUseAfterFree : ReportTypeRace);
415 rep.AddMemoryAccess(addr, s, &traces[i]);
423 rep
[all...]
/external/icu4c/test/cintltst/
H A Dutransts.c61 static void InitXReplaceable(XReplaceable* rep, const char* cstring) { argument
62 rep->text = malloc(sizeof(UChar) * (strlen(cstring)+1));
63 u_uastrcpy(rep->text, cstring);
66 static void FreeXReplaceable(XReplaceable* rep) { argument
67 if (rep->text != NULL) {
68 free(rep->text);
69 rep->text = NULL;
74 static int32_t Xlength(const UReplaceable* rep) { argument
75 const XReplaceable* x = (const XReplaceable*)rep;
80 static UChar XcharAt(const UReplaceable* rep, int32_ argument
86 Xchar32At(const UReplaceable* rep, int32_t offset) argument
92 Xreplace(UReplaceable* rep, int32_t start, int32_t limit, const UChar* text, int32_t textLength) argument
105 Xcopy(UReplaceable* rep, int32_t start, int32_t limit, int32_t dest) argument
117 Xextract(UReplaceable* rep, int32_t start, int32_t limit, UChar* dst) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/XME/
H A Dxme.c239 xXiGMiscQueryVersionReply rep; local
253 if (!_XReply (dpy, (xReply *)&rep, 0, xTrue)) {
259 *major = rep.major;
260 *minor = rep.minor;
272 xXiGMiscQueryViewsReply rep; local
280 if (!_XReply (dpy, (xReply *)&rep, 0, xFalse)) {
286 n = rep.nviews;
314 xXiGMiscQueryResolutionsReply rep; local
323 if (!_XReply (dpy, (xReply *)&rep, 0, xFalse)) {
329 n = rep
376 xXiGMiscFullScreenReply rep; local
[all...]
/external/quake/quake/src/QW/server/
H A Dpr_edict.c240 static int rep = 0; local
255 gefvCache[rep].pcache = def;
256 strcpy (gefvCache[rep].field, field);
257 rep ^= 1;
/external/quake/quake/src/WinQuake/
H A Dpr_edict.cpp245 static int rep = 0; local
260 gefvCache[rep].pcache = def;
261 strcpy (gefvCache[rep].field, field);
262 rep ^= 1;
/external/webkit/Source/JavaScriptCore/runtime/
H A DStructure.cpp68 bool StructureTransitionTable::contains(StringImpl* rep, unsigned attributes) const argument
72 return transition && transition->m_nameInPrevious == rep && transition->m_attributesInPrevious == attributes;
74 return map()->contains(make_pair(rep, attributes));
77 inline Structure* StructureTransitionTable::get(StringImpl* rep, unsigned attributes) const argument
81 return (transition && transition->m_nameInPrevious == rep && transition->m_attributesInPrevious == attributes) ? transition : 0;
83 return map()->get(make_pair(rep, attributes));
286 StringImpl* rep = propertyName.impl(); local
293 PropertyMapEntry* entry = m_propertyTable->find(rep).first;
695 StringImpl* rep = propertyName.impl(); local
708 m_propertyTable->add(PropertyMapEntry(globalData, this, rep, newOffse
720 StringImpl* rep = propertyName.impl(); local
[all...]
/external/chromium/googleurl/src/
H A Durl_canon_unittest.cc136 url_canon::Replacements<CHAR>* rep,
139 (rep->*clear)();
141 (rep->*set)(str, url_parse::Component(0, static_cast<int>(strlen(str))));
132 SetupReplComp( void (url_canon::Replacements<CHAR>::*set)(const CHAR*, const url_parse::Component&), void (url_canon::Replacements<CHAR>::*clear)(), url_canon::Replacements<CHAR>* rep, const CHAR* str) argument
/external/elfutils/libcpu/
H A Di386_data.h38 /* The rep/repe prefixes. */
39 unsigned int rep : 1; member in struct:instr_enc
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/hyphenation/
H A Dhyphen.c661 char *** rep, int ** pos, int ** cut, int lhmin)
666 if (*rep && *pos && *cut && (*rep)[j]) {
667 char * rh = strchr((*rep)[j], '=');
669 hnj_hyphen_strnlen((*rep)[j], rh - (*rep)[j], utf8)) < lhmin) {
670 free((*rep)[j]);
671 (*rep)[j] = NULL;
683 char *** rep, int ** pos, int ** cut, int rhmin)
689 if (*rep
660 hnj_hyphen_lhmin(int utf8, const char *word, int word_size, char * hyphens, char *** rep, int ** pos, int ** cut, int lhmin) argument
682 hnj_hyphen_rhmin(int utf8, const char *word, int word_size, char * hyphens, char *** rep, int ** pos, int ** cut, int rhmin) argument
706 hnj_hyphen_hyph_(HyphenDict *dict, const char *word, int word_size, char * hyphens, char *** rep, int ** pos, int ** cut, int clhmin, int crhmin, int lend, int rend) argument
987 hnj_hyphen_norm(const char *word, int word_size, char * hyphens, char *** rep, int ** pos, int ** cut) argument
1026 hnj_hyphen_hyphword(const char * word, int l, const char * hyphens, char * hyphword, char *** rep, int ** pos, int ** cut) argument
1045 hnj_hyphen_hyphenate2(HyphenDict *dict, const char *word, int word_size, char * hyphens, char *hyphword, char *** rep, int ** pos, int ** cut) argument
1061 hnj_hyphen_hyphenate3(HyphenDict *dict, const char *word, int word_size, char * hyphens, char *hyphword, char *** rep, int ** pos, int ** cut, int lhmin, int rhmin, int clhmin, int crhmin) argument
[all...]
/external/llvm/test/MC/X86/
H A Dx86-64.s102 // CHECK: rep
104 rep;insb
106 // CHECK: rep
108 rep;outsb
110 // CHECK: rep
112 rep;movsb
122 // CHECK: rep
124 rep movsd
126 // CHECK: rep
128 rep;lods
813 rep movsl label
[all...]
/external/mksh/src/
H A Dhistrap.c152 char *pat = NULL, *rep = NULL; local
162 rep = pat + (p - *wp);
163 *rep++ = '\0';
178 return (hist_replace(hp, pat, rep, gflag));
360 hist_replace(char **hp, const char *pat, const char *rep, bool globr) argument
369 size_t rep_len = strlen(rep);
385 memcpy(xp, rep, rep_len);
/external/icu4c/common/
H A Duloc.c2194 char rep[5]; local
2198 sprintf(rep, "%+1.1f", 1.0);
2199 gDecimal = rep[2];
H A Dutext.cpp2054 Replaceable *rep = (Replaceable *)ut->context; local
2055 delete rep;
2071 const Replaceable *rep=(const Replaceable *)ut->context; local
2072 int32_t length=rep->length(); // Full length of the input text (bigger than a chunk)
2149 rep->extractBetween((int32_t)ut->chunkNativeStart, (int32_t)ut->chunkNativeLimit, buffer);
2191 const Replaceable *rep=(const Replaceable *)ut->context; local
2192 int32_t length=rep->length();
2209 if (start32<length && U16_IS_TRAIL(rep->charAt(start32)) &&
2210 U_IS_SUPPLEMENTARY(rep->char32At(start32))){
2213 if (limit32<length && U16_IS_TRAIL(rep
2234 Replaceable *rep=(Replaceable *)ut->context; local
2293 Replaceable *rep=(Replaceable *)ut->context; local
2367 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/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/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp546 StringImpl* rep = ident.impl(); local
547 if (!m_functions.contains(rep)) {
548 symbolTable().set(rep, parameterIndex);
946 StringImpl* rep = ident.impl(); local
947 pair<IdentifierMap::iterator, bool> result = m_identifierMap.add(rep, m_codeBlock->numberOfIdentifiers());
949 m_codeBlock->addIdentifier(Identifier(m_globalData, rep));
/external/clang/lib/Sema/
H A DSemaExprMember.cpp485 NamedDecl *rep,
490 return diagnoseInstanceReference(SemaRef, SS, rep, nameInfo);
493 << SS.getRange() << rep << BaseType;
481 DiagnoseQualifiedMemberReference(Sema &SemaRef, Expr *BaseExpr, QualType BaseType, const CXXScopeSpec &SS, NamedDecl *rep, const DeclarationNameInfo &nameInfo) argument

Completed in 2131 milliseconds

123