Home
last modified time | relevance | path

Searched refs:HLOG (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/source/vst/aaxwrapper/
H A Daaxwrapper_parameters.cpp60 #define HLOG AAX_TRACE macro
65 #define HLOG __noop macro
67 #define HLOG(...) \ macro
94 HLOG (HAPI, "%s", __FUNCTION__); in AAXWrapper_Parameters()
131 HLOG (HAPI, "%s", __FUNCTION__); in EffectInit()
177 HLOG (HAPI, "%s", __FUNCTION__); in ResetFieldData()
190 HLOG (HAPI, "%s", __FUNCTION__); in UpdateMIDINodes()
219 HLOG (HAPI, "%s", __FUNCTION__); in GetNumberOfParameters()
229 HLOG (HAPI, "%s", __FUNCTION__); in GetMasterBypassParameter()
645 HLOG (HAPI, "%s", __FUNCTION__); in _GenerateCoefficients()
[all …]
/dports/databases/unixODBC/unixODBC-2.3.9/include/
H A Dlog.h80 } LOG, *HLOG; typedef
87 int logOpen( HLOG *phLog, char *pszProgramName, char *pszLogFile, long nMaxMsgs );
88 int logClose( HLOG hLog );
89 int logClear( HLOG hLog );
90 int logPushMsg( HLOG hLog, char *pszModule, char *pszFunctionName, int nLine, int nSeverity, int nC…
91 int logPushMsgf( HLOG hLog, char *pszModule, char *pszFunctionName, int nLine, int nSeverity, int n…
92 int logvPushMsgf( HLOG hLog, char *pszModule, char *pszFunctionName, int nLine, int nSeverity, int …
93 int logPeekMsg( HLOG hLog, long nMsg, HLOGMSG *phMsg );
94 int logPopMsg( HLOG hLog );
95 int logOn( HLOG hLog, int bOn );
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/source/vst/aaxwrapper/
H A Daaxwrapper_parameters.cpp63 #define HLOG AAX_TRACE macro
68 #define HLOG __noop macro
70 #define HLOG(...) \ macro
97 HLOG (HAPI, "%s", __FUNCTION__); in AAXWrapper_Parameters()
135 HLOG (HAPI, "%s", __FUNCTION__); in EffectInit()
181 HLOG (HAPI, "%s", __FUNCTION__); in ResetFieldData()
194 HLOG (HAPI, "%s", __FUNCTION__); in UpdateMIDINodes()
225 HLOG (HAPI, "%s", __FUNCTION__); in GetNumberOfParameters()
235 HLOG (HAPI, "%s", __FUNCTION__); in GetMasterBypassParameter()
661 HLOG (HAPI, "%s", __FUNCTION__); in _GenerateCoefficients()
[all …]
/dports/science/py-h5py/h5py-3.6.0/lzf/lzf/
H A DlzfP.h54 #ifndef HLOG
55 # define HLOG 17 /* Avoid pathological case at HLOG=16 A.C. 2/15/09 */ macro
136 typedef const u8 *LZF_STATE[1 << (HLOG)];
H A Dlzf_c.c39 #define HSIZE (1 << (HLOG))
51 # define IDX(h) ((( h >> (3*8 - HLOG)) - h ) & (HSIZE - 1))
53 # define IDX(h) ((( h >> (3*8 - HLOG)) - h*5) & (HSIZE - 1))
55 # define IDX(h) ((((h ^ (h << 5)) >> (3*8 - HLOG)) - h*5) & (HSIZE - 1))
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A DlzfP.h56 #ifndef HLOG
57 # define HLOG 14 macro
127 typedef const u8 *LZF_STATE[1 << (HLOG)];
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/wadzip/
H A DlzfP.h56 #ifndef HLOG
57 # define HLOG 15 macro
139 typedef const u8 *LZF_STATE[1 << (HLOG)];
/dports/archivers/pecl-lzf/LZF-1.6.8/lib/
H A DlzfP.h54 #ifndef HLOG
55 # define HLOG 16 macro
169 typedef LZF_HSLOT LZF_STATE[1 << (HLOG)];
H A Dlzf_c.c39 #define HSIZE (1 << (HLOG))
51 # define IDX(h) ((( h >> (3*8 - HLOG)) - h ) & (HSIZE - 1))
53 # define IDX(h) ((( h >> (3*8 - HLOG)) - h*5) & (HSIZE - 1))
55 # define IDX(h) ((((h ^ (h << 5)) >> (3*8 - HLOG)) - h*5) & (HSIZE - 1))
/dports/databases/redis6/redis-6.0.16/src/
H A DlzfP.h54 #ifndef HLOG
55 # define HLOG 16 macro
170 typedef LZF_HSLOT LZF_STATE[1 << (HLOG)];
H A Dlzf_c.c39 #define HSIZE (1 << (HLOG))
51 # define IDX(h) ((( h >> (3*8 - HLOG)) - h ) & (HSIZE - 1))
53 # define IDX(h) ((( h >> (3*8 - HLOG)) - h*5) & (HSIZE - 1))
55 # define IDX(h) ((((h ^ (h << 5)) >> (3*8 - HLOG)) - h*5) & (HSIZE - 1))
/dports/databases/redis-devel/redis-0e5b813/src/
H A DlzfP.h54 #ifndef HLOG
55 # define HLOG 16 macro
171 typedef LZF_HSLOT LZF_STATE[1 << (HLOG)];
/dports/databases/redis5/redis-5.0.14/src/
H A DlzfP.h54 #ifndef HLOG
55 # define HLOG 16 macro
170 typedef LZF_HSLOT LZF_STATE[1 << (HLOG)];
H A Dlzf_c.c39 #define HSIZE (1 << (HLOG))
51 # define IDX(h) ((( h >> (3*8 - HLOG)) - h ) & (HSIZE - 1))
53 # define IDX(h) ((( h >> (3*8 - HLOG)) - h*5) & (HSIZE - 1))
55 # define IDX(h) ((((h ^ (h << 5)) >> (3*8 - HLOG)) - h*5) & (HSIZE - 1))
/dports/graphics/open3d/Open3D-0.2/src/External/liblzf/
H A DlzfP.h54 #ifndef HLOG
55 # define HLOG 16 macro
166 typedef LZF_HSLOT LZF_STATE[1 << (HLOG)];
H A Dlzf_c.c44 #define HSIZE (1 << (HLOG))
56 # define IDX(h) ((( h >> (3*8 - HLOG)) - h ) & (HSIZE - 1))
58 # define IDX(h) ((( h >> (3*8 - HLOG)) - h*5) & (HSIZE - 1))
60 # define IDX(h) ((((h ^ (h << 5)) >> (3*8 - HLOG)) - h*5) & (HSIZE - 1))
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/liblzf/
H A DlzfP.h54 #ifndef HLOG
55 # define HLOG 16 macro
166 typedef LZF_HSLOT LZF_STATE[1 << (HLOG)];
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/template/
H A Ddriver.h50 HLOG hLog; /* handle to msg logs */
68 HLOG hLog; /* handle to msg logs */
84 HLOG hLog; /* handle to msg logs */
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/MiniSQL/
H A Ddriver.h47 HLOG hLog; /* handle to msg logs */
65 HLOG hLog; /* handle to msg logs */
81 HLOG hLog; /* handle to msg logs */
/dports/archivers/p5-Compress-LZF/Compress-LZF-3.8/
H A DlzfP.h54 #ifndef HLOG
55 # define HLOG 16 macro
218 typedef LZF_HSLOT LZF_STATE[1 << (HLOG)];
H A Dlzf_c.c39 #define HSIZE (1 << (HLOG))
52 # define IDX(h) ((( h >> (3*8 - HLOG)) - h ) & (HSIZE - 1))
54 # define IDX(h) ((( h >> (3*8 - HLOG)) - h*5) & (HSIZE - 1))
56 # define IDX(h) ((((h ^ (h << 5)) >> (3*8 - HLOG)) - h*5) & (HSIZE - 1))
63 # define IDX(h) (((h * 0x1e35a7bdU) >> (32 - HLOG - 8)) & (HSIZE - 1))
/dports/databases/pecl-redis/redis-5.3.5/liblzf/
H A DlzfP.h54 #ifndef HLOG
55 # define HLOG 16 macro
218 typedef LZF_HSLOT LZF_STATE[1 << (HLOG)];
H A Dlzf_c.c39 #define HSIZE (1 << (HLOG))
52 # define IDX(h) ((( h >> (3*8 - HLOG)) - h ) & (HSIZE - 1))
54 # define IDX(h) ((( h >> (3*8 - HLOG)) - h*5) & (HSIZE - 1))
56 # define IDX(h) ((((h ^ (h << 5)) >> (3*8 - HLOG)) - h*5) & (HSIZE - 1))
63 # define IDX(h) (((h * 0x1e35a7bdU) >> (32 - HLOG - 8)) & (HSIZE - 1))
/dports/databases/unixODBC/unixODBC-2.3.9/log/
H A DlogPushMsg.c44 int logPushMsg( HLOG hLog, char *pszModule, char *pszFunctionName, int nLine, int nSeverity, int nC… in logPushMsg()
104 int logvPushMsgf( HLOG hLog, char *pszModule, char *pszFunctionName, int nLine, int nSeverity, int … in logvPushMsgf()
186 int logPushMsgf( HLOG hLog, char *pszModule, char *pszFunctionName, int nLine, int nSeverity, int n… in logPushMsgf()
193 HLOG hLog; in logPushMsgf()
204 VA_SHIFT (hLog, HLOG); in logPushMsgf()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dlzf.c33 #ifndef HLOG
34 # define HLOG 15 macro
124 typedef const u8 *LZF_STATE[1 << (HLOG)];
265 #define HSIZE (1 << (HLOG))
276 # define IDX(h) ((((h ^ (h << 5)) >> (3*8 - HLOG)) - h*5) & (HSIZE - 1))

1234567891011