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

  /external/skia/src/core/
SkBitmapProcState_matrixProcs.cpp 170 int32x4_t lbase, hbase; local
177 /* avoid an 'lbase unitialized' warning */
178 lbase = vdupq_n_s32(fx);
179 lbase = vsetq_lane_s32(fx1, lbase, 1);
180 lbase = vsetq_lane_s32(fx2, lbase, 2);
181 lbase = vsetq_lane_s32(fx3, lbase, 3);
182 hbase = vaddq_s32(lbase, vdupq_n_s32(dx4))
    [all...]
SkBitmapProcState_matrix_repeat.h 107 int32x4_t lbase, hbase; local
114 lbase = vdupq_n_s32(fx);
115 lbase = vsetq_lane_s32(fx1, lbase, 1);
116 lbase = vsetq_lane_s32(fx2, lbase, 2);
117 lbase = vsetq_lane_s32(fx3, lbase, 3);
118 hbase = vaddq_s32(lbase, vdupq_n_s32(dx4));
129 lout = vandq_s32(lbase, vdupq_n_s32(0xffff))
    [all...]
SkBitmapProcState_matrix_clamp.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/contrib/infback9/
inftree9.c 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
181 base = lbase;
  /external/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 5498 const FunctionType *lbase = lhs->getAs<FunctionType>(); local
    [all...]

Completed in 647 milliseconds