Searched refs:vis_u16 (Results 1 - 3 of 3) sorted by relevance

/src/include/
H A Dvis_types.h47 typedef unsigned short vis_u16 __attribute__ ((__may_alias__)); typedef in typeref:typename:unsigned short
H A Dvis_proto.h1135 vis_u16 val;
1138 val = *((vis_u16 *)addr);
1139 *((vis_u16 *)&out) = val;
/src/tests/lib/libc/misc/
H A Dt_vis.c120 static vis_u16 testshort1[4] = { 16000, 16000, 16000, 16000 };
121 static vis_u16 testshort2[4] = { 32000, 16000, 32000, 16000 };
122 static vis_u16 testshort3[4] = { 48000, 48000, 48000, 48000 };

Completed in 8 milliseconds