| /freebsd/crypto/krb5/src/ccapi/test/ |
| H A D | Makefile.w32 | 65 @echo R3- Built $(*B) in $(TESTDIR) 72 @echo R4- Built $(*B) in $(TESTDIR)
|
| /freebsd/sys/contrib/device-tree/src/mips/ingenic/ |
| H A D | gcw0.dts | 77 "Microphone", "Built-in Mic"; 89 "Built-in Mic", "MICBIAS", 90 "MIC1P", "Built-in Mic", 91 "MIC1N", "Built-in Mic";
|
| /freebsd/contrib/lib9p/ |
| H A D | README.md | 10 * Built-in TCP transport
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9580 OMPLoopBasedDirective::HelperExprs &Built) { in checkOpenMPLoop() argument 9592 Built.clear(/*Size=*/1); in checkOpenMPLoop() 9614 Built.clear(/*Size=*/1); in checkOpenMPLoop() 9667 Built.clear(/* size */ NestedLoopCount); in checkOpenMPLoop() 10124 Built.Counters.resize(NestedLoopCount); in checkOpenMPLoop() 10125 Built.Inits.resize(NestedLoopCount); in checkOpenMPLoop() 10126 Built.Updates.resize(NestedLoopCount); in checkOpenMPLoop() 10127 Built.Finals.resize(NestedLoopCount); in checkOpenMPLoop() 10128 Built.DependentCounters.resize(NestedLoopCount); in checkOpenMPLoop() 10129 Built.DependentInits.resize(NestedLoopCount); in checkOpenMPLoop() [all …]
|
| H A D | OpenCLBuiltins.td | 342 // OpenCL v1.0/1.2/2.0 s6.1.1: Built-in Scalar Data Types. 378 // OpenCL v1.0/1.2/2.0 s6.1.2: Built-in Vector Data Types. 379 // Built-in vector data types are created by TableGen's OpenCLBuiltinEmitter. 381 // OpenCL v1.0/1.2/2.0 s6.1.3: Other Built-in Data Types. 1369 // OpenCL extension v2.0 s5.1.9: Built-in Image Read Functions 1386 // OpenCL extension v2.0 s5.1.10: Built-in Image Sampler-less Read Functions 1407 // OpenCL extension v2.0 s5.1.11: Built-in Image Write Functions
|
| /freebsd/contrib/googletest/docs/ |
| H A D | quickstart-cmake.md | 137 [100%] Built target gmock_main
|
| /freebsd/usr.sbin/apmd/ |
| H A D | README | 142 4.4 Built-in functions
|
| /freebsd/crypto/krb5/src/windows/ |
| H A D | version.rc | 288 VALUE "Built By", VER_USERNAME
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | X509_STORE_CTX_new.pod | 221 verified in the I<ctx>. Built-in available values for the I<purpose> argument 239 being verified in the I<ctx>. Built-in available values for the I<trust>
|
| H A D | EVP_DigestSignInit.pod | 70 "signing". Built-in EVP_PKEY types supported by these functions are CMAC,
|
| H A D | EVP_EncryptInit.pod | 687 Built-in ciphers typically use this to track how much of the current underlying block 836 Built-in ciphers typically use this to track how much of the current underlying
|
| /freebsd/contrib/llvm-project/lld/docs/ELF/ |
| H A D | linker_script.rst | 186 Built-in functions
|
| /freebsd/contrib/bc/ |
| H A D | README.md | 387 * Built-in functions or commands to get the max of `scale`, `ibase`, and 393 * Built-in functions or commands to get the value of certain environment
|
| /freebsd/share/syscons/keymaps/ |
| H A D | gr.elot.acc.kbd | 2 # Built on Wed 1 Apr 15:59:44 EEST 1998 by peppe@cs.uoi.gr
|
| H A D | gr.us101.acc.kbd | 2 # Built on Wed 1 Apr 15:59:44 EEST 1998 by peppe@cs.uoi.gr
|
| /freebsd/share/vt/keymaps/ |
| H A D | gr.101.acc.kbd | 2 # Built on Wed 1 Apr 15:59:44 EEST 1998 by peppe@cs.uoi.gr
|
| H A D | gr.elot.acc.kbd | 2 # Built on Wed 1 Apr 15:59:44 EEST 1998 by peppe@cs.uoi.gr
|
| /freebsd/crypto/openssl/ |
| H A D | README-ENGINES.md | 19 Built-in ENGINE implementations
|
| H A D | NEWS.md | 1550 * Built in dynamic engine compilation support on Win32.
|
| /freebsd/contrib/googletest/docs/reference/ |
| H A D | matchers.md | 21 Built-in matchers (where `argument` is the function argument, e.g.
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 6676 SmallVector<SDNode *, 5> Built; in buildUREMEqFold() local 6678 DCI, DL, Built)) { in buildUREMEqFold() 6679 for (SDNode *N : Built) in buildUREMEqFold() 6916 SmallVector<SDNode *, 7> Built; in buildSREMEqFold() local 6918 DCI, DL, Built)) { in buildSREMEqFold() 6919 assert(Built.size() <= 7 && "Max size prediction failed."); in buildSREMEqFold() 6920 for (SDNode *N : Built) in buildSREMEqFold()
|
| H A D | DAGCombiner.cpp | 27840 SmallVector<SDNode *, 8> Built; in BuildSDIV() local 27841 if (SDValue S = TLI.BuildSDIV(N, DAG, LegalOperations, Built)) { in BuildSDIV() 27842 for (SDNode *N : Built) in BuildSDIV() 27861 SmallVector<SDNode *, 8> Built; in BuildSDIVPow2() local 27862 if (SDValue S = TLI.BuildSDIVPow2(N, C->getAPIntValue(), DAG, Built)) { in BuildSDIVPow2() 27863 for (SDNode *N : Built) in BuildSDIVPow2() 27881 SmallVector<SDNode *, 8> Built; in BuildUDIV() local 27882 if (SDValue S = TLI.BuildUDIV(N, DAG, LegalOperations, Built)) { in BuildUDIV() 27883 for (SDNode *N : Built) in BuildUDIV() 27902 SmallVector<SDNode *, 8> Built; in BuildSREMPow2() local [all …]
|
| /freebsd/usr.sbin/bsdconfig/share/ |
| H A D | device.subr | 1283 f_network "bm%d" "Apple BMAC Built-in Ethernet"
|
| /freebsd/share/misc/ |
| H A D | usb_vendors | 8541 8204 Built-in Bluetooth 2.0+EDR HCI 8544 8207 Built-in Bluetooth 8549 8215 Built-in Bluetooth 2.0+EDR HCI 8554 821f Built-in Bluetooth 2.0+EDR HCI 8556 8240 Built-in IR Receiver 8557 8241 Built-in IR Receiver 8558 8242 Built-in IR Receiver 8565 8300 Built-in iSight (no firmware loaded) 8569 8501 Built-in iSight [Micron] 8570 8502 Built-in iSight [all …]
|
| /freebsd/contrib/ncurses/ |
| H A D | configure.in | 286 CF_HELP_MESSAGE(Options to Specify the Libraries Built/Used:)
|