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

  /external/icu/icu4c/source/tools/genrb/
reslist.cpp     [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockFieldMatrix.java 547 final int lStart = (p - pStart) * kWidth;
548 final int lEnd = lStart + kWidth;
552 for (int l = lStart; l < lEnd; ++l) {
612 final int lStart = (p - pStart) * kWidth;
613 final int lEnd = lStart + kWidth;
616 int l = lStart;
    [all...]
BlockRealMatrix.java 536 final int lStart = (p - pStart) * kWidth;
537 final int lEnd = lStart + kWidth;
541 for (int l = lStart; l < lEnd; ++l) {
600 final int lStart = (p - pStart) * kWidth;
601 final int lEnd = lStart + kWidth;
604 int l = lStart;
    [all...]
  /external/gptfdisk/
basicmbr.cc 781 uint64_t firstLogical, lastLogical, lStart, pStart;
795 lStart = partitions[i].GetStartLBA(); // start of potential logical part.
804 if (((pStart < lStart) && (firstLogical < pStart)) ||
805 ((pStart > lStart) && (firstLogical > pStart))) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vfw.h 917 STDMETHOD(Read) (THIS_ LONG lStart,LONG lSamples,LPVOID lpBuffer,LONG cbBuffer,LONG *plBytes,LONG *plSamples) PURE;
918 STDMETHOD(Write) (THIS_ LONG lStart,LONG lSamples,LPVOID lpBuffer,LONG cbBuffer,DWORD dwFlags,LONG *plSampWritten,LONG *plBytesWritten) PURE;
919 STDMETHOD(Delete) (THIS_ LONG lStart,LONG lSamples) PURE;
933 STDMETHOD(Begin) (THIS_ LONG lStart,LONG lEnd,LONG lRate) PURE;
947 STDMETHOD(Paste) (THIS_ LONG *plPos,LONG *plLength,PAVISTREAM pstream,LONG lStart,LONG lEnd) PURE;
    [all...]
dinput.h     [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 708 double lStart = loop->fStart->t();
709 if (lStart != tEnd) {
    [all...]

Completed in 158 milliseconds