HomeSort by relevance Sort by last modified time
    Searched refs:cfs (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/text/mac/
TextCodecMac.cpp 287 RetainPtr<CFStringRef> cfs(AdoptCF, copy.createCFString());
290 CFIndex charactersLeft = CFStringGetLength(cfs.get());
297 CFStringGetBytes(cfs.get(), range, m_encoding, lossByte, false, NULL, 0x7FFFFFFF, &bufferLength);
301 CFIndex charactersConverted = CFStringGetBytes(cfs.get(), range, m_encoding, lossByte, false, buffer, bufferLength, &bufferLength);
305 unsigned badChar = CFStringGetCharacterAtIndex(cfs.get(), startPos + charactersConverted);
308 UniChar low = CFStringGetCharacterAtIndex(cfs.get(), startPos + charactersConverted);
  /external/opencv/cvaux/src/
cvhmmobs.cpp 112 static void icvCalcDCTMatrix( work_t * cfs, int n );
509 icvCalcDCTMatrix( work_t * cfs, int n )
542 cfs[j] = SCALE(a); \
549 cfs[0] = SCALE( scale );
551 cfs[1] = SCALE( scale );
552 cfs += 2 - m;
558 work_t *cfs2 = cfs + m * n;
580 cfs += m;
  /external/javassist/src/main/javassist/
CtClassType.java 939 CtField[] cfs = new CtField[num]; local
943 cfs[i++] = (CtField)field;
946 return cfs;
    [all...]

Completed in 101 milliseconds