Searched refs:lptr (Results 1 - 17 of 17) sorted by relevance

/external/selinux/mcstrans/src/
H A Dmls_level.c8 char *scontextp, *p, *lptr; local
41 if ((lptr = strchr(scontextp, '.')) != NULL) {
43 *lptr++ = 0;
53 if (lptr) {
54 if (*lptr != 'c')
56 int ubit = atoi(lptr + 1);
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_kernel_bmod.h29 * \param lptr pointer to the first column of the current supernode in lsub
34 const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros);
40 const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros)
46 Index isub = lptr + no_zeros;
76 isub = lptr + no_zeros;
95 const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros);
101 const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros)
105 Scalar f = dense(lsub(lptr + no_zeros));
108 const StorageIndex* irow(lsub.data()+lptr + no_zeros + 1);
39 run(const Index segsize, BlockScalarVector& dense, ScalarVector& tempv, ScalarVector& lusup, Index& luptr, const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros) argument
100 run(const Index , BlockScalarVector& dense, ScalarVector& , ScalarVector& lusup, Index& luptr, const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros) argument
H A DSparseLU_pivotL.h65 Index lptr = glu.xlsub(fsupc); // pointer to the starting location of the row subscripts for this supernode portion local
66 Index nsupr = glu.xlsub(fsupc+1) - lptr; // Number of rows in the supernode
70 StorageIndex* lsub_ptr = &(glu.lsub.data()[lptr]); // Start of row indices of the supernode
H A DSparseLU_panel_bmod.h64 Index lptr; // points to the row subscripts of a supernode local
83 lptr = glu.xlsub(fsupc);
123 Index isub = lptr + no_zeros;
168 Index isub = lptr + no_zeros;
209 if(segsize==1) LU_kernel_bmod<1>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros);
210 else if(segsize==2) LU_kernel_bmod<2>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros);
211 else if(segsize==3) LU_kernel_bmod<3>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros);
212 else LU_kernel_bmod<Dynamic>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros);
H A DSparseLU_column_bmod.h57 Index lptr, nrow, isub, irow, nextlu, new_next, ufirst; local
90 lptr = glu.xlsub(fsupc) + d_fsupc;
106 LU_kernel_bmod<1>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros);
108 LU_kernel_bmod<Dynamic>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros);
157 lptr = glu.xlsub(fsupc) + d_fsupc;
/external/skia/src/opts/
H A DSkBlurImageFilter_opts.h123 const SkPMColor* lptr = *src; local
148 DECREMENT_SUMS_DOUBLE(lptr);
149 lptr += srcStrideX;
158 DECREMENT_SUMS_DOUBLE(lptr);
159 lptr += srcStrideX;
258 const SkPMColor* lptr = src; local
285 DECREMENT_SUMS(*lptr);
286 lptr += srcStrideX;
295 DECREMENT_SUMS(*lptr);
296 lptr
[all...]
/external/curl/lib/
H A Dgetinfo.c130 } lptr; local
155 lptr.to_long = param_longp;
156 *lptr.to_ulong = data->info.httpauthavail;
159 lptr.to_long = param_longp;
160 *lptr.to_ulong = data->info.proxyauthavail;
/external/opencv/cv/src/
H A Dcvstereobm.cpp200 const uchar *lptr, *lptr_sub, *rptr; local
224 lptr = lptr0 + MIN(MAX(x, -lofs), width-lofs-1) - dy0*sstep;
227 for( y = -dy0; y < height + dy1; y++, hsad += ndisp, cbuf += ndisp, lptr += sstep, rptr += sstep )
229 int lval = lptr[0];
257 lptr = lptr0 + MIN(MAX(x1, -lofs), width-1-lofs) - dy0*sstep;
261 hsad += ndisp, lptr += sstep, lptr_sub += sstep, rptr += sstep )
263 int lval = lptr[0];
407 const uchar *lptr, *lptr_sub, *rptr; local
430 lptr = lptr0 + MIN(MAX(x, -lofs), width-lofs-1) - dy0*sstep;
433 for( y = -dy0; y < height + dy1; y++, hsad += ndisp, cbuf += ndisp, lptr
[all...]
H A Dcvstereogc.cpp496 const uchar* lptr = state->left->data.ptr + state->left->step*y; local
506 delta = icvDataCostFuncGraySubpix( lptr + x*3, rptr + x1*3 );
/external/libxml2/
H A DgenUnicode.py310 lptr = "NULL" variable
325 lptr = "xml%sL" % name variable
334 % (name, numshort, numlong, sptr, lptr))
H A Dchvalid.c171 const xmlChLRange *lptr; local
198 lptr = rptr->longRange;
201 if (val < lptr[mid].low) {
204 if (val > lptr[mid].high) {
/external/ltp/tools/
H A Drand_lines.c429 char *lptr; /* printing processing pointer */ local
510 lptr = line;
512 *lptr++ = *ptr++;
/external/aac/libSYS/src/
H A Dwav_file.cpp264 LONG *lptr = (LONG*)buffer; local
295 *lptr++ = (LONG) tmp;
469 LONG *lptr = (LONG*)sampleBuffer; local
491 case 32: tmp = *lptr++; break;
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTVector.h1083 VERTTYPE const *lptr = f, *rptr = rhs.f; local
1087 (*outptr++) = (*lptr++) + (*rptr++);
1100 VERTTYPE const *lptr = f, *rptr = rhs.f; local
1104 (*outptr++) = (*lptr++) - (*rptr++);
1116 VERTTYPE *lptr = f; local
1120 (*lptr++) += (*rptr++);
1132 VERTTYPE *lptr = f; local
1136 (*lptr++) -= (*rptr++);
1475 VERTTYPE const *lptr = f, *rptr = rhs.f; local
1479 (*outptr++) = (*lptr
1506 VERTTYPE *lptr = f; local
1522 VERTTYPE *lptr = f; local
[all...]
/external/clang/bindings/python/clang/
H A Dcindex.py2464 def visitor(fobj, lptr, depth, includes):
2466 loc = lptr.contents
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c6719 int *lptr = &c->fwd_labels[label]; local
6720 int32_t ret = (*lptr == EMPTYLABEL) ? 0 : *lptr - pcofs(c);
6721 *lptr = pcofs(c);
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c7392 int *lptr = &c->fwd_labels[label]; local
7393 int32_t ret = (*lptr == EMPTYLABEL) ? 0 : *lptr - pcofs(c);
7394 *lptr = pcofs(c);

Completed in 717 milliseconds