Home
last modified time | relevance | path

Searched defs:up (Results 1 – 21 of 21) sorted by relevance

/reactos/drivers/bus/acpi/include/
H A Dglue.h30 #define up(mutex) ExReleaseFastMutex(mutex) macro
/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Dmonotonizer.h55 enum dir { down, same, up, none }; enumerator
H A Dsplitarcs.cc148 Subdivider::link( Arc_ptr jarc1, Arc_ptr jarc2, Arc_ptr up, Arc_ptr down ) in link()
H A Dsubdivider.h105 enum dir { down, same, up, none }; enumerator
/reactos/dll/opengl/glu32/src/libtess/
H A Dtessmono.c74 GLUhalfEdge *up, *lo; in __gl_meshTessellateMonoRegion() local
/reactos/modules/rosapps/applications/sysutils/utils/partinfo/
H A Dpartinfo.c43 #define ROUND_UP_NUM(num, up) ((((num) + (up) - 1) / (up)) * (up)) argument
/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/
H A Dfsm.h113 void (*up) /* Called when fsm reaches PPP_FSM_OPENED state */ member
/reactos/sdk/lib/fslib/vfatlib/check/
H A Dlfn.c118 const unsigned char *up; in cnv_unicode() local
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Darch.h219 #define lwip_in_range(c, lo, up) ((u8_t)(c) >= (lo) && (u8_t)(c) <= (up)) argument
/reactos/dll/opengl/glu32/src/libutil/
H A Dproject.c112 float forward[3], side[3], up[3]; in gluLookAt() local
/reactos/dll/3rdparty/libtirpc/src/
H A Dxdr.c133 xdr_u_int(xdrs, up) in xdr_u_int() argument
/reactos/dll/3rdparty/libtiff/
H A Dtif_pixarlog.c760 uint16 *up; in PixarLogDecode() local
1124 unsigned short * up; in PixarLogEncode() local
H A Dtif_luv.c944 uv_decode(double *up, double *vp, int c) /* decode (u',v') index */ in uv_decode()
/reactos/modules/rostests/tests/wclickat/
H A Dwclickat.c260 static void do_click(HWND window, DWORD down, DWORD up) in do_click()
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dpane.cpp342 Entry* up; in draw_item() local
/reactos/dll/directx/wine/d3drm/
H A Dframe.c1662 IDirect3DRMFrame3 *reference, D3DVECTOR *dir, D3DVECTOR *up) in d3drm_frame3_GetOrientation()
1670 IDirect3DRMFrame *reference, D3DVECTOR *dir, D3DVECTOR *up) in d3drm_frame2_GetOrientation()
1678 IDirect3DRMFrame *reference, D3DVECTOR *dir, D3DVECTOR *up) in d3drm_frame1_GetOrientation()
2671 static HRESULT WINAPI d3drm_frame3_GetAxes(IDirect3DRMFrame3 *iface, D3DVECTOR *dir, D3DVECTOR *up) in d3drm_frame3_GetAxes()
2678 static HRESULT WINAPI d3drm_frame2_GetAxes(IDirect3DRMFrame2 *iface, D3DVECTOR *dir, D3DVECTOR *up) in d3drm_frame2_GetAxes()
/reactos/dll/3rdparty/libpng/
H A Dpngwrite.c29 png_const_unknown_chunkp up; in write_unknown_chunks() local
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dmesh.c5376 D3DXVECTOR3 up = {0.0f, 0.0f, 1.0f}; in test_convert_adjacency_to_point_reps() local
5378 #define up {0.0f, 0.0f, 1.0f} in test_convert_adjacency_to_point_reps() macro
5899 D3DXVECTOR3 up = {0.0f, 0.0f, 1.0f}; in test_convert_point_reps_to_adjacency() local
5901 #define up {0.0f, 0.0f, 1.0f} in test_convert_point_reps_to_adjacency() macro
6781 const D3DXVECTOR3 up = {0.0f, 0.0f, 1.0f}; in test_weld_vertices() local
6783 #define up {0.0f, 0.0f, 1.0f} in test_weld_vertices() macro
8853 D3DXVECTOR3 up = {0.0f, 0.0f, 1.0f}; in test_clone_mesh() local
8856 #define up {0.0f, 0.0f, 1.0f} in test_clone_mesh() macro
/reactos/sdk/lib/3rdparty/adns/src/
H A Dinternal.h169 union maxalign *up; member
/reactos/dll/directx/wine/d3dx9_36/
H A Dmath.c332 const D3DXVECTOR3 *up) in D3DXMatrixLookAtLH()
365 const D3DXVECTOR3 *up) in D3DXMatrixLookAtRH()
/reactos/sdk/lib/3rdparty/libxml2/
H A Dencoding.c1345 char *up = NULL; in xmlNewCharEncodingHandler() local