/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticASTKinds.td | 14 "%select{reinterpret_cast|dynamic_cast|%select{this conversion|cast that" 17 "%select{| in C++ standards before C++20||}0">; 20 "%select{in C++ standards before C++2c|because the pointed object " 32 "%select{non-constexpr|undefined}0 %select{function|constructor}1 %2 cannot " 45 "%select{|||||virtual function called on|dynamic_cast applied to|" 49 "reference dynamic_cast failed: %select{" 60 "%select{pointer|reference}0 to %select{|subobjec [all...] |
H A D | DiagnosticSemaKinds.td | 22 "variable%select{s| %1|s %1 and %2|s %1, %2, and %3|s %1, %2, %3, and %4}0 " 26 "variable %0 is %select{decremented|incremented}1 both in the loop header " 29 def note_loop_iteration_here : Note<"%select{decremented|incremented}0 here">; 46 "using %select{integer|floating point|complex}1 absolute value function %0 " 47 "when argument is of %select{integer|floating point|complex}2 type">, 51 "taking the absolute value of %select{pointer|function|array}0 type %1 is suspicious">, 56 "%select{a value and unsigned zero|unsigned zero and a value}0 " 73 "expression is not an %select{integer|integral}0 constant expression">; 75 "expression is not an %select{integer|integral}0 constant expression; " 85 "%select{cas [all...] |
H A D | DiagnosticSerializationKinds.td | 22 "%select{precompiled header|module file|AST file}1 '%2' was built" 23 ": %select{size|mtime|content}3 changed%select{| (was %5, now %6)}4">, 36 "%select{AST file was|current translation unit is}0 compiled with the target " 37 "feature '%1' but the %select{current translation unit is|AST file was}0 " 39 def err_pch_langopt_mismatch : Error<"%0 was %select{disabled|enabled}1 in " 40 "PCH file but is currently %select{disabled|enabled}2">; 50 def note_pch_vfsoverlay_files : Note<"%select{PCH|current translation unit}0 has the following VFS overlays:\n%1">; 51 def note_pch_vfsoverlay_empty : Note<"%select{PCH|current translation unit}0 has no VFS overlays">; 65 "%select{PC [all...] |
H A D | DiagnosticCommentKinds.td | 50 "empty paragraph passed to '%select{\\|@}0%1' command">, 54 "duplicated command '%select{\\|@}0%1'">, 58 "previous command '%select{\\|@}0%1' here">; 61 "previous command '%select{\\|@}0%1' (an alias of '\\%2') here">; 75 "'%select{\\|@}0param' command used in a comment that is not attached to " 80 "'%select{\\|@}0%select{function|functiongroup|method|methodgroup|callback}1' " 82 "%select{a function|a function|an Objective-C method|an Objective-C method|" 87 "'%select{\\|@}0%select{class|interface|protocol|struct|union}1' " 89 "non-%select{class|interface|protocol|struct|union}2 declaration">, 93 "'%select{\\|@}0%select{classdesign|coclass|dependency|helper" [all …]
|
H A D | DiagnosticParseKinds.td | 41 "extra ';' %select{" 60 "the previous '%select{if|else|for|while}0'">, 66 "%select{%1 and |}0%2 tokens " 67 "%select{introducing statement expression|terminating statement expression|" 74 "%select{|second }0%1 token is here">; 82 "%select{here|for the remainder of the translation unit}1">, 125 "%select{|; missing list of enumerators?}0">, 128 "reference to enumeration must use 'enum' not 'enum %select{struct|class}0'">, 150 "dependent %select{__if_not_exists|__if_exists}0 declarations are ignored">, 331 "cannot use %select{unicod [all...] |
/freebsd-src/sys/contrib/dev/rtw89/ |
H A D | Kconfig | 40 select RTW89_CORE 41 select RTW89_PCI 42 select RTW89_8851B 44 Select this option will enable support for 8851BE chipset 51 select RTW89_CORE 52 select RTW89_PCI 53 select RTW89_8852A 55 Select this option will enable support for 8852AE chipset 62 select RTW89_CORE 63 select RTW89_PC [all...] |
/freebsd-src/contrib/openbsm/bin/auditreduce/ |
H A D | auditreduce.1 | 33 .Nd "select records from audit trail files" 70 Select all records. 72 Select records that occurred after or on the given datetime. 74 Select records that occurred before the given datetime. 76 Select records matching the given audit classes specified as a comma 82 Select records that occurred on a given date. 88 Select records with the given effective user ID or name. 90 Select records with the given effective group ID or name. 92 Select records with the given real group ID or name. 94 Select records having a subject token with matching ID, where ID is a process ID. [all …]
|
/freebsd-src/tools/regression/poll/ |
H A D | pipeselect.c | 3 #include <sys/select.h> 72 errx(1, "fd = %d too large for select()", fd); in child() 76 if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0) in child() 77 err(1, "select"); in child() 80 * writer) is reported quite differently for select() than in child() 81 * for poll(). select() must see a ready-to-read descriptor in child() 107 if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0) in child() 108 err(1, "select"); in child() 116 if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0) in child() 117 err(1, "select"); in child() [all …]
|
/freebsd-src/contrib/kyua/store/ |
H A D | migrate_v1_v2.sql | 73 SELECT schema_version, timestamp FROM metadata; 110 SELECT test_program_id, action_id, absolute_path, root, relative_path, 184 SELECT test_program_id, NULL, interface, default_name, default_value 187 SELECT NULL, test_case_id, interface, default_name, default_value 197 SELECT CAST(timeout / 1000000 AS TEXT) FROM plain_test_programs AS aux 203 SELECT DISTINCT CAST(timeout / 1000000 AS TEXT) 221 SELECT description FROM atf_test_cases AS aux 227 SELECT has_cleanup FROM atf_test_cases AS aux 233 SELECT CAST(timeout / 1000000 AS TEXT) FROM atf_test_cases AS aux 239 SELECT CAST(required_memory AS TEXT) FROM atf_test_cases AS aux [all …]
|
H A D | migrate_v2_v3.sql | 46 INSERT INTO metadata SELECT * FROM old_store.metadata; 49 SELECT cwd 55 SELECT var_name, var_value 62 SELECT metadata_id, property_name, property_value 65 SELECT test_programs.metadata_id 69 SELECT test_cases.metadata_id 76 SELECT test_program_id, absolute_path, root, relative_path, 82 SELECT test_cases.test_case_id, test_cases.test_program_id, 89 SELECT test_results.test_case_id, test_results.result_type, 99 SELECT files.file_id, files.contents [all …]
|
/freebsd-src/lib/libsys/ |
H A D | select.2 | 32 .Nm select 39 .Fn select "int nfds" "fd_set *readfds" "fd_set *writefds" "fd_set *exceptfds" "struct timeval *tim… 46 .Fn select 65 .Fn select 70 .Fn select 111 is a null pointer, the select blocks indefinitely. 126 .Fn select 132 .Fn select 135 .Fn select 141 .Fn select [all …]
|
H A D | pselect.2 | 54 .Xr select 2 . 60 .Fn select . 70 .Fn select ; 72 .Fn select , 87 .Fn select 91 .Xr select 2 100 .Fn select . 105 .Xr select 2 111 .Xr select 2 ,
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SelectOptimize.cpp | 1 //===--- SelectOptimize.cpp - Convert select to branches if profitable ---===// 47 #define DEBUG_TYPE "select-optimize" 50 "Number of select groups considered for conversion to branch"); 52 "Number of select groups converted due to expensive cold operand"); 54 "Number of select groups converted due to high-predictability"); 56 "Number of select groups not converted due to unpredictability"); 58 "Number of select groups not converted due to cold basic block"); 60 "Number of select groups converted due to loop-level analysis"); 75 GainGradientThreshold("select-opti-loop-gradient-gain-threshold", 80 GainCycleThreshold("select [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 53 /// Replace a select operand based on an equality comparison with the identity 58 // The select condition must be an equality compare with a constant operand. in foldSelectBinOpIdentity() 75 // A select operand must be a binop. in foldSelectBinOpIdentity() 107 // S = { select (cmp eq X, C), BO, ? } or { select (cmp ne X, C), ?, BO } in foldSelectBinOpIdentity() 109 // S = { select (cmp eq X, C), Y, ? } or { select (cmp ne X, C), ?, Y } in foldSelectBinOpIdentity() 114 /// select (icmp eq (and X, C1)), TC, FC 129 // If this is a vector select, we need a vector compare. in foldSelectICmpAnd() 160 // replace the select in foldSelectICmpAnd() 2258 if (auto *Select = dyn_cast<SelectInst>(SI.user_back())) foldSelectCmpXchg() local 3745 if (Instruction *Select = foldSelectBinOpIdentity(SI, TLI, *this)) visitSelectInst() local [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/mtd/ |
H A D | st,stm32-fmc2-nand.yaml | 64 - description: Chip select 0 data 65 - description: Chip select 0 command 66 - description: Chip select 0 address space 67 - description: Chip select 1 data 68 - description: Chip select 1 command 69 - description: Chip select 1 address space 89 - description: Chip select 0 data 90 - description: Chip select 0 command 91 - description: Chip select 0 address space 92 - description: Chip select [all...] |
/freebsd-src/usr.bin/limits/ |
H A D | limits.1 | 142 Select or set limits for the process identified by the 145 Select display or setting of 155 Select display or setting of 165 Select display or setting of both 178 Select 188 Select or set the 192 Select or set (if 199 Select or set (if 205 Select or set the 209 Select o [all...] |
/freebsd-src/contrib/kyua/utils/sqlite/ |
H A D | statement_test.cpp | 52 ATF_REQUIRE_THROW(sqlite::error, db.exec("SELECT * FROM foo")); in ATF_TEST_CASE_BODY() 54 db.exec("SELECT * FROM foo"); in ATF_TEST_CASE_BODY() 64 "SELECT prime FROM test ORDER BY prime"); in ATF_TEST_CASE_BODY() 88 ATF_REQUIRE_THROW(sqlite::error, db.exec("SELECT * FROM foo")); in ATF_TEST_CASE_BODY() 90 db.exec("SELECT * FROM foo"); in ATF_TEST_CASE_BODY() 112 sqlite::statement stmt = db.create_statement("SELECT * FROM foo"); in ATF_TEST_CASE_BODY() 125 sqlite::statement stmt = db.create_statement("SELECT * FROM foo"); in ATF_TEST_CASE_BODY() 139 sqlite::statement stmt = db.create_statement("SELECT * FROM foo"); in ATF_TEST_CASE_BODY() 158 sqlite::statement stmt = db.create_statement("SELECT * FROM foo"); in ATF_TEST_CASE_BODY() 178 sqlite::statement stmt = db.create_statement("SELECT * FROM foo"); in ATF_TEST_CASE_BODY() [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEISelDAGToDAG.h | 93 /// Select constant vector splats. 96 /// Select constant vector splats whose value fits in a given integer. 99 /// Select constant vector splats whose value fits in a uimm1. 101 /// Select constant vector splats whose value fits in a uimm2. 103 /// Select constant vector splats whose value fits in a uimm3. 105 /// Select constant vector splats whose value fits in a uimm4. 107 /// Select constant vector splats whose value fits in a uimm5. 109 /// Select constant vector splats whose value fits in a uimm6. 111 /// Select constant vector splats whose value fits in a uimm8. 113 /// Select constan [all...] |
H A D | MipsISelDAGToDAG.h | 26 // MipsDAGToDAGISel - MIPS specific code to select MIPS machine 92 /// Select constant vector splats. 95 /// Select constant vector splats whose value fits in a uimm1. 97 /// Select constant vector splats whose value fits in a uimm2. 99 /// Select constant vector splats whose value fits in a uimm3. 101 /// Select constant vector splats whose value fits in a uimm4. 103 /// Select constant vector splats whose value fits in a uimm5. 105 /// Select constant vector splats whose value fits in a uimm6. 107 /// Select constant vector splats whose value fits in a uimm8. 109 /// Select constan [all...] |
/freebsd-src/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | Kconfig | 4 select MT792x_LIB 5 select WANT_DEV_COREDUMP 9 select MT7921_COMMON 19 select MT76_SDIO 20 select MT7921_COMMON 30 select MT792x_USB 31 select MT7921_COMMON
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | SelectHelper.h | 22 // Defaults to infinite wait for select unless you call SetTimeout() 25 // Call SetTimeout() before calling SelectHelper::Select() to set the timeout 27 // SelectHelper::Select() without having to worry about the absolute timeout 31 // Call the FDSet*() functions before calling SelectHelper::Select() to set 32 // the file descriptors that we will watch for when calling select. This will 33 // cause FD_SET() to be called prior to calling select using the "fd" 39 // Call the FDIsSet*() functions after calling SelectHelper::Select() to 41 // contain the result of FD_ISSET after calling select for a given file 47 // Call the system's select() to wait for descriptors using timeout provided 50 lldb_private::Status Select();
|
/freebsd-src/sys/contrib/dev/athk/ath10k/ |
H A D | Kconfig | 5 select ATH_COMMON 6 select CRC32 7 select WANT_DEV_COREDUMP 8 select ATH10K_CE 48 select QCOM_SCM 49 select QCOM_QMI_HELPERS 73 select RELAY 83 Select this to ath10k use tracing infrastructure.
|
/freebsd-src/lib/libc/gen/ |
H A D | scandir.c | 33 * Scan the directory dirname calling select to make a list of selected 49 #define SELECT(x) CALL_BLOCK(select, x) macro 54 #define SELECT(x) select(x) macro 67 scandir_b_dirp(DIR *dirp, struct dirent ***namelist, select_block select, in scandir_b_dirp() argument 71 int (*select)(const struct dirent *), int (*dcomp)(const struct dirent **, in scandir_b_dirp() 85 if (select != NULL && !SELECT(d)) in scandir_b_dirp() 137 scandir_b(const char *dirname, struct dirent ***namelist, select_block select, in scandir_b() argument 141 int (*select)(const struct dirent *), int (*dcomp)(const struct dirent **, in scandir_b() 156 (dirp, namelist, select, dcomp)); in scandir_b() 162 int (*select)(const struct dirent *), int (*dcomp)(const struct dirent **, in scandirat() [all …]
|
/freebsd-src/share/misc/ |
H A D | usb_hid_usages | 36 0x3E Select 55 0x89 System Menu Select 123 0xC2 Weapons Select 352 0x77 Keyboard Select 564 0x2E Ring Select 638 0x62 Closed Caption Select 651 0x88 Media Select Computer 652 0x89 Media Select TV 653 0x8A Media Select WWW 654 0x8B Media Select DVD [all …]
|
/freebsd-src/sys/contrib/xz-embedded/linux/lib/xz/ |
H A D | Kconfig | 3 select CRC32 14 select XZ_DEC_BCJ 19 select XZ_DEC_BCJ 24 select XZ_DEC_BCJ 29 select XZ_DEC_BCJ 34 select XZ_DEC_BCJ 39 select XZ_DEC_BCJ
|