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

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/skia/src/core/
SkScan_Antihair.cpp 404 int istart, istop;
419 istart = SkFDot6Floor(x0);
432 SkASSERT(istop > istart);
433 if (istop - istart == 1) {
444 if (istart >= clip->fRight || istop <= clip->fLeft) {
447 if (istart < clip->fLeft) {
448 fstart += slope * (clip->fLeft - istart);
449 istart = clip->fLeft;
451 if (istop - istart == 1) {
462 SkASSERT(istart <= istop)
    [all...]
  /external/skia/src/core/
SkScan_Antihair.cpp 404 int istart, istop;
419 istart = SkFDot6Floor(x0);
432 SkASSERT(istop > istart);
433 if (istop - istart == 1) {
444 if (istart >= clip->fRight || istop <= clip->fLeft) {
447 if (istart < clip->fLeft) {
448 fstart += slope * (clip->fLeft - istart);
449 istart = clip->fLeft;
451 if (istop - istart == 1) {
462 SkASSERT(istart <= istop)
    [all...]
  /external/qemu/audio/
rate_template.h 34 struct st_sample *istart, *iend; local
45 istart = ibuf;
105 *isamp = ibuf - istart;
  /external/openfst/src/include/fst/
reverse.h 53 StateId istart = ifst.Start(); local
64 if (is == istart)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reverse.h 44 StateId istart = ifst.Start(); local
55 if (is == istart)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 50 /*@null@*/ /*@owned@*/ yasm_intnum *istart, *ivstart; member in struct:bin_section_data
266 bsd->istart = yasm_expr_get_intnum(&bsd->start, 0);
267 if (!bsd->istart) {
273 bsd->istart = yasm_intnum_copy(bsd->istart);
275 bsd->istart = NULL;
355 if (group->bsd->istart) {
356 yasm_intnum_set(group->bsd->istart, start);
358 bin_objfmt_align(group->bsd->istart, group->bsd->align);
359 if (yasm_intnum_compare(start, group->bsd->istart) != 0)
    [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/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 695 int fsupc, istart, nsupr; local
722 istart = L_SUB_START(fsupc);
723 nsupr = L_SUB_START(fsupc+1) - istart;
745 Urow[lastu++] = L_SUB(istart+i);
751 Lrow[lastl++] = L_SUB(istart + upper - 1);
757 Lrow[lastl++] = L_SUB(istart+i);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 1270 Int i, j, k, l, istart, jstart; local
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 487 milliseconds