Home
last modified time | relevance | path

Searched refs:xbase (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/core/
DSkBitmapProcState_matrix_repeat.h228 int32x4_t xbase, ybase; in AFFINE_NOFILTER_NAME() local
232 xbase = vdupq_n_s32(fx); in AFFINE_NOFILTER_NAME()
233 xbase = vsetq_lane_s32(fx+dx, xbase, 1); in AFFINE_NOFILTER_NAME()
234 xbase = vsetq_lane_s32(fx+dx+dx, xbase, 2); in AFFINE_NOFILTER_NAME()
235 xbase = vsetq_lane_s32(fx+dx+dx+dx, xbase, 3); in AFFINE_NOFILTER_NAME()
250 xout = vandq_s32(xbase, vdupq_n_s32(0xffff)); in AFFINE_NOFILTER_NAME()
264 xbase = vaddq_s32 (xbase, vdupq_n_s32(dx4)); in AFFINE_NOFILTER_NAME()
DSkBitmapProcState_matrix_clamp.h191 int32x4_t xbase, ybase; in AFFINE_NOFILTER_NAME() local
201 xbase = vdupq_n_s32(fx); in AFFINE_NOFILTER_NAME()
202 xbase = vsetq_lane_s32(fx+dx, xbase, 1); in AFFINE_NOFILTER_NAME()
203 xbase = vsetq_lane_s32(fx+dx+dx, xbase, 2); in AFFINE_NOFILTER_NAME()
204 xbase = vsetq_lane_s32(fx+dx+dx+dx, xbase, 3); in AFFINE_NOFILTER_NAME()
213 x2base = vaddq_s32(xbase, vdupq_n_s32(dx4)); in AFFINE_NOFILTER_NAME()
222 xout = xbase; in AFFINE_NOFILTER_NAME()
254 xbase = vaddq_s32 (xbase, vdupq_n_s32 (dx8)); in AFFINE_NOFILTER_NAME()
/external/bluetooth/bluez/test/
Duuidtest.c6 uint8_t xbase[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, variable
51 memcpy(&n, xbase, 16); in main()
/external/bison/src/
Dvcg.h592 int xbase; member
Dvcg.c75 g->xbase = G_XBASE; in new_graph()
688 if (g->xbase != G_XBASE) in output_graph()
689 fprintf (fout, "\txbase:\t%d\n", g->xbase); in output_graph()