HomeSort by relevance Sort by last modified time
    Searched full:rindex (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /bionic/libc/arch-x86/string/
strrchr.S 3 #include "rindex.S"
rindex.S 1 /* $OpenBSD: rindex.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */
12 ENTRY(rindex) function
  /external/clang/test/Preprocessor/
pragma_poison.c 3 #pragma GCC poison rindex
4 rindex(some_string, 'h'); // expected-error {{attempt to use a poisoned identifier}}
  /external/valgrind/main/memcheck/tests/
strchr.c 5 // aliases, as are 'strrchr' and 'rindex'. In each case, the shorter name
6 // gets preferred, ie. 'index' and 'rindex'.
strchr.stderr.exp 10 at 0x........: rindex (mc_replace_strmem.c:...)
14 at 0x........: rindex (mc_replace_strmem.c:...)
strchr.stderr.exp2 10 at 0x........: rindex (mc_replace_strmem.c:...)
  /external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 167 uint rindex = 0; local
172 r[rindex] = *s++;
173 ++rindex;
177 while (s < e && (rindex < uint(resultLength) || !r)) {
192 if (rindex >= uint(resultLength)) {
197 r[rindex] = qstring.at(i).unicode();
198 ++rindex;
202 r[rindex] = *s + prop->lowerCaseDiff;
203 ++rindex;
210 if (rindex < uint(resultLength)
225 int rindex = 0; local
    [all...]
  /external/clang/test/Sema/
implicit-builtin-redecl.c 26 typedef int rindex; typedef
knr-def-call.c 22 char *rindex();
25 char *rindex(s, c) function
  /external/webkit/Source/WebCore/html/
HTMLTableRowElement.cpp 71 int rIndex = 0;
76 return rIndex;
78 ++rIndex;
87 return rIndex;
89 ++rIndex;
97 return rIndex;
99 ++rIndex;
109 int rIndex = 0;
114 rIndex++;
118 return rIndex;
    [all...]
  /external/webkit/Source/WebCore/xml/
XPathPredicate.cpp 118 for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex)
119 if (compare(stringValue(lhsSet[lindex]), stringValue(rhsSet[rindex])))
152 for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex)
153 if (compare(lhs, Value(stringValue(rhsSet[rindex])).toNumber()))
158 for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex
    [all...]
  /external/icu4c/i18n/
uspoof_wsconf.cpp 241 bsset->rindex = 0;
279 outerSet->rindex = rtScriptSetsCount++;
287 innerSet->rindex = outerSet->rindex;
304 if (bSet->rindex != (uint32_t)i) {
305 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status);
360 uint32_t rindex = 2; local
363 if (bSet->rindex < rindex) {
367 U_ASSERT(rindex == bSet->rindex)
    [all...]
uspoof_wsconf.h 53 uint32_t rindex; // Index of this set in the final (runtime) member in class:BuilderScriptSet
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos.h 90 * index/rindex and strchr/strrchr, so any systems that don't provide them all
114 #ifndef rindex
115 #define rindex(s,c) (strrchr((s),(c))) macro
121 #ifndef rindex
122 #define rindex strrchr macro
135 #define rindex strrchr macro
139 #define strrchr rindex
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos.h 81 * index/rindex and strchr/strrchr, so any systems that don't provide them all
105 #ifndef rindex
106 #define rindex(s,c) (strrchr((s),(c))) macro
112 #ifndef rindex
113 #define rindex strrchr macro
126 #define rindex strrchr macro
130 #define strrchr rindex
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xos.h 90 * index/rindex and strchr/strrchr, so any systems that don't provide them all
114 #ifndef rindex
115 #define rindex(s,c) (strrchr((s),(c))) macro
121 #ifndef rindex
122 #define rindex strrchr macro
135 #define rindex strrchr macro
139 #define strrchr rindex
  /dalvik/vm/compiler/codegen/arm/
ArchFactory.cpp 95 static TGT_LIR *genBoundsCheck(CompilationUnit *cUnit, int rIndex,
98 return genRegRegCheck(cUnit, kArmCondCs, rIndex, rBound, dOffset,
  /bionic/libc/string/
strrchr.c 1 /* $OpenBSD: rindex.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 714 int rIndex, int rDest, int scale, OpSize size)
716 bool allLowRegs = LOWREG(rBase) && LOWREG(rIndex) && LOWREG(rDest);
736 newLIR4(cUnit, kThumb2AddRRR, regPtr, rBase, rIndex,
739 opRegRegReg(cUnit, kOpAdd, regPtr, rBase, rIndex);
766 load = newLIR3(cUnit, opcode, rDest, rBase, rIndex);
768 load = newLIR4(cUnit, opcode, rDest, rBase, rIndex, scale);
778 int rIndex, int rSrc, int scale, OpSize size)
780 bool allLowRegs = LOWREG(rBase) && LOWREG(rIndex) && LOWREG(rSrc);
800 newLIR4(cUnit, kThumb2AddRRR, regPtr, rBase, rIndex,
803 opRegRegReg(cUnit, kOpAdd, regPtr, rBase, rIndex);
    [all...]
  /bionic/libc/include/
strings.h 51 char *rindex(const char *, int);
  /development/ndk/platforms/android-3/include/
strings.h 54 char *rindex(const char *, int);
  /development/ndk/platforms/android-9/include/
strings.h 51 char *rindex(const char *, int);
  /external/valgrind/main/exp-ptrcheck/
h_intercepts.c 62 // Apparently rindex() is the same thing as strrchr()
64 STRRCHR(VG_Z_LIBC_SONAME, rindex)
67 STRRCHR(VG_Z_LD_LINUX_SO_2, rindex)
70 STRRCHR(VG_Z_DYLD, rindex)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
strings.h 51 extern char *rindex (__const char *__s, int __c) __THROW __attribute_pure__;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
strings.h 51 char *rindex(const char *, int);

Completed in 523 milliseconds

1 2 3 4 5 6