/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pt_vsplit_tmp.h | 38 unsigned istart, unsigned icount) 49 ib += istart; 119 * When spoken is TRUE, ispoken replaces istart; When close is TRUE, iclose is 125 unsigned istart, unsigned icount, 144 ADD_CACHE(vsplit, ib[istart + i]); 154 ADD_CACHE(vsplit, (uint) ib[istart + i] + ibias); 167 if (ib[istart + i] < -ibias) 169 ADD_CACHE(vsplit, ib[istart + i] + ibias); 185 unsigned istart, 189 flags, istart, icount, FALSE, 0, FALSE, 0) [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/v8/src/arm64/ |
cpu-arm64.cc | 56 uintptr_t istart = start & ~(isize - 1); local 101 [iline] "+r" (istart)
|
/external/skia/src/core/ |
SkScan_Antihair.cpp | 336 int istart, istop; 351 istart = SkFDot6Floor(x0); 364 SkASSERT(istop > istart); 365 if (istop - istart == 1) { 376 if (istart >= clip->fRight || istop <= clip->fLeft) { 379 if (istart < clip->fLeft) { 380 fstart += slope * (clip->fLeft - istart); 381 istart = clip->fLeft; 383 if (istop - istart == 1) { 394 SkASSERT(istart <= istop) [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...] |
/prebuilts/python/linux-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...] |
/external/e2fsprogs/tests/progs/ |
test_rel_cmds.ct | 59 irel_start_iter, istart;
|
/external/libpng/scripts/ |
options.awk | 265 istart = 3 267 if (istart == 1) { # continuation line 282 for (i=istart; i<=NF; ++i) { 325 istart = 1 358 istart = 3 360 if (istart == 1) { # continuation line 376 for (i=istart; i<=NF; ++i) { 400 istart = 1
|
/external/eigen/Eigen/src/SparseLU/ |
SparseLU_SupernodalMatrix.h | 244 Index istart = rowIndexPtr()[fsupc]; // Pointer index to the subscript of the current column local 245 Index nsupr = rowIndexPtr()[fsupc+1] - istart; // Number of rows in the current supernode 281 Index iptr = istart + nsupc;
|
/external/eigen/Eigen/src/SuperLUSupport/ |
SuperLUSupport.h | 696 int fsupc, istart, nsupr; local 723 istart = L_SUB_START(fsupc); 724 nsupr = L_SUB_START(fsupc+1) - istart; 746 Urow[lastu++] = L_SUB(istart+i); 752 Lrow[lastl++] = L_SUB(istart + upper - 1); 758 Lrow[lastl++] = L_SUB(istart+i);
|
/external/valgrind/VEX/switchback/ |
switchback.c | 206 Addr istart = start & ~(isize - 1); local 251 [iline] "+r" (istart)
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/ |
MeshBuilder.java | 77 private int istart;
field in class:MeshBuilder 163 this.istart = 0;
197 part.offset = istart;
198 part.size = indices.size - istart;
199 istart = indices.size;
274 this.istart = 0;
[all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
motion_est.cpp | 1270 Int i, j, k, l, istart, jstart; local [all...] |
/external/valgrind/coregrind/ |
m_libcproc.c | [all...] |
/prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/ |
FastInfoset-1.2.13.jar | |
/prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |
/prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/ |
xalan-2.7.1.jar | |