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

1 2

  /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);