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

1 2 3 4

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit_tmp.h 37 unsigned istart, unsigned icount)
47 const unsigned start = istart;
48 const unsigned end = istart + icount;
53 end < istart)
67 draw_elts = (const ushort *) (ib + istart);
128 * When spoken is TRUE, ispoken replaces istart; When close is TRUE, iclose is
134 unsigned istart, unsigned icount,
153 ADD_CACHE(vsplit, ib, istart, i, 0);
164 ADD_CACHE(vsplit, ib, istart, i, ibias);
176 unsigned istart,
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 57 self.iStart = 0
72 self.iStart = step * iStartM
75 self.iStart = self.iStart + ((step / 4.0) * (self.StartMbt[1]-1))
79 self.iStart = self.iStart + ((pctTickOfBeat * (step / 4.0)))
83 self.iWidth = self.iEnd - self.iStart
179 if pt[0] >= Marker.iStart and pt[0] <= Marker.iEnd and pt[1] >= Marker.iTop and pt[1] <= Marker.iTop + Marker.iHeight:
244 if Marker.iStart <= Marker1.iStart and Marker.iEnd <= Marker1.iEnd and Marker.iEnd >= Marker1.iStart:
    [all...]
  /external/xmlrpcpp/src/
XmlRpcUtil.cpp 104 size_t istart = xml.find(tag, *offset);
105 if (istart == std::string::npos) return std::string();
106 istart += strlen(tag);
109 size_t iend = xml.find(etag, istart);
113 return xml.substr(istart, iend-istart);
122 size_t istart = xml.find(tag, *offset);
123 if (istart == std::string::npos)
126 *offset = int(istart + strlen(tag));
  /external/pdfium/core/fxcrt/xml/
