Home
last modified time | relevance | path

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

12345

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoA.td184 (ins GPR:$addr, GPR:$incr, ixlenimm:$ordering), []> {
207 (ins GPR:$addr, GPR:$incr, GPR:$mask, ixlenimm:$ordering), []> {
217 ixlenimm:$ordering), []> {
227 (ins GPR:$addr, GPR:$incr, GPR:$mask, ixlenimm:$ordering), []> {
236 : Pat<(intrin GPR:$addr, GPR:$incr, GPR:$mask, timm:$ordering),
237 (AMOInst GPR:$addr, GPR:$incr, GPR:$mask, timm:$ordering)>;
241 timm:$ordering),
243 timm:$ordering)>;
302 ixlenimm:$ordering), []> {
310 GPR:$addr, GPR:$cmpval, GPR:$newval, GPR:$mask, timm:$ordering),
[all …]
/freebsd-13.1/crypto/openssl/crypto/ts/
H A Dts_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()
H A Dts_local.h89 ASN1_BOOLEAN ordering; member
H A Dts_rsp_print.c151 BIO_printf(bio, "Ordering: %s\n", a->ordering ? "yes" : "no"); in TS_TST_INFO_print_bio()
/freebsd-13.1/sys/contrib/device-tree/Bindings/serial/
H A Dvt8500-uart.txt15 Aliases may be defined to ensure the correct ordering of the uarts.
H A Dqcom,msm-uartdm.txt36 Note: Aliases may be defined to ensure the correct ordering of the UARTs.
/freebsd-13.1/sys/contrib/device-tree/Bindings/media/
H A Daspeed-video.txt12 the VE (ordering must match the clock-names property)
/freebsd-13.1/sys/contrib/alpine-hal/
H A Dal_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.1/contrib/file/magic/Magdir/
H A Dxwindows7 # XKM (compiled X keymap) files (including version and byte ordering)
H A Delf36 >0 lelong&0x3 0 total store ordering,
37 >0 lelong&0x3 1 partial store ordering,
38 >0 lelong&0x3 2 relaxed memory ordering,
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dkernel-clear-inode.m49 dnl # moved to evict(). This changes the ordering is which sync occurs
/freebsd-13.1/sys/contrib/device-tree/Bindings/spi/
H A Dicpdas-lp8841-spi-rtc.txt35 transfers. The master only support this type of bit ordering.
/freebsd-13.1/sys/contrib/device-tree/Bindings/dma/ti/
H A Dk3-udma.yaml24 scheduler is used to control the ordering and rate at which this multiplexing
25 occurs for Transmit operations. The ordering and rate of Receive operations
/freebsd-13.1/crypto/openssl/apps/
H A Dopenssl.cnf79 preserve = no # keep passed DN ordering
344 ordering = yes # Is ordering defined for timestamps?
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DREADME.txt62 ordering dependencies on instructions with stack operands. This is pessimistic;
140 Instruction ordering has a significant influence on register stackification and
/freebsd-13.1/
H A D.clang-format159 # LLVM's header include ordering style is almost the exact opposite of ours.
/freebsd-13.1/share/i18n/csmapper/GEORGIAN/
H A DUCS%[email protected]47 # servers; it follows same ordering as unicode.
H A DGEORGIAN-ACADEMY@OldCapital%UCS.src47 # servers; it follows same ordering as unicode.
H A DGEORGIAN-ACADEMY%UCS.src47 # servers; it follows same ordering as unicode.
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A DTODO37 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.1/sys/contrib/device-tree/src/arm/
H A Dexynos5420-cpus.dtsi8 * This file provides desired ordering for Exynos5420 and Exynos5800
H A Dexynos5422-cpus.dtsi8 * This file provides desired ordering for Exynos5422: CPU[0123] being the A7.
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOptions.td116 Eq<"call-graph-ordering-file", "Layout sections to optimize the given callgraph">;
342 "Print a symbol order specified by --call-graph-ordering-file into the specified file">;
392 …Eq<"symbol-ordering-file", "Layout sections to place symbols in the order specified by symbol orde…
482 defm warn_symbol_ordering: BB<"warn-symbol-ordering",
483 "Warn about problems with the symbol ordering file (default)",
484 "Do not warn about problems with the symbol ordering file">;
/freebsd-13.1/contrib/openresolv/
H A DREADME.md35 * Prefer configs via IF_METRIC for dynamic ordering
/freebsd-13.1/contrib/kyua/utils/text/
H A Doperations.ipp42 /// is unordered, the ordering in the output is undefined.

12345