/reactos/sdk/tools/log2lines/ |
H A D | util.h | 15 #define log(outFile, fmt, ...) \ macro
|
/reactos/boot/freeldr/freeldr/ |
H A D | freeldr.c | 116 double log(double x) in log() function
|
/reactos/sdk/lib/3rdparty/stlport/src/ |
H A D | complex.cpp | 253 _STLP_DECLSPEC complex<float> _STLP_CALL log(const complex<float>& z) in log() function 256 _STLP_DECLSPEC complex<double> _STLP_CALL log(const complex<double>& z) in log() function 260 _STLP_DECLSPEC complex<long double> _STLP_CALL log(const complex<long double>& z) in log() function
|
/reactos/sdk/include/ucrt/ |
H A D | complex.h | 219 inline _Dcomplex __CRTDECL log(_In_ _Dcomplex _X) throw() in log() function 346 inline _Fcomplex __CRTDECL log(_In_ _Fcomplex _X) throw() in log() function 493 inline _Lcomplex __CRTDECL log(_In_ _Lcomplex _X) throw() in log() function
|
H A D | tgmath.h | 77 #define log(X) _Generic((X), \ macro
|
/reactos/modules/rostests/winetests/quartz/ |
H A D | dsoundrender.c | 77 static HRESULT WINAPI PB_Read(IPropertyBag *iface, LPCOLESTR name, VARIANT *var, IErrorLog *log) in PB_Read()
|
/reactos/dll/win32/pdh/ |
H A D | pdh_main.c | 1280 PDH_STATUS WINAPI PdhGetLogFileTypeA(const char *log, DWORD *type) in PdhGetLogFileTypeA() 1289 PDH_STATUS WINAPI PdhGetLogFileTypeW(const WCHAR *log, DWORD *type) in PdhGetLogFileTypeW()
|
/reactos/sdk/include/crt/ |
H A D | math.h | 351 _Check_return_ inline float log(_In_ float x) throw() { return logf(x); } in log() function 377 _Check_return_ inline long double log(_In_ long double x) throw() { return logl(x); } in log() function
|
/reactos/drivers/filesystems/btrfs/zstd/ |
H A D | zstd_decompress_internal.h | 74 #define SEQSYMBOL_TABLE_SIZE(log) (1 + (1 << (log))) argument
|
/reactos/base/applications/notepad/ |
H A D | dialog.c | 344 TCHAR log[5]; in DoOpenFile() local
|
/reactos/dll/win32/ieframe/ |
H A D | ieframe.h | 166 travellog_entry_t *log; member
|
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _valarray.h | 983 inline valarray<_Tp> log(const valarray<_Tp>& __x) { in log() function
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | aes.c | 433 int log[256]; in aes_gen_tables() local
|
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | graphics.c | 176 static void log_state(GraphicsState data, node ** log) in log_state() 186 static void check_no_duplicates(node * log) in check_no_duplicates()
|
/reactos/dll/win32/mmdevapi/ |
H A D | devenum.c | 1522 static HRESULT WINAPI PB_Read(IPropertyBag *iface, LPCOLESTR name, VARIANT *var, IErrorLog *log) in PB_Read()
|
/reactos/modules/rosapps/applications/devutils/btrfstools/ |
H A D | btrfs_structures.py | 1160 def logical_to_physical(self, log): argument
|
/reactos/dll/3rdparty/libtiff/ |
H A D | tif_ojpeg.c | 292 uint8 log; member
|
/reactos/dll/directx/wine/wined3d/ |
H A D | glsl_shader.c | 462 char *log; in print_glsl_info_log() local
|