Searched defs:core_config (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Modules/ |
D | getpath.c | 338 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/ |
D | getpathp.c | 536 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/ |
D | lowlevel_init.c | 123 uint32_t tmp, core_id, core_config; in power_down_core() local
|
/external/python/cpython3/Python/ |
D | pylifecycle.c | 401 _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
|
D | pathconfig.c | 50 _PyPathConfig_Init(const _PyCoreConfig *core_config) in _PyPathConfig_Init()
|
D | sysmodule.c | 2067 _PyCoreConfig *core_config = &_PyGILState_GetInterpreterStateUnsafe()->core_config; in make_flags() local
|
/external/python/cpython3/Programs/ |
D | _testembed.c | 319 const _PyCoreConfig *core_config = &interp->core_config; in dump_config_impl() local
|
/external/python/cpython3/Include/ |
D | pystate.h | 145 _PyCoreConfig core_config; member
|