Home
last modified time | relevance | path

Searched refs:Even (Results 1 – 25 of 142) sorted by relevance

123456

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp60 "(1: Even, 2: Odd)."),
101 enum class Color { Even, Odd };
103 static const char *ColorNames[2] = { "Even", "Odd" };
260 return OverrideBalance == 1 ? Color::Even : Color::Odd; in getPreferredColor()
464 Color PreferredColor = Parity < 0 ? Color::Even : Color::Odd; in colorChainSet()
488 Parity += (C == Color::Even) ? G->size() : -G->size(); in colorChainSet()
489 PreferredColor = Parity < 0 ? Color::Even : Color::Odd; in colorChainSet()
714 return Color::Even; in getColor()
102 enum class Color { Even, Odd }; global() enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleP9.td74 // Even or an Odd queue. The EXECE represents the even queues and the EXECO
79 //Even Exec Ports
91 //Even ALU pipelines
105 //Even DP pipelines
142 // Even slice ('E')- certain operations must be sent only to an even slice.
H A DPPCRegisterInfoMMA.td102 // the UACC registers. Even global VSRp registers should be allocated after
/freebsd/contrib/tcp_wrappers/
H A DREADME.IRIX18 Even with this amount of care I have seen inetd messing up, like
19 calling rusersd when I make a talk connection. Even killing and
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DTerminal.h23 Even,
24 Even, global() enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonIICHVX.td20 // and V6_vS32b_new_ai. Even though these instructions use CVI_LD resource,
/freebsd/contrib/ntp/
H A DREADME.versions8 C is the minor release number. Even numbers are 'stable' releases and
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_Applink.pod15 Even though it appears at application side, it's essentially OpenSSL
H A DSSL_set_connect_state.pod36 call the connect (client) or accept (server) routines. Even though it may
H A DOSSL_CMP_log_open.pod73 Even when an activity is successful some warnings may be useful and some degree
H A DX509_verify_cert.pod85 examining I<ctx> using, for example, L<X509_STORE_CTX_get_error(3)>. Even if
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dzpool_script.shlib37 # at least one new column value. Even if scripts return blank, zpool
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h381 uint64_t Even = Mask & 0xAAAAAAAAAAAAAAAAULL;
382 Mask = (Even >> 1) | Mask; in getChannelFromSubReg()
375 uint64_t Even = Mask & 0xAAAAAAAAAAAAAAAAULL; getNumCoveredRegs() local
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm2711-rpi-cm4.dtsi50 /* Even the IP block is limited to 100 MHz
/freebsd/sys/contrib/zlib/doc/
H A Dtxtvsbin.txt67 some printable text. Even the newer, portable text formats such as
71 control characters, especially 0 (NUL). Even though the older text
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Drenesas,shdma.txt9 multiplexer node. Even if there is only one such DMAC instance on a system, it
/freebsd/contrib/bmake/
H A DREADME53 Even a report of unit tests which fail is appreciated.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.set_props.zcp57 -- Even if they were, the argument must be a string due to requirements of
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dgpmc-eth.txt20 specify the I/O registers address width. Even when the GPMC has a maximum 16-bit
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dpci.txt40 tree, as children of the host bridge node. Even though those devices are
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dti-omap-hsmmc.txt98 In suspend the fclk is off and the module is dysfunctional. Even register reads
/freebsd/contrib/atf/
H A DCOPYING67 The following code snippets have been taken from other projects. Even
/freebsd/crypto/openssl/
H A DNOTES-ANDROID.md79 Even though build output targets alien system, it's possible to execute
/freebsd/crypto/openssl/doc/designs/
H A Dhandling-some-max-defines.md135 larger than block size. Even in case we would have block ciphers with
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Derror-handling.md26 Even the ERR_STATE structure is public, although deprecated, and thus its

123456