/external/clang/test/Analysis/ |
CFContainers.mm | 149 CFIndex sIndex; 150 for (sIndex = 0 ; sIndex <= 5 ; sIndex += 3 ) { 151 const void *s = CFArrayGetValueAtIndex(array, sIndex); 162 void TestGetCount(CFArrayRef A, CFIndex sIndex) { 164 if (sCount > sIndex) 165 const void *s1 = CFArrayGetValueAtIndex(A, sIndex); 188 void TestUndef(CFArrayRef A, CFIndex sIndex, void* x[]) { 197 void TestConst(CFArrayRef A, CFIndex sIndex, void* x[]) [all...] |
/libcore/ojluni/src/main/java/sun/nio/ch/ |
PollArrayWrapper.java | 89 static void replaceEntry(PollArrayWrapper source, int sindex, 91 target.putDescriptor(tindex, source.getDescriptor(sindex)); 92 target.putEventOps(tindex, source.getEventOps(sindex)); 93 target.putReventOps(tindex, source.getReventOps(sindex));
|
/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 | 434 int sIndex = -1; 464 sIndex = index; 485 sIndex = index; 489 const SkDCurve& curve = sIndex ? rh->fCurvePart : this->fCurvePart; 490 const SkOpSegment& segment = sIndex ? *rh->segment() : *this->segment(); 491 double tStart = sIndex ? rh->fStart->t() : fStart->t(); 497 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/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
NormalizerBuilder.java | 228 for (int SIndex = 0; SIndex < SCount; ++SIndex) { 229 int TIndex = SIndex % TCount; 232 first = (char)(SBase + SIndex - TIndex); 235 first = (char)(LBase + SIndex / NCount); 236 second = (char)(VBase + (SIndex % NCount) / TCount); 239 value = SIndex + SBase;
|
/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 | 812 const uint8_t *s8, int32_t &sIndex, int32_t sLength) { 815 int32_t i2 = sIndex + 1; 817 uint8_t t1 = s8[sIndex]; 819 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);
|
/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" },
|
/external/tcpdump/ |
print-smb.c | 68 int sindex; local 70 for (sindex = 0; list[sindex].name; sindex++) 71 if (list[sindex].id == id) 72 return(&list[sindex]); 80 int sindex; local 82 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);
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
CharsTrie.java | 214 * @param sIndex The start index of the string in s. 218 public Result next(CharSequence s, int sIndex, int sLimit) { 219 if(sIndex>=sLimit) { 233 if(sIndex==sLimit) { 240 inUnit=s.charAt(sIndex++); 260 if(sIndex==sLimit) { 268 inUnit=s.charAt(sIndex++); [all...] |
BytesTrie.java | 246 * @param sIndex The start index of the byte sequence in s. 250 public Result next(byte[] s, int sIndex, int sLimit) { 251 if(sIndex>=sLimit) { 265 if(sIndex==sLimit) { 272 inByte=s[sIndex++]; 292 if(sIndex==sLimit) { 300 inByte=s[sIndex++]; [all...] |
/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 | 367 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/android_icu4j/src/main/java/android/icu/impl/coll/ |
CollationFastLatin.java | 682 * Java returns a negative result (use the '~' operator) if sIndex is to be incremented. 683 * C++ modifies sIndex. 685 private static long nextPair(char[] table, int c, int ce, CharSequence s16, int sIndex) { 696 if(sIndex != s16.length()) { 699 int nextIndex = sIndex; [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 | 740 var sIndex = sect1 ? 0 : 1; 741 var sects = intersect[sIndex]; 746 var curve = test[sIndex]; 754 firstInside = (iDist > eDist) ^ (sIndex == 0) ^ sweeps[0]; 755 // console.log("iDist=" + iDist + " eDist=" + eDist + " sIndex=" + sIndex [all...] |