Home
last modified time | relevance | path

Searched refs:istart (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit_tmp.h37 unsigned istart, unsigned icount) in CONCAT()
47 const unsigned start = istart; in CONCAT()
48 const unsigned end = istart + icount; in CONCAT()
53 end < istart) in CONCAT()
67 draw_elts = (const ushort *) (ib + istart); in CONCAT()
128 * When spoken is TRUE, ispoken replaces istart; When close is TRUE, iclose is
134 unsigned istart, unsigned icount, in CONCAT()
153 ADD_CACHE(vsplit, ib, istart, i, 0); in CONCAT()
164 ADD_CACHE(vsplit, ib, istart, i, ibias); in CONCAT()
176 unsigned istart, in CONCAT()
222 vsplit_segment_simple_linear(struct vsplit_frontend *vsplit, unsigned flags, unsigned istart, unsigned icount) vsplit_segment_simple_linear() argument
230 vsplit_segment_loop_linear(struct vsplit_frontend *vsplit, unsigned flags, unsigned istart, unsigned icount, unsigned i0) vsplit_segment_loop_linear() argument
255 vsplit_segment_fan_linear(struct vsplit_frontend *vsplit, unsigned flags, unsigned istart, unsigned icount, unsigned i0) vsplit_segment_fan_linear() argument
[all...]
/third_party/skia/src/core/
H A DSkScan_Antihair.cpp343 int istart, istop;
359 istart = SkFDot6Floor(x0);
372 SkASSERT(istop > istart);
373 if (istop - istart == 1) {
384 if (istart >= clip->fRight || istop <= clip->fLeft) {
387 if (istart < clip->fLeft) {
388 fstart += slope * (clip->fLeft - istart);
389 istart = clip->fLeft;
391 if (istop - istart == 1) {
402 SkASSERT(istart <
[all...]
/third_party/python/Lib/
H A Drandom.py295 istart = _index(start)
297 istart = int(start)
298 if istart != start:
311 if istart > 0:
312 return self._randbelow(istart)
328 width = istop - istart
344 return istart + self._randbelow(width)
345 raise ValueError("empty range for randrange() (%d, %d, %d)" % (istart, istop, width))
356 return istart + istep * self._randbelow(n)
/third_party/node/deps/v8/src/codegen/arm64/
H A Dcpu-arm64.cc68 uintptr_t istart = start & ~(isize - 1); in FlushICache()
113 : [dline] "+r"(dstart), [iline] "+r"(istart) in FlushICache()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c1645 size_t istart = isize-1; in makename() local
1648 if (infile[istart] == '/') in makename()
1656 while (istart > 0 && infile[istart-1] != '/') in makename()
1657 --istart; in makename()
1659 isize -= istart; in makename()
1660 infile += istart; in makename()
/third_party/python/Objects/
H A Dsliceobject.c152 _PySlice_FromIndices(Py_ssize_t istart, Py_ssize_t istop) in _PySlice_FromIndices() argument
155 start = PyLong_FromSsize_t(istart); in _PySlice_FromIndices()
/third_party/lz4/lib/
H A Dlz4.c1796 const BYTE* const istart, in LZ4_decompress_unsafe_generic()
1805 const BYTE* ip = istart; in LZ4_decompress_unsafe_generic()
1890 return (int)(ip - istart); in LZ4_decompress_unsafe_generic()
1795 LZ4_decompress_unsafe_generic( const BYTE* const istart, BYTE* const ostart, int decompressedSize, size_t prefixSize, const BYTE* const dictStart, const size_t dictSize ) LZ4_decompress_unsafe_generic() argument

Completed in 11 milliseconds