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

1 2

  /external/clang/test/Analysis/
CFContainers.mm 148 CFIndex sIndex;
149 for (sIndex = 0 ; sIndex <= 5 ; sIndex += 3 ) {
150 const void *s = CFArrayGetValueAtIndex(array, sIndex);
161 void TestGetCount(CFArrayRef A, CFIndex sIndex) {
163 if (sCount > sIndex)
164 const void *s1 = CFArrayGetValueAtIndex(A, sIndex);
187 void TestUndef(CFArrayRef A, CFIndex sIndex, void* x[]) {
196 void TestConst(CFArrayRef A, CFIndex sIndex, void* x[])
    [all...]
  /external/skia/src/pathops/
SkPathOpsCommon.cpp 309 int sIndex = sLink[rIndex];
310 SkASSERT(sIndex != SK_MaxS32);
313 if (sIndex < 0) {
314 eIndex = sLink[~sIndex];
315 sLink[~sIndex] = SK_MaxS32;
317 eIndex = eLink[sIndex];
318 eLink[sIndex] = SK_MaxS32;
322 SkDebugf("%s sIndex=%c%d eIndex=%c%d\n", __FUNCTION__, sIndex < 0 ? 's' : 'e',
323 sIndex < 0 ? ~sIndex : sIndex, eIndex < 0 ? 's' : 'e'
    [all...]
SkOpAngle.cpp 482 int sIndex = -1;
512 sIndex = index;
533 sIndex = index;
537 const SkDCurve& curve = sIndex ? rh->fCurvePart : this->fCurvePart;
538 const SkOpSegment& segment = sIndex ? *rh->segment() : *this->segment();
539 double tStart = sIndex ? rh->fStart->t() : fStart->t();
545 return sRayLonger ^ (sIndex == 0) ^ (septDir < 0);
    [all...]
  /external/icu/icu4c/source/layout/
HangulLayoutEngine.cpp 134 le_int32 sIndex = syllable - HSYL_FIRST;
136 if (sIndex < 0 || sIndex >= HSYL_COUNT) {
140 lead = LJMO_FIRST + (sIndex / HSYL_LVCNT);
141 vowel = VJMO_FIRST + (sIndex % HSYL_LVCNT) / TJMO_COUNT;
142 trail = TJMO_FIRST + (sIndex % TJMO_COUNT);
  /external/iptables/extensions/
libxt_string.c 94 int i=0, slen, sindex=0, schar; local
131 info->pattern[sindex] = s[i+1];
153 info->pattern[sindex] = (char) schar;
159 info->pattern[sindex] = s[i];
162 if (sindex > XT_STRING_MAX_PATTERN_SIZE)
164 sindex++;
166 info->patlen = sindex;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
NormalizerBuilder.java 227 for (int SIndex = 0; SIndex < SCount; ++SIndex) {
228 int TIndex = SIndex % TCount;
231 first = (char)(SBase + SIndex - TIndex);
234 first = (char)(LBase + SIndex / NCount);
235 second = (char)(VBase + (SIndex % NCount) / TCount);
238 value = SIndex + SBase;
  /external/icu/icu4c/source/i18n/
collationfastlatin.cpp 815 const uint8_t *s8, int32_t &sIndex, int32_t sLength) {
818 int32_t i2 = sIndex + 1;
820 uint8_t t1 = s8[sIndex];
822 sIndex += 2;
    [all...]
collationfastlatin.h 222 const uint8_t *s8, int32_t &sIndex, int32_t sLength);
224 const uint8_t *s8, int32_t &sIndex);
227 const UChar *s16, const uint8_t *s8, int32_t &sIndex, int32_t &sLength);
  /external/skia/tests/
PathOpsAngleIdeas.cpp 525 int sIndex = (int) (smallestTs[1] < 1);
526 REPORTER_ASSERT(reporter, smallestTs[sIndex ^ 1] == 1);
527 double t = smallestTs[sIndex];
528 const SkDQuad& q = *quads[sIndex];
530 SkDVector end = rays[sIndex][1] - origin;
536 SkDebugf("rayDist>endDist:%d sIndex==0:%d vDir[sIndex]<0:%d midXray<0:%d\n",
537 rayDist > endDist, sIndex == 0, vDir[sIndex] < 0, midXray < 0);
540 == SkScalarSignAsInt(SkDoubleToScalar(vDir[sIndex])));
    [all...]
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
squashfs2_0.c 444 struct squashfs_dir_index_2 sindex; local
445 squashfs_get_cached_block(s, (char *) &sindex,
447 sizeof(sindex), &index_start,
449 SQUASHFS_SWAP_DIR_INDEX_2(&index, &sindex);
494 struct squashfs_dir_index_2 sindex; local
495 squashfs_get_cached_block(s, (char *) &sindex,
497 sizeof(sindex), &index_start,
499 SQUASHFS_SWAP_DIR_INDEX_2(index, &sindex);
inode.c 1653 struct squashfs_dir_index sindex; local
1703 struct squashfs_dir_index sindex; local
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
histogram.cpp 117 int sIndex = s * saturationBins / 256;
122 index = sIndex * hueBins + hIndex;
  /ndk/sources/host-tools/nawk-20071023/
maketab.c 57 { INDEX, "sindex", "sindex" },
proto.h 170 extern Cell *sindex(Node **, int);
  /external/tcpdump/
print-smb.c 71 int sindex; local
73 for (sindex = 0; list[sindex].name; sindex++)
74 if (list[sindex].id == id)
75 return(&list[sindex]);
83 int sindex; local
85 for (sindex = 0; list[sindex].name; sindex++
    [all...]
  /hardware/intel/common/libmix/videoencoder/
IntelMetadataBuffer.h 131 static uint32_t MakeSessionFlag(bool romoteProvider, bool remoteConsumer, uint16_t sindex);
IntelMetadataBuffer.cpp 820 uint32_t IntelMetadataBuffer::MakeSessionFlag(bool romoteProvider, bool remoteConsumer, uint16_t sindex)
830 return sessionflag + sindex;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
CharsTrie.java 225 * @param sIndex The start index of the string in s.
230 public Result next(CharSequence s, int sIndex, int sLimit) {
231 if(sIndex>=sLimit) {
245 if(sIndex==sLimit) {
252 inUnit=s.charAt(sIndex++);
272 if(sIndex==sLimit) {
280 inUnit=s.charAt(sIndex++);
    [all...]
BytesTrie.java 263 * @param sIndex The start index of the byte sequence in s.
268 public Result next(byte[] s, int sIndex, int sLimit) {
269 if(sIndex>=sLimit) {
283 if(sIndex==sLimit) {
290 inByte=s[sIndex++];
310 if(sIndex==sLimit) {
318 inByte=s[sIndex++];
    [all...]
  /external/skia/samplecode/
SamplePathFuzz.cpp 366 for (uint32_t sIndex = 0; sIndex < segments; ++sIndex) {
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 474 int sindex = Integer.MAX_VALUE; local
479 if ((index > 0) && (index < sindex))
482 sindex = index;
488 nv [0] = name.substring (0, sindex);
489 nv [1] = name.substring (sindex + 1);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java 678 * Java returns a negative result (use the '~' operator) if sIndex is to be incremented.
679 * C++ modifies sIndex.
681 private static long nextPair(char[] table, int c, int ce, CharSequence s16, int sIndex) {
692 if(sIndex != s16.length()) {
695 int nextIndex = sIndex;
    [all...]
  /external/skia/tools/
pathops_sorter.htm 693 var sIndex = sect1 ? 0 : 1;
694 var sects = intersect[sIndex];
699 var curve = test[sIndex];
707 firstInside = (iDist > eDist) ^ (sIndex == 0) ^ sweeps[0];
708 // console.log("iDist=" + iDist + " eDist=" + eDist + " sIndex=" + sIndex
    [all...]
  /external/icu/icu4c/source/test/cintltst/
trie2test.c 277 int32_t i, length, sIndex, countValues;
302 sIndex=(int32_t)(p-s);
303 U16_NEXT(s, sIndex, length, c2);
327 sIndex=(int32_t)(p-s);
328 U16_PREV(s, 0, sIndex, c2);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 125 void MergeLDR_STR(MachineBasicBlock &MBB, unsigned SIndex, unsigned Base,
831 ARMLoadStoreOpt::MergeLDR_STR(MachineBasicBlock &MBB, unsigned SIndex,
837 int Offset = MemOps[SIndex].Offset;
839 unsigned insertAfter = SIndex;
840 MachineBasicBlock::iterator Loc = MemOps[SIndex].MBBI;
866 for (unsigned i = SIndex+1, e = MemOps.size(); i != e; ++i) {
    [all...]

Completed in 2657 milliseconds

1 2