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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit_tmp.h38 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, icoun
231 vsplit_segment_simple_linear(struct vsplit_frontend *vsplit, unsigned flags, unsigned istart, unsigned icount) argument
239 vsplit_segment_loop_linear(struct vsplit_frontend *vsplit, unsigned flags, unsigned istart, unsigned icount, unsigned i0) argument
261 vsplit_segment_fan_linear(struct vsplit_frontend *vsplit, unsigned flags, unsigned istart, unsigned icount, unsigned i0) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit_tmp.h38 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, icoun
231 vsplit_segment_simple_linear(struct vsplit_frontend *vsplit, unsigned flags, unsigned istart, unsigned icount) argument
239 vsplit_segment_loop_linear(struct vsplit_frontend *vsplit, unsigned flags, unsigned istart, unsigned icount, unsigned i0) argument
261 vsplit_segment_fan_linear(struct vsplit_frontend *vsplit, unsigned flags, unsigned istart, unsigned icount, unsigned i0) argument
[all...]
/external/chromium_org/v8/src/arm64/
H A Dcpu-arm64.cc65 uintptr_t istart = start & ~(isize - 1);
110 [iline] "+r" (istart)
/external/vixl/src/a64/
H A Dcpu-a64.cc92 uintptr_t istart = start & ~(isize - 1);
137 [iline] "+r" (istart)
/external/chromium_org/third_party/skia/src/core/
H A DSkScan_Antihair.cpp404 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 <
[all...]
/external/skia/src/core/
H A DSkScan_Antihair.cpp404 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 <
[all...]
/external/qemu/audio/
H A Drate_template.h34 struct st_sample *istart, *iend; local
45 istart = ibuf;
105 *isamp = ibuf - istart;
/external/openfst/src/include/fst/
H A Dreverse.h53 StateId istart = ifst.Start(); local
64 if (is == istart)
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreverse.h44 StateId istart = ifst.Start(); local
55 if (is == istart)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
H A Dbin-objfmt.c50 /*@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) !
[all...]
/external/e2fsprogs/tests/progs/
H A Dtest_rel_cmds.ct59 irel_start_iter, istart;
/external/libpng/scripts/
H A Doptions.awk265 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/
H A DSparseLU_SupernodalMatrix.h244 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/
H A DSuperLUSupport.h696 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/main/VEX/switchback/
H A Dswitchback.c206 Addr istart = start & ~(isize - 1); local
251 [iline] "+r" (istart)
/external/valgrind/main/coregrind/
H A Dm_libcproc.c833 Addr istart = start & ~(isize - 1);
878 [iline] "+r" (istart)

Completed in 358 milliseconds