Home
last modified time | relevance | path

Searched refs:cx (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/tools/rockchip/
H A Dsha2.c396 sha256_ctx cx[1]; in sha256() local
398 sha256_begin(cx); in sha256()
399 sha256_hash(cx, data, len); in sha256()
400 sha256_end(cx, hval); in sha256()
637 sha384_ctx cx[1]; in sha384() local
639 sha384_begin(cx); in sha384()
640 sha384_hash(cx, data, len); in sha384()
641 sha384_end(cx, hval); in sha384()
670 sha512_ctx cx[1]; in sha512() local
672 sha512_begin(cx); in sha512()
[all …]
/rk3399_rockchip-uboot/configs/
H A DSunchip_CX-A99_defconfig12 CONFIG_DEFAULT_DEVICE_TREE="sun9i-a80-cx-a99"
/rk3399_rockchip-uboot/drivers/bios_emulator/include/
H A Dbiosemu.h173 u16 cx_hi, cx; member
183 u16 cx, cx_hi; member
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dsun9i-a80-cx-a99.dts2 * sun9i-a80-cx-a99.dts - Device Tree file for the Sunchip CX-A99 board.
65 compatible = "sunchip,cx-a99", "allwinner,sun9i-a80";
80 label = "cx-a99:blue:status";
85 label = "cx-a99:red:status";
H A DMakefile355 sun9i-a80-cx-a99.dtb
/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h731 stbtt_vertex_type x,y,cx,cy; member
1176 …ex(stbtt_vertex *v, stbtt_uint8 type, stbtt_int32 x, stbtt_int32 y, stbtt_int32 cx, stbtt_int32 cy) in stbtt_setvertex() argument
1181 v->cx = (stbtt_int16) cx; in stbtt_setvertex()
1230 … stbtt_int32 sx, stbtt_int32 sy, stbtt_int32 scx, stbtt_int32 scy, stbtt_int32 cx, stbtt_int32 cy) in stbtt__close_shape() argument
1234 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, (cx+scx)>>1, (cy+scy)>>1, cx,cy); in stbtt__close_shape()
1238 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve,sx,sy,cx,cy); in stbtt__close_shape()
1263 stbtt_int32 x,y,cx,cy,sx,sy, scx,scy; in stbtt_GetGlyphShape() local
1331 sx = sy = cx = cy = scx = scy = 0; in stbtt_GetGlyphShape()
1339 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt_GetGlyphShape()
1369 … stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, (cx+x)>>1, (cy+y)>>1, cx, cy); in stbtt_GetGlyphShape()
[all …]
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dgconf.c893 gint cx, cy; in on_treeview2_button_press_event() local
895 gtk_tree_view_get_path_at_pos(view, tx, ty, &path, &column, &cx, in on_treeview2_button_press_event()
1009 gint cx, cy; in on_treeview1_button_press_event() local
1011 gtk_tree_view_get_path_at_pos(view, tx, ty, &path, &column, &cx, in on_treeview1_button_press_event()