Home
last modified time | relevance | path

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

123456

/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp101 enum class Color { Even, Odd }; enumerator
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()
/src/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
/src/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
/src/contrib/llvm-project/lldb/include/lldb/Host/
H A DTerminal.h23 Even, enumerator
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonIICHVX.td20 // and V6_vS32b_new_ai. Even though these instructions use CVI_LD resource,
/src/contrib/ntp/
H A DREADME.versions8 C is the minor release number. Even numbers are 'stable' releases and
/src/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
H A DSSL_get_session.pod66 (if considered bad), and the pointer obtained will become invalid. Even
/src/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dzpool_script.shlib37 # at least one new column value. Even if scripts return blank, zpool
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h381 uint64_t Even = Mask & 0xAAAAAAAAAAAAAAAAULL; in getNumCoveredRegs() local
382 Mask = (Even >> 1) | Mask; in getNumCoveredRegs()
/src/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm2711-rpi-cm4.dtsi50 /* Even the IP block is limited to 100 MHz
/src/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
/src/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
/src/contrib/bmake/
H A DREADME53 Even a report of unit tests which fail is appreciated.
/src/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
/src/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
/src/sys/contrib/device-tree/Bindings/pci/
H A Dpci.txt40 tree, as children of the host bridge node. Even though those devices are
/src/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
/src/contrib/atf/
H A DCOPYING67 The following code snippets have been taken from other projects. Even
/src/crypto/openssl/doc/designs/quic-design/
H A Derror-handling.md26 Even the ERR_STATE structure is public, although deprecated, and thus its
/src/crypto/openssl/doc/designs/
H A Dhandling-some-max-defines.md135 larger than block size. Even in case we would have block ciphers with

123456