Home
last modified time | relevance | path

Searched defs:core_config (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Modules/
Dgetpath.c338 search_for_prefix(const _PyCoreConfig *core_config, in search_for_prefix()
405 calculate_prefix(const _PyCoreConfig *core_config, in calculate_prefix()
450 search_for_exec_prefix(const _PyCoreConfig *core_config, in search_for_exec_prefix()
526 calculate_exec_prefix(const _PyCoreConfig *core_config, in calculate_exec_prefix()
562 calculate_program_full_path(const _PyCoreConfig *core_config, in calculate_program_full_path()
800 calculate_module_search_path(const _PyCoreConfig *core_config, in calculate_module_search_path()
892 const _PyCoreConfig *core_config) in calculate_init()
935 calculate_path_impl(const _PyCoreConfig *core_config, in calculate_path_impl()
994 _PyPathConfig_Calculate(_PyPathConfig *config, const _PyCoreConfig *core_config) in _PyPathConfig_Calculate()
/external/python/cpython3/PC/
Dgetpathp.c536 get_program_full_path(const _PyCoreConfig *core_config, in get_program_full_path()
660 const _PyCoreConfig *core_config) in calculate_init()
771 calculate_module_search_path(const _PyCoreConfig *core_config, in calculate_module_search_path()
957 calculate_path_impl(const _PyCoreConfig *core_config, in calculate_path_impl()
1017 _PyPathConfig_Calculate(_PyPathConfig *config, const _PyCoreConfig *core_config) in _PyPathConfig_Calculate()
/external/u-boot/arch/arm/mach-exynos/
Dlowlevel_init.c123 uint32_t tmp, core_id, core_config; in power_down_core() local
/external/python/cpython3/Python/
Dpylifecycle.c401 _emit_stderr_warning_for_legacy_locale(const _PyCoreConfig *core_config) in _emit_stderr_warning_for_legacy_locale()
596 const _PyCoreConfig *core_config) in _Py_Initialize_ReconfigureCore()
635 const _PyCoreConfig *core_config) in _Py_InitializeCore_impl()
1385 _PyCoreConfig *core_config; in new_interpreter() local
Dpathconfig.c50 _PyPathConfig_Init(const _PyCoreConfig *core_config) in _PyPathConfig_Init()
Dsysmodule.c2067 _PyCoreConfig *core_config = &_PyGILState_GetInterpreterStateUnsafe()->core_config; in make_flags() local
/external/python/cpython3/Programs/
D_testembed.c319 const _PyCoreConfig *core_config = &interp->core_config; in dump_config_impl() local
/external/python/cpython3/Include/
Dpystate.h145 _PyCoreConfig core_config; member