Home
last modified time | relevance | path

Searched defs:h (Results 1 – 16 of 16) sorted by relevance

/RvlSDK-3.2/build/demos/hio2demo/vc++/HioIf/src/
DHio2DllIf.cpp102 BOOL CHio2DllIf::Close( HIO2Handle h ) in Close()
109 BOOL CHio2DllIf::ReadMailbox( HIO2Handle h, u32* mail ) in ReadMailbox()
116 BOOL CHio2DllIf::WriteMailbox( HIO2Handle h, u32 mail ) in WriteMailbox()
123 BOOL CHio2DllIf::Read( HIO2Handle h, u32 addr, void* buffer, s32 size ) in Read()
130 BOOL CHio2DllIf::Write( HIO2Handle h, u32 addr, const void* buffer, s32 size ) in Write()
137 BOOL CHio2DllIf::ReadAsync( HIO2Handle h, u32 addr, void* buffer, in ReadAsync()
145 BOOL CHio2DllIf::WriteAsync( HIO2Handle h, u32 addr, const void* buffer, in WriteAsync()
153 BOOL CHio2DllIf::ReadStatus( HIO2Handle h, u32* status ) in ReadStatus()
DHio2IfHost.cpp76 void hio2Callback(HIO2Handle h) in hio2Callback()
146 void hio2ReadAsyncCallback(HIO2Handle h) in hio2ReadAsyncCallback()
178 void hio2WriteAsyncCallback(HIO2Handle h) in hio2WriteAsyncCallback()
282 HIO2Handle h = m_cHio2Dll.Open(pathName, hio2Callback, NULL, NULL); in Open() local
/RvlSDK-3.2/build/demos/hio2demo/HioIf/src/
DHio2If.c89 s32 hio2GetIdOfHandle(HIO2Handle h) in hio2GetIdOfHandle()
112 void hio2ReceiveCallback( HIO2Handle h ) in hio2ReceiveCallback()
152 void hio2ReadAsyncCallback( HIO2Handle h ) in hio2ReadAsyncCallback()
178 void hio2WriteAsyncCallback( HIO2Handle h ) in hio2WriteAsyncCallback()
201 void hio2DisconnectCallback( HIO2Handle h ) in hio2DisconnectCallback()
/RvlSDK-3.2/build/demos/hio2demo/src/
Dsimple.c97 void myReceiveCallback( HIO2Handle h ) in myReceiveCallback()
121 void myDisconnectCallback( HIO2Handle h ) in myDisconnectCallback()
Ddual-main.c355 #define CLAMP(x,l,h) ((x > h) ? h : ((x < l) ? l : x)) in myMakeColor() argument
384 u32 x=96, y=128, w=128, h=192, col = myMakeColor(); in myPaintBox() local
/RvlSDK-3.2/include/win32/
Dthpcore.h50 u32 h[3]; member
/RvlSDK-3.2/build/demos/hio2demo/vc++/simple/
Dsimple.cpp70 void __ReceiveCallback( HIO2Handle h ) in __ReceiveCallback()
/RvlSDK-3.2/build/demos/videmo/src/
Dbmp.c40 #define CLAMP(x,l,h) ((x > h) ? h : ((x < l) ? l : x)) argument
/RvlSDK-3.2/build/demos/gxdemo/src/Indirect/
Dind-pseudo-3d.c113 void adjustPoint(coord height[HFH][HFW], u16 r, u16 c, f32 h) in adjustPoint()
131 f32 h; in createHeightField() local
Dind-bump-xyz.c150 f32 h, v; in createCube() local
259 void setupSize(u16 w, u16 h) in setupSize()
Dind-bump-st.c200 void setupSize(u16 w, u16 h) in setupSize()
/RvlSDK-3.2/include/demo/
DDEMOWin.h108 #define DEMOWIN_CALC_MENU_HEIGHT_PIXELS(h) (((DEMOWIN_Y_CHAR_PAD+(h))*FONT_CHAR_HEIGHT)+4) argument
415 #define DEMOWinGetNumRows(h) ((h)->char_width) argument
416 #define DEMOWinGetNumCols(h) ((h)->char_height) argument
/RvlSDK-3.2/build/demos/gxdemo/src/PixelProc/
Dcmn-model.c328 s32 i, y, h; in cmModel2_Anim() local
496 f32 w, h; member
/RvlSDK-3.2/build/demos/hio2demo/vc++/HioIf/include/
DHio2IfHost.h183 int GetIdOfHandle(LPVOID h) in GetIdOfHandle()
/RvlSDK-3.2/build/demos/gxdemo/src/TexGen/
Dtg-clr-persp.c545 u16 w, h; in AnimTick() local
/RvlSDK-3.2/build/tools/dspadpcm/src/
Dmain.c516 void dump_header(DSPADPCMHEADER *h, FILE *handle) in dump_header()