Searched defs:U16 (Results 1 – 15 of 15) sorted by relevance
13 #define U16(i) EXTRACT(i, 0), EXTRACT(i, 1) macro20 #define U16(i) EXTRACT(i, 1), EXTRACT(i, 0) macro
43 void U16(void* out, uint16_t v) { in U16() function
46 typedef uint16_t U16; typedef52 typedef unsigned short U16; typedef
85 typedef uint16_t U16; typedef91 typedef unsigned short U16; typedef
57 typedef uint16_t U16; typedef63 typedef unsigned short U16; typedef
56 typedef uint16_t U16; typedef62 typedef unsigned short U16; typedef
91 typedef uint16_t U16; typedef97 typedef unsigned short U16; typedef
109 typedef uint16_t U16; typedef115 typedef unsigned short U16; typedef
79 typedef uint16_t U16; typedef85 typedef unsigned short U16; typedef
160 typedef uint16_t U16; typedef166 typedef unsigned short U16; typedef
468 uint16_t U16; in TEST() local
245 U16(const uint8_t* data) { in U16() function
782 unsigned U16 = 1u << 16; in TEST_F() local1578 unsigned U16 = 1u << 16; in TEST_F() local
1041 #define U16(OFFS, COUNT) ((*((const deUint16*)pixelPtr) >> (OFFS)) & ((1<<(COUNT))-1)) in getPixelInt() macro
297 UShort U16; member