Home
last modified time | relevance | path

Searched refs:u16 (Results 1 – 12 of 12) sorted by relevance

/system/core/libpixelflinger/
Dcol32cb16blend_neon.S46 vmov.u16 q15, #256 // create alpha constant
48 vmov.u16 q14, #0x1f // create blue mask
64 vsub.u16 q3, q15, q3 // invert alpha
78 vshr.u16 q8, q10, #11 // shift dst red0 to low 5 bits
80 vshl.u16 q9, q10, #5 // shift dst green0 to top 6 bits
82 vshr.u16 q9, q9, #10 // shift dst green0 to low 6 bits
83 vmul.u16 q8, q8, q3 // multiply dst red0 by src alpha
84 vshl.u16 q12, q11, #5 // shift dst green1 to top 6 bits
85 vmul.u16 q9, q9, q3 // multiply dst green0 by src alpha
86 vshr.u16 q13, q11, #11 // shift dst red1 to low 5 bits
[all …]
/system/extras/ext4_utils/
Dcontents.h27 u16 mode;
28 u16 uid;
29 u16 gid;
40 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime);
Dcrc16.c14 static u16 crc16_tab[] = {
49 u16 ext4_crc16(u16 crc_in, const void *buf, int size) in ext4_crc16()
52 u16 crc = crc_in; in ext4_crc16()
Dext4_utils.h77 #define __le16 u16
81 #define __be16 u16
85 #define __u16 u16
97 typedef unsigned short int u16; typedef
126 u16 feat_ro_compat;
127 u16 feat_compat;
128 u16 feat_incompat;
181 u16 ext4_crc16(u16 crc_in, const void *buf, int size);
Duuid.c32 u16 time_mid;
33 u16 time_hi_and_version;
36 u16 node0_1;
Dallocate.h45 u16 get_directories(int bg);
46 u16 get_bg_flags(int bg);
Dcontents.c64 u16 rec_len = 8 + ALIGN(name_len, 4); in add_dentry()
237 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime) in inode_set_permissions()
Dallocate.c59 u16 flags;
60 u16 used_dirs;
782 u16 get_directories(int bg) in get_directories()
788 u16 get_bg_flags(int bg) in get_bg_flags()
Dext4_utils.c372 u16 crc; in ext4_update_free()
Dmake_ext4fs.c464 u16 root_mode; in make_ext4fs_internal()
/system/core/libsparse/
Dsparse_defs.h25 #define __le16 u16
29 #define __be16 u16
33 #define __u16 u16
39 typedef unsigned short int u16; typedef
/system/core/gpttool/
Dgpttool.c31 typedef unsigned short u16; typedef
75 u16 name[EFI_NAMELEN];