Home
last modified time | relevance | path

Searched refs:y0 (Results 1 – 25 of 125) sorted by relevance

12345

/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dsha256-avx-asm.S113 y0 = %r13d define
157 mov e, y0 # y0 = e
158 MY_ROR (25-11), y0 # y0 = e >> (25-11)
162 xor e, y0 # y0 = e ^ (e >> (25-11))
164 MY_ROR (11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6))
168 xor e, y0 # y0 = e ^ (e >> (11-6)) ^ (e >> (25-6))
174 MY_ROR 6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25)
177 add y0, y2 # y2 = S1 + CH
179 mov a, y0 # y0 = a
183 or c, y0 # y0 = a|c
[all …]
H A Dsha256-ssse3-asm.S106 y0 = %r13d define
151 mov e, y0 # y0 = e
152 ror $(25-11), y0 # y0 = e >> (25-11)
156 xor e, y0 # y0 = e ^ (e >> (25-11))
158 ror $(11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6))
163 xor e, y0 # y0 = e ^ (e >> (11-6)) ^ (e >> (25-6))
169 ror $6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25)
173 add y0, y2 # y2 = S1 + CH
176 mov a, y0 # y0 = a
180 or c, y0 # y0 = a|c
[all …]
H A Dsha256-avx2-asm.S110 y0 = %r13d define
159 rorx $25, e, y0 # y0 = e >> 25 # S1A
168 xor y1, y0 # y0 = (e>>25) ^ (e>>11) # S1
174 xor y1, y0 # y0 = (e>>25) ^ (e>>11) ^ (e>>6) # S1
189 add y0, y2 # y2 = S1 + CH # --
207 rorx $25, e, y0 # y0 = e >> 25 # S1A
217 xor y1, y0 # y0 = (e>>25) ^ (e>>11) # S1
222 xor y1, y0 # y0 = (e>>25) ^ (e>>11) ^ (e>>6) # S1
239 add y0, y2 # y2 = S1 + CH # --
259 rorx $25, e, y0 # y0 = e >> 25 # S1A
[all …]
H A Dsha512-avx2-asm.S95 y0 = %r13 define
186 rorx $41, e, y0 # y0 = e >> 41 # S1A
193 xor y1, y0 # y0 = (e>>41) ^ (e>>18) # S1
198 xor y1, y0 # y0 = (e>>41) ^ (e>>18) ^ (e>>14) # S1
211 add y0, y2 # y2 = S1 + CH # --
248 rorx $41, e, y0 # y0 = e >> 41 # S1A
256 xor y1, y0 # y0 = (e>>41) ^ (e>>18) # S1
261 xor y1, y0 # y0 = (e>>41) ^ (e>>18) ^ (e>>14) # S1
275 add y0, y2 # y2 = S1 + CH # --
306 rorx $41, e, y0 # y0 = e >> 41 # S1A
[all …]
H A Dcamellia-aesni-avx-asm_64.S213 #define two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
245 #define enc_rounds16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
247 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
249 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
251 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
254 #define dec_rounds16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
256 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
258 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
260 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
483 #define inpack16_pre(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
[all …]
H A Dcamellia-aesni-avx2-asm_64.S247 #define two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
279 #define enc_rounds32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
281 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
283 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
285 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
288 #define dec_rounds32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
290 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
292 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
294 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
517 #define inpack32_pre(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dsfp-machine_32.h78 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
90 "rI" ((USItype)(y0)) \
93 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
105 "rI" ((USItype)(y0)) \
108 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
127 "rI" ((USItype)(y0)) \
133 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
152 "rI" ((USItype)(y0)) \
158 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) __FP_FRAC_SUB_3(x2,x1,x0,x2,x1,x0,y2,y1,y0) argument
160 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) __FP_FRAC_SUB_4(x3,x2,x1,x0,x3,x2,x1,x0,y3,y2,y1,y… argument
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/
H A Dia_css_ctc1_5.host.c26 int y1, int y0, int x1, int x0) in ctc_gradient() argument
29 int dy = y1 - y0; in ctc_gradient()
46 assert(y0 >= 0 && y0 <= max_dydx); in ctc_gradient()
79 to->y0 = from->y0; in ia_css_ctc_encode()
95 from->y1, from->y0, in ia_css_ctc_encode()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/
H A Dinterpolation.cpp5 void interpolation(const float *x, const float *y, int Num, float x0, float*y0) in interpolation() argument
34 *y0 = k; in interpolation()
37 void interpolation(const float *x, const unsigned short *y, int Num, float x0, unsigned short *y0) in interpolation() argument
66 *y0 = (unsigned short)(k+0.5); in interpolation()
69 int interpolation(unsigned char *x, bool *y, int xNum, unsigned char x0, bool *y0) in interpolation() argument
98 *y0 = k; in interpolation()
H A Dinterpolation.h5 void interpolation(const float *x, const float *y, int Num, float x0, float*y0);
6 void interpolation(const float *x, const unsigned short *y, int Num, float x0, unsigned short *y0);
7 int interpolation(unsigned char *x, bool *y, int xNum, unsigned char x0, bool *y0);
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h267 glTexCoord2f(q.s0,q.t1); glVertex2f(q.x0,q.y0);
268 glTexCoord2f(q.s1,q.t1); glVertex2f(q.x1,q.y0);
346 int advance,lsb,x0,y0,x1,y1;
349 stbtt_GetCodepointBitmapBoxSubpixel(&font, text[ch], scale,scale,x_shift,0, &x0,&y0,&x1,&y1);
350 …stbtt_MakeCodepointBitmapSubpixel(&font, &screen[baseline + y0][(int) xpos + x0], x1-x0,y1-y0, 79,…
464 unsigned short x0,y0,x1,y1; // coordinates of bbox in bitmap member
480 float x0,y0,s0,t0; // top-left member
510 unsigned short x0,y0,x1,y1; // coordinates of bbox in bitmap member
692 STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo *info, int *x0, int *y0, int *x1, int …
703 STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int codepoint, int *x0, int *y0, in…
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover.cpp21 double x0 = 0, y0 = 0; member
28 y0 = a.y; in edge()
38 double y0 = ::fmax(ymin, std::floor(e1.y0)); in scanSpans() local
42 if ((e0.x0 == e1.x0 && e0.y0 == e1.y0) ? in scanSpans()
53 for (int32_t y = y0; y < y1; y++) { in scanSpans()
54 double x0 = m0 * ::fmax(0, ::fmin(e0.dy, y + d0 - e0.y0)) + e0.x0; in scanSpans()
55 double x1 = m1 * ::fmax(0, ::fmin(e1.dy, y + d1 - e1.y0)) + e1.x0; in scanSpans()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/
H A Dnative-lib.cc60 jbyte* const y0 = env->GetByteArrayElements(grid0Out, &outputCopy); in Java_com_rockchip_gpadc_demo_yolo_InferenceWrapper_native_1run() local
64 run_yolo((char *)inData, (char *)y0, (char *)y1, (char *)y2); in Java_com_rockchip_gpadc_demo_yolo_InferenceWrapper_native_1run()
67 env->ReleaseByteArrayElements(grid0Out, y0, 0); in Java_com_rockchip_gpadc_demo_yolo_InferenceWrapper_native_1run()
91 jint* const y0 = env->GetIntArrayElements(ids, &outputCopy); in Java_com_rockchip_gpadc_demo_yolo_InferenceWrapper_native_1post_1process() local
96 (int *)y0, (float *)y1, (float *)y2); in Java_com_rockchip_gpadc_demo_yolo_InferenceWrapper_native_1post_1process()
101 env->ReleaseIntArrayElements(ids, y0, 0); in Java_com_rockchip_gpadc_demo_yolo_InferenceWrapper_native_1post_1process()
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Dav7110_hw.c988 static int OSDSetBlock(struct av7110 *av7110, int x0, int y0, in OSDSetBlock() argument
996 h = y1 - y0 + 1; in OSDSetBlock()
1024 rc = BlitBitmap(av7110, x0, y0 + i * lpb); in OSDSetBlock()
1032 rc = BlitBitmap(av7110, x0, y0 + bnum * lpb); in OSDSetBlock()
1057 dc->x1 - dc->x0 + 1, dc->y1 - dc->y0 + 1); in av7110_osd_cmd()
1061 ret = MoveWindowAbs(av7110, av7110->osdwin, dc->x0, dc->y0); in av7110_osd_cmd()
1080 ret = OSDSetColor(av7110, dc->color, dc->x0, dc->y0, dc->x1, dc->y1); in av7110_osd_cmd()
1106 dc->x0, dc->y0, 0, 0, dc->color); in av7110_osd_cmd()
1109 dc->y1 = dc->y0; in av7110_osd_cmd()
1112 ret = OSDSetBlock(av7110, dc->x0, dc->y0, dc->x1, dc->y1, dc->color, dc->data); in av7110_osd_cmd()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dpoint_in_poly_crossings_multiply.hpp87 calculation_type const y0 = get<1>(seg1); in apply() local
94 state.yflag0 = y0 >= ty; in apply()
101 if ( ((y1-ty) * (x0-x1) >= (x1-tx) * (y0-y1)) == yflag1 ) in apply()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dmc13783_ts.c70 int x0, x1, x2, y0, y1, y2; in mc13783_ts_report_sample() local
80 y0 = priv->sample[3] & 0xfff; in mc13783_ts_report_sample()
88 x0, x1, x2, y0, y1, y2, cr0, cr1); in mc13783_ts_report_sample()
91 sort3(y0, y1, y2); in mc13783_ts_report_sample()
97 y2 - y0 < sample_tolerance)) { in mc13783_ts_report_sample()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc2/
H A Dia_css_ctc2.host.c40 static int ctc2_slope(int y1, int y0, int x1, int x0) in ctc2_slope() argument
44 int dy = y1 - y0; in ctc2_slope()
51 assert(y0 >= 0 && y0 <= max_slope); in ctc2_slope()
/OK3568_Linux_fs/kernel/include/math-emu/
H A Dop-4.h516 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
519 r0 = x0 + y0; \
530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
533 r0 = x0 + y0; \
548 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
551 r0 = x0 - y0; \
562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
565 r0 = x0 - y0; \
580 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) \ argument
584 __FP_FRAC_SUB_3 (x2, x1, x0, _t2, _t1, _t0, y2, y1, y0); \
[all …]
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c169 int x0, y0, x1, y1; in RootlessGetImage() local
190 y0 = pDrawable->y + sy; in RootlessGetImage()
192 y1 = y0 + h; in RootlessGetImage()
195 y0 = max(y0, winRec->y); in RootlessGetImage()
200 sy = y0 - pDrawable->y; in RootlessGetImage()
202 h = y1 - y0; in RootlessGetImage()
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Delantech.rst350 y7 y6 y5 y4 y3 y2 y1 y0
352 y9..y0 = absolute y value (vertical)
477 y7 y6 y5 y4 y3 y2 y1 y0
479 y11..y0 = absolute y value (vertical)
610 y7 y6 y5 y4 y3 y2 y1 y0
612 y11..y0 = absolute y value (vertical)
735 y7 y6 y5 y4 y3 y2 y1 y0
737 y11..y0 = absolute y value (vertical)
762 y7 y6 y5 y4 y3 y2 y1 y0
764 y7..y0 = delta y (two's complement)
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/
H A Dgeojsonvt.hpp155 uint32_t y0 = y; in findParent() local
163 y0 = y0 / 2; in findParent()
164 parent = tiles.find(toID(z0, x0, y0)); in findParent()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp574 static void clipSegmentToRect(qreal x0, qreal y0, qreal x1, qreal y1, in clipSegmentToRect() argument
579 int type0 = clipPointType(x0, y0, clipRect); in clipSegmentToRect()
595 x = x0 + (x1 - x0) * (clipRect.bottom() - y0) / (y1 - y0); in clipSegmentToRect()
598 x = x0 + (x1 - x0) * (clipRect.top() - y0) / (y1 - y0); in clipSegmentToRect()
601 y = y0 + (y1 - y0) * (clipRect.right() - x0) / (x1 - x0); in clipSegmentToRect()
604 y = y0 + (y1 - y0) * (clipRect.left() - x0) / (x1 - x0); in clipSegmentToRect()
610 y0 = y; in clipSegmentToRect()
611 type0 = clipPointType(x0, y0, clipRect); in clipSegmentToRect()
626 if (!qFuzzyCompare(lastY, y0) || !qFuzzyCompare(lastX, x0)) { in clipSegmentToRect()
628 outPoints << x0 << y0; in clipSegmentToRect()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Daes-neonbs-core.S141 .macro mul_gf4, x0, x1, y0, y1, t0, t1
142 veor \t0, \y0, \y1
145 vand \t1, \x1, \y0
151 .macro mul_gf4_n_gf4, x0, x1, y0, y1, t0, x2, x3, y2, y3, t1
152 veor \t0, \y0, \y1
158 vand \x1, \x1, \y0
169 y0, y1, y2, y3, t0, t1, t2, t3
172 mul_gf4 \x0, \x1, \y0, \y1, \t2, \t3
173 veor \y0, \y0, \y2
175 mul_gf4_n_gf4 \t0, \t1, \y0, \y1, \t3, \x2, \x3, \y2, \y3, \t2
[all …]
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/
H A Drga_reg_info.c104 s32 x0, y0, x1, y1, x2, y2; in dst_ctrl_cal() local
217 y0 = yoff; in dst_ctrl_cal()
228 pos[2] = x00 = (((x0 - xoff)*xx - (y0 - yoff)*xy)>>16) + xoff; in dst_ctrl_cal()
229 pos[3] = y00 = (((x0 - xoff)*yx + (y0 - yoff)*yy)>>16) + yoff; in dst_ctrl_cal()
293 s32 x0, x1, x2, x3, y0, y1, y2, y3; in src_tile_info_cal() local
314 y0 = tile->dst_y_tmp; in src_tile_info_cal()
317 y1 = y0 + 8; in src_tile_info_cal()
320 y2 = y0 + 8; in src_tile_info_cal()
323 y3 = y0; in src_tile_info_cal()
325 pos[0] = (x0*xx + y0*yx); in src_tile_info_cal()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun4i_frontend.h32 #define SUN4I_FRONTEND_TB_OFF_Y0(y0) ((y0) << 8) argument

12345