/third_party/curl/src/ |
H A D | tool_vms.h | 40 #undef exit macro 41 #define exit(__code) vms_special_exit((__code), (0)) macro
|
/third_party/alsa-utils/alsamixer/ |
H A D | die.c | 31 exit(EXIT_FAILURE); in fatal_error() 38 exit(EXIT_FAILURE); in fatal_alsa_error()
|
/third_party/ltp/lib/tests/ |
H A D | tst_checkpoint_wait_timeout.c | 48 exit(0); in main() 53 exit(0); in main()
|
/third_party/musl/porting/linux/user/src/sched/ |
H A D | sched_setscheduler.c | 10 goto exit; in sched_setscheduler() 13 exit: in sched_setscheduler()
|
H A D | sched_setparam.c | 10 goto exit;
in sched_setparam() 13 exit:
in sched_setparam()
|
/third_party/musl/porting/liteos_a/user/src/sched/ |
H A D | sched_setscheduler.c | 11 goto exit; in sched_setscheduler() 15 exit: in sched_setscheduler()
|
H A D | sched_getparam.c | 12 goto exit; in sched_getparam() 17 exit: in sched_getparam()
|
H A D | sched_setparam.c | 11 goto exit; in sched_setparam() 15 exit: in sched_setparam()
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | file_exists.py | 16 sys.exit(1) 22 sys.exit(0)
|
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 11024 goto exit; \ 14137 // As we exit this if-block, we only care about the high 128 bits in wuffs_base__private_implementation__parse_number_f64_eisel_lemire() 22378 goto exit; in wuffs_bmp__decoder__decode_image_config() 22414 goto exit; in wuffs_bmp__decoder__decode_image_config() 22456 goto exit; in wuffs_bmp__decoder__decode_image_config() 22491 goto exit; in wuffs_bmp__decoder__decode_image_config() 22584 goto exit; in wuffs_bmp__decoder__decode_image_config() 22647 goto exit; in wuffs_bmp__decoder__decode_image_config() 22681 goto exit; in wuffs_bmp__decoder__decode_image_config() 22715 goto exit; in wuffs_bmp__decoder__decode_image_config() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/ |
H A D | hal_btcoex.c | 1529 goto exit; in hal_btcoex_GetDBG() 1535 goto exit; in hal_btcoex_GetDBG() 1544 goto exit; in hal_btcoex_GetDBG() 1550 goto exit; in hal_btcoex_GetDBG() 1556 goto exit; in hal_btcoex_GetDBG() 1562 goto exit; in hal_btcoex_GetDBG() 1568 goto exit; in hal_btcoex_GetDBG() 1574 goto exit; in hal_btcoex_GetDBG() 1580 goto exit; in hal_btcoex_GetDBG() 1586 goto exit; in hal_btcoex_GetDBG() [all...] |
/third_party/eudev/src/udev/ |
H A D | udevd.c | 780 /* keep reference to block the client until we exit */ in handle_ctrl_msg() 960 log_warning("worker ["PID_FMT"] exit with status 0x%04x", pid, status); in handle_signal() 1141 goto exit; in main() 1149 goto exit; in main() 1162 goto exit; in main() 1168 goto exit; in main() 1175 goto exit; in main() 1185 goto exit; in main() 1211 goto exit; in main() 1218 goto exit; in main() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-ecc.c | 379 goto exit; in kmb_ocs_ecc_is_pubkey_valid_partial() 388 goto exit; in kmb_ocs_ecc_is_pubkey_valid_partial() 395 goto exit; in kmb_ocs_ecc_is_pubkey_valid_partial() 402 goto exit; in kmb_ocs_ecc_is_pubkey_valid_partial() 408 goto exit; in kmb_ocs_ecc_is_pubkey_valid_partial() 415 exit: in kmb_ocs_ecc_is_pubkey_valid_partial() 443 goto exit; in kmb_ocs_ecc_is_pubkey_valid_full() 448 exit: in kmb_ocs_ecc_is_pubkey_valid_full() 679 goto exit; in kmb_ecc_do_public_key() 684 goto exit; in kmb_ecc_do_public_key() [all...] |
/third_party/f2fs-tools/fsck/ |
H A D | main.c | 46 exit(EXIT_FAILURE); in absolute_path() 79 MSG(0, " -V print the version number and exit\n"); in fsck_usage() 84 exit(1); in fsck_usage() 100 MSG(0, " -V print the version number and exit\n"); in dump_usage() 102 exit(1); in dump_usage() 115 MSG(0, " -V print the version number and exit\n"); in defrag_usage() 116 exit(1); in defrag_usage() 130 MSG(0, " -V print the version number and exit\n"); in resize_usage() 131 exit(1); in resize_usage() 159 MSG(0, " -V print the version number and exit\ in sload_usage() [all...] |
/third_party/cups-filters/filter/ |
H A D | texttopdf.c | 390 exit(1); in WriteProlog() 405 exit(1); in WriteProlog() 416 exit(1); in WriteProlog() 479 exit(1); in WriteProlog() 492 exit(1); in WriteProlog() 515 exit(1); in WriteProlog() 528 exit(1); in WriteProlog() 663 exit(1); in WriteProlog() 676 exit(1); in WriteProlog() 699 exit( in WriteProlog() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_utils.cpp | 45 // definition in all loop exit blocks by which the definition escapes. 48 // instruction to merge the incoming value according to exit blocks definition. 65 // phi instructions from |user| to the loop exit blocks' phis. The use of 68 // It is assumed that |user| does not dominates any of the loop exit basic 162 // If this is an exit basic block, look if there already is an eligible in GetOrBuildIncoming() 189 // the exit block set. To maintain structured properties it will ease in GetOrBuildIncoming() 191 // the exit ones. in GetOrBuildIncoming() 225 // Check if one of the loop exit basic block dominates |bb_id|. in GetDefiningBlocks() 285 // If bb does not dominate an exit block, then it cannot have escaping defs. in MakeSetClosedSSA() 302 // That's not an exit bloc in MakeSetClosedSSA() 356 BasicBlock& exit = *insert_pt.InsertBefore(std::unique_ptr<BasicBlock>( CreateLoopDedicatedExits() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_utils.cpp | 45 // definition in all loop exit blocks by which the definition escapes. 48 // instruction to merge the incoming value according to exit blocks definition. 65 // phi instructions from |user| to the loop exit blocks' phis. The use of 68 // It is assumed that |user| does not dominates any of the loop exit basic 162 // If this is an exit basic block, look if there already is an eligible in GetOrBuildIncoming() 189 // the exit block set. To maintain structured properties it will ease in GetOrBuildIncoming() 191 // the exit ones. in GetOrBuildIncoming() 225 // Check if one of the loop exit basic block dominates |bb_id|. in GetDefiningBlocks() 285 // If bb does not dominate an exit block, then it cannot have escaping defs. in MakeSetClosedSSA() 302 // That's not an exit bloc in MakeSetClosedSSA() 356 BasicBlock& exit = *insert_pt.InsertBefore(std::unique_ptr<BasicBlock>( CreateLoopDedicatedExits() local [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | loop_utils.cpp | 44 // definition in all loop exit blocks by which the definition escapes. 47 // instruction to merge the incoming value according to exit blocks definition. 64 // phi instructions from |user| to the loop exit blocks' phis. The use of 67 // It is assumed that |user| does not dominates any of the loop exit basic 161 // If this is an exit basic block, look if there already is an eligible in GetOrBuildIncoming() 188 // the exit block set. To maintain structured properties it will ease in GetOrBuildIncoming() 190 // the exit ones. in GetOrBuildIncoming() 224 // Check if one of the loop exit basic block dominates |bb_id|. in GetDefiningBlocks() 284 // If bb does not dominate an exit block, then it cannot have escaping defs. in MakeSetClosedSSA() 301 // That's not an exit bloc in MakeSetClosedSSA() 355 BasicBlock& exit = *insert_pt.InsertBefore(std::unique_ptr<BasicBlock>( CreateLoopDedicatedExits() local [all...] |
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-rmi.c | 204 goto exit; in rmi_hid_read_block() 223 goto exit; in rmi_hid_read_block() 254 exit: in rmi_hid_read_block() 272 goto exit; in rmi_hid_write_block() 287 goto exit; in rmi_hid_write_block() 291 exit: in rmi_hid_write_block() 518 goto exit; in rmi_input_configured() 524 goto exit; in rmi_input_configured() 530 goto exit; in rmi_input_configured() 535 exit in rmi_input_configured() [all...] |
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | max6639.c | 414 goto exit; in max6639_init_client() 435 goto exit; in max6639_init_client() 442 goto exit; in max6639_init_client() 452 goto exit; in max6639_init_client() 462 goto exit; in max6639_init_client() 472 goto exit; in max6639_init_client() 477 goto exit; in max6639_init_client() 481 goto exit; in max6639_init_client() 488 goto exit; in max6639_init_client() 494 exit in max6639_init_client() [all...] |
/kernel/linux/linux-5.10/drivers/platform/chrome/ |
H A D | cros_ec_spi.c | 480 goto exit; in do_cros_ec_pkt_xfer_spi() 490 goto exit; in do_cros_ec_pkt_xfer_spi() 498 goto exit; in do_cros_ec_pkt_xfer_spi() 514 goto exit; in do_cros_ec_pkt_xfer_spi() 518 exit: in do_cros_ec_pkt_xfer_spi() 599 goto exit; in do_cros_ec_cmd_xfer_spi() 607 goto exit; in do_cros_ec_cmd_xfer_spi() 615 goto exit; in do_cros_ec_cmd_xfer_spi() 633 goto exit; in do_cros_ec_cmd_xfer_spi() 637 exit in do_cros_ec_cmd_xfer_spi() [all...] |
/kernel/linux/linux-6.6/drivers/platform/chrome/ |
H A D | cros_ec_spi.c | 477 goto exit; in do_cros_ec_pkt_xfer_spi() 487 goto exit; in do_cros_ec_pkt_xfer_spi() 495 goto exit; in do_cros_ec_pkt_xfer_spi() 511 goto exit; in do_cros_ec_pkt_xfer_spi() 515 exit: in do_cros_ec_pkt_xfer_spi() 598 goto exit; in do_cros_ec_cmd_xfer_spi() 606 goto exit; in do_cros_ec_cmd_xfer_spi() 614 goto exit; in do_cros_ec_cmd_xfer_spi() 632 goto exit; in do_cros_ec_cmd_xfer_spi() 636 exit in do_cros_ec_cmd_xfer_spi() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | nvm.c | 127 goto exit; in iwl_nvm_read_chunk() 134 goto exit; in iwl_nvm_read_chunk() 141 exit: in iwl_nvm_read_chunk() 453 goto exit; in iwl_mvm_update_mcc() 459 goto exit; in iwl_mvm_update_mcc() 478 goto exit; in iwl_mvm_update_mcc() 484 goto exit; in iwl_mvm_update_mcc() 503 goto exit; in iwl_mvm_update_mcc() 509 goto exit; in iwl_mvm_update_mcc() 537 exit in iwl_mvm_update_mcc() [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | max6639.c | 417 goto exit; in max6639_init_client() 438 goto exit; in max6639_init_client() 445 goto exit; in max6639_init_client() 455 goto exit; in max6639_init_client() 465 goto exit; in max6639_init_client() 475 goto exit; in max6639_init_client() 480 goto exit; in max6639_init_client() 484 goto exit; in max6639_init_client() 491 goto exit; in max6639_init_client() 497 exit in max6639_init_client() [all...] |
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-rmi.c | 204 goto exit; in rmi_hid_read_block() 223 goto exit; in rmi_hid_read_block() 253 exit: in rmi_hid_read_block() 271 goto exit; in rmi_hid_write_block() 286 goto exit; in rmi_hid_write_block() 290 exit: in rmi_hid_write_block() 518 goto exit; in rmi_input_configured() 524 goto exit; in rmi_input_configured() 530 goto exit; in rmi_input_configured() 535 exit in rmi_input_configured() [all...] |