Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PHPantom-dev/phpantom_lsp
/ ch
Function
ch
build.rs:370–372 ·
view source on GitHub ↗
(x: u32, y: u32, z: u32)
Source
from the content-addressed store, hash-verified
368
369
#[inline(always)]
370
fn ch(x: u32, y: u32, z: u32) -> u32 {
371
(x & y) ^ (!x & z)
372
}
373
#[inline(always)]
374
fn maj(x: u32, y: u32, z: u32) -> u32 {
375
(x & y) ^ (x & z) ^ (y & z)
Callers
1
sha256_hex
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected