Searched refs:COPY_FLAG (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Python/ |
H A D | preconfig.c | 466 #define COPY_FLAG(ATTR, VALUE) \ in preconfig_get_global_vars() macro 475 COPY_FLAG(isolated, Py_IsolatedFlag); in preconfig_get_global_vars() 481 COPY_FLAG(legacy_windows_fs_encoding, Py_LegacyWindowsFSEncodingFlag); in preconfig_get_global_vars() 484 #undef COPY_FLAG in preconfig_get_global_vars() macro 492 #define COPY_FLAG(ATTR, VAR) \ in preconfig_set_global_vars() macro 501 COPY_FLAG(isolated, Py_IsolatedFlag); in preconfig_set_global_vars() 504 COPY_FLAG(legacy_windows_fs_encoding, Py_LegacyWindowsFSEncodingFlag); in preconfig_set_global_vars() 506 COPY_FLAG(utf8_mode, Py_UTF8Mode); in preconfig_set_global_vars() 508 #undef COPY_FLAG in preconfig_set_global_vars() macro
|
H A D | initconfig.c | 1466 #define COPY_FLAG(ATTR, VALUE) \ in config_get_global_vars() macro 1475 COPY_FLAG(isolated, Py_IsolatedFlag); in config_get_global_vars() 1477 COPY_FLAG(bytes_warning, Py_BytesWarningFlag); in config_get_global_vars() 1478 COPY_FLAG(inspect, Py_InspectFlag); in config_get_global_vars() 1479 COPY_FLAG(interactive, Py_InteractiveFlag); in config_get_global_vars() 1480 COPY_FLAG(optimization_level, Py_OptimizeFlag); in config_get_global_vars() 1481 COPY_FLAG(parser_debug, Py_DebugFlag); in config_get_global_vars() 1482 COPY_FLAG(verbose, Py_VerboseFlag); in config_get_global_vars() 1483 COPY_FLAG(quiet, Py_QuietFlag); in config_get_global_vars() 1485 COPY_FLAG(legacy_windows_stdi in config_get_global_vars() 1494 #undef COPY_FLAG config_get_global_vars() macro 1503 #define COPY_FLAG config_set_global_vars() macro 1535 #undef COPY_FLAG config_set_global_vars() macro [all...] |
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_command_pool.c | 113 #define COPY_FLAG(flag) \ in vk_common_ResetCommandPool() macro 118 COPY_FLAG(RELEASE_RESOURCES_BIT); in vk_common_ResetCommandPool() 120 #undef COPY_FLAG in vk_common_ResetCommandPool() macro
|
Completed in 5 milliseconds