Home
last modified time | relevance | path

Searched defs:bin (Results 1 – 18 of 18) sorted by relevance

/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Dintersect.cc61 Subdivider::partition( Bin & bin, Bin & left, Bin & intersections, in partition()
445 Subdivider::classify_tailonleft_s( Bin& bin, Bin& in, Bin& out, REAL val ) in classify_tailonleft_s()
472 Subdivider::classify_tailonleft_t( Bin& bin, Bin& in, Bin& out, REAL val ) in classify_tailonleft_t()
499 Subdivider::classify_headonleft_s( Bin& bin, Bin& in, Bin& out, REAL val ) in classify_headonleft_s()
527 Subdivider::classify_headonleft_t( Bin& bin, Bin& in, Bin& out, REAL val ) in classify_headonleft_t()
555 Subdivider::classify_tailonright_s( Bin& bin, Bin& in, Bin& out, REAL val ) in classify_tailonright_s()
583 Subdivider::classify_tailonright_t( Bin& bin, Bin& in, Bin& out, REAL val ) in classify_tailonright_t()
611 Subdivider::classify_headonright_s( Bin& bin, Bin& in, Bin& out, REAL val ) in classify_headonright_s()
639 Subdivider::classify_headonright_t( Bin& bin, Bin& in, Bin& out, REAL val ) in classify_headonright_t()
H A Dsubdivider.cc571 Subdivider::tessellation( Bin& bin, Patchlist &patchlist ) in tessellation()
658 Subdivider::findIrregularS( Bin& bin ) in findIrregularS()
722 Subdivider::findIrregularT( Bin& bin ) in findIrregularT()
795 Subdivider::render( Bin& bin ) in render()
824 Subdivider::outline( Bin& bin ) in outline()
846 Subdivider::freejarcs( Bin& bin ) in freejarcs()
876 Subdivider::tessellate( Bin& bin, REAL rrate, REAL trate, REAL lrate, REAL brate ) in tessellate()
H A Dmonotonizer.cc56 Subdivider::decompose( Bin& bin, REAL geo_stepsize ) in decompose()
114 Subdivider::monotonize( Arc_ptr jarc, Bin& bin ) in monotonize()
H A DdataTransform.cc144 directedLine* bin_to_DLineLoops(Bin& bin) in bin_to_DLineLoops()
H A Dsplitarcs.cc58 Subdivider::split( Bin& bin, Bin& left, Bin& right, int param, REAL value ) in split()
/reactos/modules/rostests/apitests/mspatcha/
H A Dmspatcha.c158 BOOL extract(char* filename, const bin_file* bin) in extract()
211 static void validate_signature(const char* casename, const char* fieldname, const bin_file* bin, co… in validate_signature()
/reactos/modules/rostests/winetests/crypt32/
H A Dmain.c127 BYTE bin[] = { 0x16,0x09,'J','u','a','n',' ','L','a','n','g' }; in test_findRDNAttr() local
/reactos/dll/win32/secur32/wine/
H A Dntlm.c495 PBYTE bin; in ntlm_InitializeSecurityContextW() local
1036 PBYTE bin; in ntlm_AcceptSecurityContext() local
/reactos/modules/rostests/winetests/imagehlp/
H A Dimage.c75 } bin = { variable
/reactos/modules/rostests/winetests/wintrust/
H A Dsoftpub.c680 } bin = { variable
/reactos/dll/win32/msxml3/
H A Dstylesheet.c613 VARIANT bin; in xslprocessor_transform() local
/reactos/dll/win32/mscoree/
H A Dmetahost.c97 static const WCHAR bin[] = {'\\','b','i','n',0}; in load_mono() local
/reactos/dll/win32/advapi32/wine/
H A Dcred.c1961 static UINT cred_encode( const char *bin, unsigned int len, WCHAR *cred ) in cred_encode()
/reactos/dll/win32/wininet/
H A Dhttp.c1468 static UINT HTTP_EncodeBase64( LPCSTR bin, unsigned int len, LPWSTR base64 ) in HTTP_EncodeBase64()
1524 static UINT HTTP_DecodeBase64( LPCWSTR base64, LPSTR bin ) in HTTP_DecodeBase64()
/reactos/modules/rostests/winetests/msvcrt/
H A Dstring.c38 static char *buf_to_string(const unsigned char *bin, int len, int nr) in buf_to_string()
/reactos/dll/win32/rpcrt4/
H A Drpc_transport.c2573 static UINT encode_base64(const char *bin, unsigned int len, WCHAR *base64) in encode_base64()
/reactos/dll/win32/winhttp/
H A Drequest.c1007 static UINT encode_base64( const char *bin, unsigned int len, WCHAR *base64 ) in encode_base64()
/reactos/sdk/include/psdk/
H A Dmapidefs.h385 SBinary bin; member