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

1 2

  /external/skia/src/core/
SkDeque.cpp 16 char* fEnd; // end of used section in this chunk
24 fBegin = fEnd = NULL;
83 first->fEnd = first->fStop;
126 end = last->fEnd + fElemSize;
137 last->fEnd = end;
168 SkASSERT(begin <= first->fEnd);
170 if (begin < fFrontBlock->fEnd) {
175 first->fBegin = first->fEnd = NULL; // mark as empty
193 if (last->fEnd == NULL) { // we were marked empty from before
201 char* end = last->fEnd - fElemSize
    [all...]
  /external/icu/icu4c/source/test/intltest/
sfwdchit.cpp 33 fEnd = fStart+fLen;
54 fEnd = fStart+fLen;
60 fEnd = fStart + fLen;
107 if(fCurrent == fEnd) {
119 return fCurrent < fEnd;
sfwdchit.h 71 UChar *fStart, *fEnd, *fCurrent;
  /external/skia/src/gpu/gl/
GrGLNameAllocator.cpp 13 * names within the half-open range [fFirst, fEnd). The inner nodes can be
16 * is fEnd - 1.
34 GrGLuint end() const { return fEnd; }
50 * range [fFirst, fEnd).
98 * the very beginning or very end of the range, the boundaries [fFirst, fEnd)
118 GrGLuint fEnd;
173 SkASSERT(fEnd + count > fEnd); // Check for integer wrap.
175 SkASSERT(fRight->end() == fEnd + count);
262 fEnd = fRight->end()
    [all...]
  /external/skia/src/pathops/
SkOpAngle.h 68 return fEnd;
133 SkOpSpanBase* fEnd;
SkOpAngle.cpp 71 lh->fStart->t(), lh->fEnd->t(),
72 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(),
74 rh->fStart->t(), rh->fEnd->t());
91 lh->fStart->t(), lh->fEnd->t(),
92 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(),
94 rh->fStart->t(), rh->fEnd->t());
182 int lineStart = fStart->t() < fEnd->t() ? 0 : 1;
330 bool stepUp = fStart->t() < fEnd->t();
331 const SkOpSpanBase* checkEnd = fEnd;
357 SkOpSpanBase* computedEnd = stepUp ? checkEnd ? checkEnd->prev() : fEnd->segment()->head()
    [all...]
  /external/skia/src/effects/gradients/
SkLinearGradient.h 49 const SkPoint fEnd;
SkLinearGradient.cpp 60 , fEnd(pts[1]) {
78 buffer.writePoint(fEnd);
284 info->fPoint[1] = fEnd;
609 str->appendf(" end: (%f, %f) ", fEnd.fX, fEnd.fY);
  /external/skia/experimental/PdfViewer/
SkPdfConfig.h 88 const unsigned char* fEnd;
  /external/clang/lib/Frontend/
DependencyGraph.cpp 126 FEnd = Dependencies.end();
127 F != FEnd; ++F) {
LayoutOverrideSource.cpp 174 FEnd = Record->field_end();
175 F != FEnd; ++F, ++NumFields) {
  /external/emma/lib/internal/
stamptool.jar 
  /frameworks/compile/mclinker/unittests/
FactoriesTest.cpp 205 MCLDFileFactory::iterator fEnd = m_pFileAlloc->end();
207 while (file != fEnd) {
  /external/skia/tests/
PathOpsDebug.cpp 732 SkASSERT(fStart->t() != fEnd->t());
733 return fStart->t() < fEnd->t() ? -1 : 1;
748 const SkOpSpan& mSpan = *fStart->starter(fEnd);
763 fEnd->t(), fEnd->debugID());
    [all...]
  /external/libcxx/src/
locale.cpp 1537 const intern_type* fend = frm; local
1606 const extern_type* fend = frm; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 1533 const intern_type* fend = frm; local
1602 const extern_type* fend = frm; local
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp 421 uint16_t fEnd;
456 cmap->writeHexAsText(bfrange[i + j].fEnd, 4);
531 i == currentRangeEntry.fEnd + 1 &&
537 if (currentRangeEntry.fEnd > currentRangeEntry.fStart) {
548 currentRangeEntry.fEnd = i;
    [all...]
  /frameworks/av/services/audioflinger/
AudioResamplerFirGen.h 512 * @param fend is the normalized frequency end.
525 double fstart, double fend, int steps, double &firMin, double &firMax) {
527 double wend = fend*(2.*M_PI);
  /external/v8/tools/
tickprocessor.js 323 name, startAddr, endAddr, function(fName, fStart, fEnd) {
324 self.profile_.addStaticCode(fName, fStart, fEnd);
  /external/libxml2/
xpointer.c 2785 xmlNodePtr start, end = 0, fend; local
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 831 FI = indirectField->chain_begin(), FEnd = indirectField->chain_end();
852 while (FI != FEnd) {
    [all...]
SemaExprCXX.cpp     [all...]
  /external/emma/
build.xml 166 <arg value="-fend" />
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libitm.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib64/
libitm.a     [all...]

Completed in 1018 milliseconds

1 2