ReactOS 0.4.16-dev-338-g34e76ad
|
Go to the source code of this file.
Functions | |
DBG_DEFAULT_CHANNEL (WARNING) | |
VOID __cdecl | BootMain (IN PCCH CmdLine) |
int __cdecl | wctomb (char *mbchar, wchar_t wchar) |
int __cdecl | mbtowc (wchar_t *wchar, const char *mbchar, size_t count) |
int __cdecl | iswctype (wint_t wc, wctype_t wctypeFlags) |
double | pow (double x, double y) |
double | log (double x) |
double | log10 (double x) |
Variables | |
CCHAR | FrLdrBootPath [MAX_PATH] = "" |
Definition at line 33 of file freeldr.c.
Referenced by ArmInit(), and RealEntryPoint().
DBG_DEFAULT_CHANNEL | ( | WARNING | ) |
Definition at line 97 of file freeldr.c.
Referenced by _wcstoi64_l(), _wcstoui64_l(), _wtoi64_l(), _wtol(), iswalnum(), iswalpha(), iswblank(), iswcntrl(), iswdigit(), iswgraph(), iswlower(), iswprint(), iswpunct(), iswspace(), iswupper(), iswxdigit(), rangematch(), towlower(), towupper(), wcstol(), and wcstoul().
Definition at line 122 of file freeldr.c.
Referenced by _CIlog10(), DSOUND_Calc3DBuffer(), I10_OUTPUT(), log10f(), logic_dbl2int(), MCIQTZ_mciSetAudio(), number_to_fixed(), number_to_str(), Number_toPrecision(), prepare_rpn_result_2(), rpn_log(), and ValarrayTest::transcendentals().
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 110 of file freeldr.c.
Referenced by _CIpow(), detectChange(), device_clear_render_targets(), do_rva(), DSOUND_RecalcVolPan(), exp2(), format_float(), format_value(), get_hwnd_from_ifiledialog(), gl_color_shade_vertices(), gl_color_shade_vertices_fast(), gl_compute_material_shine_table(), gl_compute_spot_exp_table(), gl_index_shade_vertices(), gl_pow(), init_layer12_table(), init_layer3(), init_layer3_gainpow2(), JSGlobal_parseFloat(), Math_pow(), number_to_str(), Number_toString(), parse_decimal(), parse_numeric_literal(), powf(), powl(), pres_exp(), ProcessPlayingNotes(), rpn_cbrt(), rpn_exp10(), rpn_exp3(), rpn_pow_f(), rpn_s_ex(), rpn_shl_f(), rpn_shr_f(), rpn_sqr_f(), str_to_number(), test_customize(), test_instantiation(), test_SetSite(), TIFFCIELabToRGBInit(), TIFFDefaultTransferFunction(), ValarrayTest::transcendentals(), TRIO_ARGS2(), VarPow(), VarR8Pow(), VarR8Round(), VarRound(), wcstod(), and xsltFormatNumberConversion().
Definition at line 29 of file freeldr.c.
Referenced by ArmInitializeBootDevices(), BuildArgvForOsLoader(), DiskGetBootPath(), IniFileInitialize(), LoadBootDeviceDriver(), PcInitializeBootDevices(), UefiInitializeBootDevices(), and UefiSetBootpath().