/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | FileSpec.h | 414 void PathWasModified() { m_absolute = Absolute::Calculate; } 417 Calculate, 429 mutable Absolute m_absolute = Absolute::Calculate; in PathWasModified() 435 Calculate, global() enumerator
|
/freebsd/bin/sh/tests/expansion/ |
H A D | arith11.0 | 4 # Calculate the minimum possible value, assuming two's complement and
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
H A D | modsi3.S | 27 @ Calculate and return the remainder of the (signed) division.
|
H A D | divsi3.S | 31 @ Calculate and return the quotient of the (signed) division.
|
H A D | divmodsi4.S | 28 @ Calculate the quotient and remainder of the (signed) division. The return
|
H A D | umodsi3.S | 21 @ Calculate and return the remainder of the (unsigned) division.
|
H A D | udivmodsi4.S | 22 @ Calculate the quotient and remainder of the (unsigned) division. The return
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Dominators.h | 61 extern template void Calculate<BBDomTree>(BBDomTree &DT); 65 extern template void Calculate<BBPostDomTree>(BBPostDomTree &DT);
|
/freebsd/contrib/ntp/scripts/calc_tickadj/ |
H A D | calc_tickadj.texi | 15 * calc_tickadj: (calc_tickadj). Calculate optimal tick value from a drift file.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachinePostDominators.h | 27 extern template void Calculate<MBBPostDomTree>(MBBPostDomTree &DT);
|
H A D | MachineDominators.h | 51 extern template void Calculate<MBBDomTree>(MBBDomTree &DT);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachinePostDominators.cpp | 25 template void Calculate<MBBPostDomTree>(MBBPostDomTree &DT);
|
H A D | MachineDominators.cpp | 43 template void Calculate<MBBDomTree>(MBBDomTree &DT);
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Dominators.cpp | 79 template void llvm::DomTreeBuilder::Calculate<DomTreeBuilder::BBDomTree>( 85 template void llvm::DomTreeBuilder::Calculate<DomTreeBuilder::BBPostDomTree>(
|
/freebsd/contrib/ldns/ |
H A D | ax_pkg_swig.m4 | 78 # Calculate the required version number components 94 # Calculate the available version number components
|
/freebsd/contrib/unbound/ |
H A D | ax_pkg_swig.m4 | 82 # Calculate the required version number components 98 # Calculate the available version number components
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_SIGNATURE-ED25519.pod | 76 /* Calculate the requires size for the signature by passing a NULL buffer */
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | dialog.subr | 702 # Calculate height/width of infobox (adjusted/constrained below) 763 # Calculate height/width of buttonbox (adjusted/constrained below) 831 # Calculate height/width of inputbox (adjusted/constrained below) 907 # Calculate height/width of infobox (adjusted/constrained below) 1000 # Calculate height/width of infobox (adjusted/constrained below) 1105 # Calculate height/width of infobox (adjusted/constrained below) 1226 # Calculate height/width of infobox (adjusted/constrained below) 1386 # Calculate height if desired 1412 # Calculate width if desired 1488 # Calculate height if desired [all …]
|
/freebsd/usr.sbin/bsdconfig/startup/share/ |
H A D | rcconf.subr | 126 # Calculate digest used to determine if the on-disk global persistent 288 # Calculate marks for checkboxes and radio buttons
|
H A D | rcvar.subr | 121 # Calculate a digest given the checksums of all dependencies (scripts
|
/freebsd/usr.sbin/bsdconfig/timezone/share/ |
H A D | iso3166.subr | 153 # Calculate the substr start-position of the name
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericDomTree.h | 197 void Calculate(DomTreeT &DT); 795 DomTreeBuilder::Calculate(*this);
|
/freebsd/stand/i386/pmbr/ |
H A D | pmbr.S | 89 movb NHRDRV,%dh # Calculate the highest
|
/freebsd/usr.sbin/bsdconfig/startup/include/ |
H A D | messages.subr | 93 msg_show_configured_desc="Calculate rc.conf(5) locations (slowest)"
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | FileSpec.cpp | 513 if (m_absolute != Absolute::Calculate) in IsAbsolute()
|