Lines Matching defs:calculate

451 search_for_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig,  in search_for_prefix()
571 calculate_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_prefix()
606 calculate_set_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_set_prefix()
700 search_for_exec_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig, in search_for_exec_prefix()
794 calculate_exec_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_exec_prefix()
841 calculate_set_exec_prefix(PyCalculatePath *calculate, in calculate_set_exec_prefix()
957 calculate_program_impl(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_program_impl()
1012 calculate_program(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_program()
1096 calculate_argv0_path_framework(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_argv0_path_framework()
1178 calculate_argv0_path(PyCalculatePath *calculate, in calculate_argv0_path()
1207 calculate_open_pyenv(PyCalculatePath *calculate, FILE **env_file_p) in calculate_open_pyenv()
1260 calculate_read_pyenv(PyCalculatePath *calculate) in calculate_read_pyenv()
1292 calculate_zip_path(PyCalculatePath *calculate) in calculate_zip_path()
1341 calculate_module_search_path(PyCalculatePath *calculate, in calculate_module_search_path()
1430 calculate_init(PyCalculatePath *calculate, const PyConfig *config) in calculate_init()
1480 calculate_free(PyCalculatePath *calculate) in calculate_free()
1496 calculate_path(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_path()
1599 PyCalculatePath calculate; in _PyPathConfig_Calculate() local