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

  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrixProcs_neon.cpp 50 int32x4_t lbase, hbase; local
57 /* avoid an 'lbase unitialized' warning */
58 lbase = vdupq_n_s32(fx);
59 lbase = vsetq_lane_s32(fx1, lbase, 1);
60 lbase = vsetq_lane_s32(fx2, lbase, 2);
61 lbase = vsetq_lane_s32(fx3, lbase, 3);
62 hbase = vaddq_s32(lbase, vdupq_n_s32(dx4))
    [all...]
SkBitmapProcState_matrix_repeat_neon.h 106 int32x4_t lbase, hbase; local
113 lbase = vdupq_n_s32(fx);
114 lbase = vsetq_lane_s32(fx1, lbase, 1);
115 lbase = vsetq_lane_s32(fx2, lbase, 2);
116 lbase = vsetq_lane_s32(fx3, lbase, 3);
117 hbase = vaddq_s32(lbase, vdupq_n_s32(dx4));
128 lout = vandq_s32(lbase, vdupq_n_s32(0xffff))
    [all...]
SkBitmapProcState_matrix_clamp_neon.h 109 int32x4_t lbase, hbase; local
117 /* avoid the 'lbase unitialized' warning */
118 lbase = vdupq_n_s32(fx);
119 lbase = vsetq_lane_s32(fx1, lbase, 1);
120 lbase = vsetq_lane_s32(fx2, lbase, 2);
121 lbase = vsetq_lane_s32(fx3, lbase, 3);
123 hbase = vaddq_s32(lbase, vdupq_n_s32(dx4))
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_matrixProcs_neon.cpp 50 int32x4_t lbase, hbase; local
57 /* avoid an 'lbase unitialized' warning */
58 lbase = vdupq_n_s32(fx);
59 lbase = vsetq_lane_s32(fx1, lbase, 1);
60 lbase = vsetq_lane_s32(fx2, lbase, 2);
61 lbase = vsetq_lane_s32(fx3, lbase, 3);
62 hbase = vaddq_s32(lbase, vdupq_n_s32(dx4))
    [all...]
SkBitmapProcState_matrix_repeat_neon.h 106 int32x4_t lbase, hbase; local
113 lbase = vdupq_n_s32(fx);
114 lbase = vsetq_lane_s32(fx1, lbase, 1);
115 lbase = vsetq_lane_s32(fx2, lbase, 2);
116 lbase = vsetq_lane_s32(fx3, lbase, 3);
117 hbase = vaddq_s32(lbase, vdupq_n_s32(dx4));
128 lout = vandq_s32(lbase, vdupq_n_s32(0xffff))
    [all...]
SkBitmapProcState_matrix_clamp_neon.h 109 int32x4_t lbase, hbase; local
117 /* avoid the 'lbase unitialized' warning */
118 lbase = vdupq_n_s32(fx);
119 lbase = vsetq_lane_s32(fx1, lbase, 1);
120 lbase = vsetq_lane_s32(fx2, lbase, 2);
121 lbase = vsetq_lane_s32(fx3, lbase, 3);
123 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 715 typedef LookAheadMatcherBase<Arc> LBase;
751 LBase *lbase = static_cast<LBase *>(base_); local
752 return lbase->LookAheadLabel(label);
760 LBase *lbase = static_cast<LBase *>(base_); local
761 return lbase->LookAheadFst(fst, s);
769 LBase *lbase = static_cast<LBase *>(base_) local
778 LBase *lbase = static_cast<LBase *>(base_); local
787 LBase *lbase = static_cast<LBase *>(base_); local
    [all...]
  /external/chromium_org/third_party/zlib/
inftrees.c 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
  /external/clang/lib/AST/
ASTContext.cpp 6902 const FunctionType *lbase = lhs->getAs<FunctionType>(); local
    [all...]

Completed in 287 milliseconds