cxml_element.cpp 20 auto iStart = bsFullName.Find(':');
21 if (iStart.has_value()) {
22 *bsSpace = bsFullName.Left(iStart.value());
23 *bsName = bsFullName.Right(bsFullName.GetLength() - (iStart.value() + 1));
  /external/syslinux/gpxe/src/arch/i386/core/
aout_loader.c 27 unsigned long start, mid, end, istart, iend; local
43 istart = 4096;
44 iend = istart + (mid - start);
45 if (!prep_segment(start, mid, end, istart, iend))
  /external/skia/src/core/
SkScan_Antihair.cpp 335 int istart, istop;
350 istart = SkFDot6Floor(x0);
363 SkASSERT(istop > istart);
364 if (istop - istart == 1) {
375 if (istart >= clip->fRight || istop <= clip->fLeft) {
378 if (istart < clip->fLeft) {
379 fstart += slope * (clip->fLeft - istart);
380 istart = clip->fLeft;
382 if (istop - istart == 1) {
393 SkASSERT(istart <= istop)
    [all...]
  /external/skqp/src/core/
SkScan_Antihair.cpp 335 int istart, istop;
350 istart = SkFDot6Floor(x0);
363 SkASSERT(istop > istart);
364 if (istop - istart == 1) {
375 if (istart >= clip->fRight || istop <= clip->fLeft) {
378 if (istart < clip->fLeft) {
379 fstart += slope * (clip->fLeft - istart);
380 istart = clip->fLeft;
382 if (istop - istart == 1) {
393 SkASSERT(istart <= istop)
    [all...]
  /external/pdfium/core/fxcrt/
fx_bidi.cpp 273 size_t iStart,
275 ASSERT(pdfium::IndexInBounds(*chars, iStart));
276 ASSERT(iStart + iCount <= chars->size());
278 std::reverse(chars->begin() + iStart, chars->begin() + iStart + iCount);
283 size_t iStart,
286 ASSERT(iStart <= chars->size());
287 ASSERT(iStart >= iCount);
289 size_t iLast = iStart - iCount;
290 for (size_t i = iStart - 1; i >= iLast; --i)
    [all...]
cfx_blockbuffer.h 40 WideString GetTextData(size_t iStart, size_t iLength) const;
fx_arabic.cpp 166 for (size_t iStart = 0; iStart < s_iAlefCount; iStart++) {
167 const FX_ARAALEF& v = gs_FX_AlefTable[iStart];
226 for (size_t iStart = 0; iStart < s_iShaddaCount; iStart++) {
227 const FX_ARASHADDA& v = gs_FX_ShaddaTable[iStart];
  /external/pdfium/xfa/fxfa/parser/
xfa_utils.cpp 237 size_t iStart = 0;
238 auto iEnd = rawValue->Find(L'\n', iStart);
240 while (iEnd.has_value() && iEnd >= iStart) {
242 rawValue->Mid(iStart, iEnd.value() - iStart));
243 iStart = iEnd.value() + 1;
244 if (iStart >= rawValue->GetLength())
246 iEnd = rawValue->Find(L'\n', iStart);
597 int32_t iStart = scriptIndex->wAttributeStart, iEnd = iStart + icount - 1
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_wgl.c 311 int iStart,
315 return DrvSetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr);
322 int iStart,
326 return DrvGetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr);
  /external/pdfium/core/fxcrt/css/
cfx_cssdatatable.cpp 129 int32_t iMid, iStart = 0;
132 iMid = (iStart + iEnd) / 2;
137 iStart = iMid + 1;
141 } while (iStart <= iEnd);
cfx_cssdeclaration.cpp 120 int32_t iMid, iStart = 0;
123 iMid = (iStart + iEnd) / 2;
128 iStart = iMid + 1;
132 } while (iStart <= iEnd);
142 int32_t iMid, iStart = 0;
145 iMid = (iStart + iEnd) / 2;
150 iStart = iMid + 1;
154 } while (iStart <= iEnd);
162 int32_t iMid, iStart = 0;
165 iMid = (iStart + iEnd) / 2
    [all...]
  /external/v8/src/arm64/
cpu-arm64.cc 55 uintptr_t istart = start & ~(isize - 1); local
102 [iline] "+r" (istart)
  /external/e2fsprogs/tests/progs/
test_rel_cmds.ct 59 irel_start_iter, istart;
  /external/pdfium/xfa/fgas/layout/
cfx_break.cpp 171 int32_t iStart = pdfium::CollectionSize<int32_t>(tca) - 1;
172 while (iStart > -1) {
173 CFX_Char* pTC = &tca[iStart--];
  /external/pdfium/fxjs/
cjs_util.cpp 201 int iStart = 0;
203 while ((iEnd = cFormat.find(TbConvertTable[i].lpszJSMark, iStart)) !=
207 iStart = iEnd;
221 int iStart = 0;
223 while ((iEnd = cFormat.find(cTableAd[i].lpszJSMark, iStart)) != -1) {
226 iStart = iEnd + 1;
232 iStart = iEnd;
  /external/eigen/Eigen/src/SparseLU/
SparseLU_SupernodalMatrix.h 247 Index istart = rowIndexPtr()[fsupc]; // Pointer index to the subscript of the current column local
248 Index nsupr = rowIndexPtr()[fsupc+1] - istart; // Number of rows in the current supernode
284 Index iptr = istart + nsupc;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
random.py 185 istart = _int(start)
186 if istart != start:
189 if istart > 0:
190 if istart >= _maxwidth:
191 return self._randbelow(istart)
192 return _int(self.random() * istart)
199 width = istop - istart
202 # int(istart + self.random()*width)
203 # instead would be incorrect. For example, consider istart
208 # istart + int(self.random()*width)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
random.py 184 istart = int(start)
185 if istart != start:
188 if istart > 0:
189 if istart >= maxwidth:
190 return self._randbelow(istart)
191 return int(self.random() * istart)
198 width = istop - istart
201 # int(istart + self.random()*width)
202 # instead would be incorrect. For example, consider istart
207 # istart + int(self.random()*width)
    [all...]
  /external/python/cpython2/Lib/
random.py 185 istart = _int(start)
186 if istart != start:
189 if istart > 0:
190 if istart >= _maxwidth:
191 return self._randbelow(istart)
192 return _int(self.random() * istart)
199 width = istop - istart
202 # int(istart + self.random()*width)
203 # instead would be incorrect. For example, consider istart
208 # istart + int(self.random()*width
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
random.py 184 istart = int(start)
185 if istart != start:
188 if istart > 0:
189 if istart >= maxwidth:
190 return self._randbelow(istart)
191 return int(self.random() * istart)
198 width = istop - istart
201 # int(istart + self.random()*width)
202 # instead would be incorrect. For example, consider istart
207 # istart + int(self.random()*width
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
random.py 184 istart = int(start)
185 if istart != start:
188 if istart > 0:
189 if istart >= maxwidth:
190 return self._randbelow(istart)
191 return int(self.random() * istart)
198 width = istop - istart
201 # int(istart + self.random()*width)
202 # instead would be incorrect. For example, consider istart
207 # istart + int(self.random()*width
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py 184 istart = int(start)
185 if istart != start:
188 if istart > 0:
189 if istart >= maxwidth:
190 return self._randbelow(istart)
191 return int(self.random() * istart)
198 width = istop - istart
201 # int(istart + self.random()*width)
202 # instead would be incorrect. For example, consider istart
207 # istart + int(self.random()*width
    [all...]

Completed in 472 milliseconds

1 2 3 4