Home
last modified time | relevance | path

Searched refs:ordering (Results 1 – 25 of 110) sorted by relevance

12345

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfoA.td193 (ins GPR:$addr, GPR:$incr, ixlenimm:$ordering), []> {
202 (ins GPR:$addr, GPR:$incr, GPR:$mask, ixlenimm:$ordering), []> {
212 ixlenimm:$ordering), []> {
222 (ins GPR:$addr, GPR:$incr, GPR:$mask, ixlenimm:$ordering), []> {
231 : Pat<(intrin GPR:$addr, GPR:$incr, GPR:$mask, timm:$ordering),
232 (AMOInst GPR:$addr, GPR:$incr, GPR:$mask, timm:$ordering)>;
236 timm:$ordering),
238 timm:$ordering)>;
331 (ins GPR:$addr, GPR:$cmpval, GPR:$newval, ixlenimm:$ordering), []> {
369 ixlenimm:$ordering), []> {
[all …]
/freebsd-13-stable/crypto/openssl/crypto/ts/
HDts_rsp_utils.c240 int TS_TST_INFO_set_ordering(TS_TST_INFO *a, int ordering) in TS_TST_INFO_set_ordering() argument
242 a->ordering = ordering ? 0xFF : 0x00; in TS_TST_INFO_set_ordering()
248 return a->ordering ? 1 : 0; in TS_TST_INFO_get_ordering()
HDts_local.h89 ASN1_BOOLEAN ordering; member
HDts_rsp_print.c151 BIO_printf(bio, "Ordering: %s\n", a->ordering ? "yes" : "no"); in TS_TST_INFO_print_bio()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/serial/
HDvt8500-uart.txt15 Aliases may be defined to ensure the correct ordering of the uarts.
Dqcom,msm-uartdm.txt36 Note: Aliases may be defined to ensure the correct ordering of the UARTs.
/freebsd-13-stable/sys/contrib/alpine-hal/
HDal_hal_pcie_axi_reg.h620 struct al_pcie_revx_axi_ordering ordering; /* [0x10c] */ member
646 struct al_pcie_revx_axi_ordering ordering; /* [0x10c] */ member
670 struct al_pcie_revx_axi_ordering ordering; /* [0xe0] */ member
/freebsd-13-stable/sys/contrib/device-tree/Bindings/media/
HDaspeed-video.txt12 the VE (ordering must match the clock-names property)
/freebsd-13-stable/contrib/file/magic/Magdir/
HDxwindows7 # XKM (compiled X keymap) files (including version and byte ordering)
HDelf38 >0 lelong&0x3 0 total store ordering,
39 >0 lelong&0x3 1 partial store ordering,
40 >0 lelong&0x3 2 relaxed memory ordering,
/freebsd-13-stable/sys/contrib/openzfs/config/
HDkernel-clear-inode.m49 dnl # moved to evict(). This changes the ordering is which sync occurs
/freebsd-13-stable/sys/contrib/device-tree/Bindings/spi/
HDicpdas-lp8841-spi-rtc.txt35 transfers. The master only support this type of bit ordering.
/freebsd-13-stable/contrib/googletest/googlemock/
HDREADME.md25 - Allows arbitrary (partial) ordering constraints on function calls to be
/freebsd-13-stable/crypto/openssl/apps/
HDopenssl.cnf79 preserve = no # keep passed DN ordering
344 ordering = yes # Is ordering defined for timestamps?
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDREADME.txt62 ordering dependencies on instructions with stack operands. This is pessimistic;
140 Instruction ordering has a significant influence on register stackification and
/freebsd-13-stable/share/i18n/csmapper/GEORGIAN/
DGEORGIAN-ACADEMY@OldCapital%UCS.src46 # servers; it follows same ordering as unicode.
DUCS%GEORGIAN-ACADEMY@OldCapital.src46 # servers; it follows same ordering as unicode.
DGEORGIAN-ACADEMY%UCS.src46 # servers; it follows same ordering as unicode.
/freebsd-13-stable/
HD.clang-format158 # LLVM's header include ordering style is almost the exact opposite of ours.
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
HDTODO37 Optimize data ordering during pack
165 Optimize data ordering during pack
246 new ordering of pack data, the change lists can be the largest part of
/freebsd-13-stable/sys/contrib/device-tree/src/arm/
HDexynos5420-cpus.dtsi8 * This file provides desired ordering for Exynos5420 and Exynos5800
HDexynos5422-cpus.dtsi8 * This file provides desired ordering for Exynos5422: CPU[0123] being the A7.
/freebsd-13-stable/contrib/openresolv/
HDREADME.md35 * Prefer configs via IF_METRIC for dynamic ordering
/freebsd-13-stable/contrib/kyua/utils/text/
HDoperations.ipp42 /// is unordered, the ordering in the output is undefined.
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDOptions.td135 Eq<"call-graph-ordering-file", "Layout sections to optimize the given callgraph">;
384 "Print a symbol order specified by --call-graph-ordering-file into the specified file">;
453 …EEq<"symbol-ordering-file", "Layout sections to place symbols in the order specified by symbol ord…
542 defm warn_symbol_ordering: BB<"warn-symbol-ordering",
543 "Warn about problems with the symbol ordering file (default)",
544 "Do not warn about problems with the symbol ordering file">;

12345