Home
last modified time | relevance | path

Searched refs:u (Results 1 – 18 of 18) sorted by relevance

/RvlSDK-3.2/build/demos/videmo/src/
Dcross-color.c80 static void YuvPset(s32 posX, s32 posY, s32 width, u32 *xfb, u8 luma, u8 u, u8 v) in YuvPset() argument
97 *ptr = ((y1<<24) | (u<<16) | (y2<<8) | v); in YuvPset()
115 static void YuvCircle(s32 posX, s32 posY, s32 width, s32 r, u32 *xfb, u8 luma, u8 u, u8 v) in YuvCircle() argument
124 YuvPset(posX + x, posY + y, width, xfb, luma, u, v); in YuvCircle()
125 YuvPset(posX - x, posY + y, width, xfb, luma, u, v); in YuvCircle()
126 YuvPset(posX + x, posY - y, width, xfb, luma, u, v); in YuvCircle()
127 YuvPset(posX - x, posY - y, width, xfb, luma, u, v); in YuvCircle()
128 YuvPset(posX + y, posY + x, width, xfb, luma, u, v); in YuvCircle()
129 YuvPset(posX - y, posY + x, width, xfb, luma, u, v); in YuvCircle()
130 YuvPset(posX + y, posY - x, width, xfb, luma, u, v); in YuvCircle()
[all …]
/RvlSDK-3.2/include/revolution/
Dsc.h40 #define SC_SOUND_MODE_MONO 0u
47 #define SC_LANG_JAPANESE 0u
60 #define SC_ASPECT_RATIO_4x3 0u
66 #define SC_PROGRESSIVE_MODE_OFF 0u
72 #define SC_EURGB60_MODE_OFF 0u
Dkpad.h175 } u ; member
/RvlSDK-3.2/build/libraries/kpad/src/
DKPAD.c186 switch( kp->uniRingBuf[idx1].u.core.dev ) {
210 kp->uniRingBuf[idx1].u.core.err = WPAD_ERR_INVALID ;
213 &kp->uniRingBuf[ idx1 ].u,
883 kp->hard_acc.x = clamp_acc( (f32)(s32)-uwp->u.core.accX * kp->acc_scale_x, kp_rm_acc_max ) ; in read_kpad_acc()
884 kp->hard_acc.y = clamp_acc( (f32)(s32)-uwp->u.core.accZ * kp->acc_scale_z, kp_rm_acc_max ) ; in read_kpad_acc()
885 kp->hard_acc.z = clamp_acc( (f32)(s32) uwp->u.core.accY * kp->acc_scale_y, kp_rm_acc_max ) ; in read_kpad_acc()
910 if ( uwp->u.fs.err != WPAD_ERR_NONE || in read_kpad_acc()
911 uwp->u.fs.dev != WPAD_DEV_FREESTYLE || in read_kpad_acc()
917 fsrc.x = clamp_acc( (f32)(s32)-uwp->u.fs.fsAccX * kp->fs_acc_scale_x, kp_fs_acc_max ) ; in read_kpad_acc()
918 fsrc.y = clamp_acc( (f32)(s32)-uwp->u.fs.fsAccZ * kp->fs_acc_scale_z, kp_fs_acc_max ) ; in read_kpad_acc()
[all …]
/RvlSDK-3.2/build/tools/sample/
Dmakefile16 @chmod u+x buildscript
22 @chmod u+x buildscript
/RvlSDK-3.2/build/tools/dls1wt/
Dmakefile36 @chmod u+x buildscript
42 @chmod u+x buildscript
/RvlSDK-3.2/build/tools/darch/
Dmakefile16 @chmod u+x buildscript
22 @chmod u+x buildscript
/RvlSDK-3.2/build/tools/sndconv/
Dmakefile36 @chmod u+x buildscript
42 @chmod u+x buildscript
/RvlSDK-3.2/build/tools/THPConv/
Dmakefile37 @chmod u+x buildscript
43 @chmod u+x buildscript
/RvlSDK-3.2/build/tools/dspadpcm/
Dmakefile39 @chmod u+x buildscript
45 @chmod u+x buildscript
/RvlSDK-3.2/build/tools/thputilities/
Dmakefile38 @chmod u+x buildscript
44 @chmod u+x buildscript
/RvlSDK-3.2/build/tools/soundfile/
Dmakefile36 @chmod u+x buildscript
42 @chmod u+x buildscript
/RvlSDK-3.2/build/demos/hio2demo/
Dmakefile23 @chmod u+x buildhostscript
29 @chmod u+x buildhostscript
/RvlSDK-3.2/build/demos/gddemo/
Dmakefile42 @chmod u+x buildhostscript
48 @chmod u+x buildhostscript
/RvlSDK-3.2/include/revolution/gd/
DGDBase.h286 u32 u; in GDWrite_f32() member
293 GDWrite_u32(fid.u); in GDWrite_f32()
/RvlSDK-3.2/include/revolution/os/
DOSFont.h91 #define OS_FONT_ENCODE_ANSI 0u
/RvlSDK-3.2/build/demos/kpaddemo/src/
Dsample.c563 if (up->u.core.err == WPAD_ERR_NONE) { in draw_object()
572 op1 = up->u.core.obj ; in draw_object()
/RvlSDK-3.2/build/buildtools/
Dmodulerules640 cp -u bin/$(ARCH_TARGET)/apploader$(IMGSUFFIX) $(INSTALL_ROOT)/boot/ ; \