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

  /external/skia/src/core/
SkBitmapProcState_matrixProcs.cpp 174 int32x4_t lbase, hbase; local
181 /* avoid an 'lbase unitialized' warning */
182 lbase = vdupq_n_s32(fx);
183 lbase = vsetq_lane_s32(fx1, lbase, 1);
184 lbase = vsetq_lane_s32(fx2, lbase, 2);
185 lbase = vsetq_lane_s32(fx3, lbase, 3);
186 hbase = vaddq_s32(lbase, vdupq_n_s32(dx4))
    [all...]
SkBitmapProcState_matrix_repeat.h 112 int32x4_t lbase, hbase; local
119 lbase = vdupq_n_s32(fx);
120 lbase = vsetq_lane_s32(fx1, lbase, 1);
121 lbase = vsetq_lane_s32(fx2, lbase, 2);
122 lbase = vsetq_lane_s32(fx3, lbase, 3);
123 hbase = vaddq_s32(lbase, vdupq_n_s32(dx4));
134 lout = vandq_s32(lbase, vdupq_n_s32(0xffff))
    [all...]
SkBitmapProcState_matrix_clamp.h 114 int32x4_t lbase, hbase; local
122 /* avoid the 'lbase unitialized' warning */
123 lbase = vdupq_n_s32(fx);
124 lbase = vsetq_lane_s32(fx1, lbase, 1);
125 lbase = vsetq_lane_s32(fx2, lbase, 2);
126 lbase = vsetq_lane_s32(fx3, lbase, 3);
128 hbase = vaddq_s32(lbase, vdupq_n_s32(dx4))
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inftrees.c 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
188 base = lbase;
  /external/zlib/src/contrib/infback9/
inftree9.c 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
181 base = lbase;
  /external/zlib/src/
inftrees.c 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
  /external/openfst/src/include/fst/
lookahead-matcher.h 716 typedef LookAheadMatcherBase<Arc> LBase;
752 LBase *lbase = static_cast<LBase *>(base_); local
753 return lbase->LookAheadLabel(label);
761 LBase *lbase = static_cast<LBase *>(base_); local
762 return lbase->LookAheadFst(fst, s);
770 LBase *lbase = static_cast<LBase *>(base_) local
779 LBase *lbase = static_cast<LBase *>(base_); local
788 LBase *lbase = static_cast<LBase *>(base_); local
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 6284 const FunctionType *lbase = lhs->getAs<FunctionType>(); local
    [all...]

Completed in 299 milliseconds