Home
last modified time | relevance | path

Searched refs:rshift (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/hash/
H A Dhash_snefru.c43 int b, index, rshift, lshift; in Snefru() local
85 rshift = shifts[b]; in Snefru()
86 lshift = 32-rshift; in Snefru()
88 B00 = (B00 >> rshift) | (B00 << lshift); in Snefru()
89 B01 = (B01 >> rshift) | (B01 << lshift); in Snefru()
90 B02 = (B02 >> rshift) | (B02 << lshift); in Snefru()
91 B03 = (B03 >> rshift) | (B03 << lshift); in Snefru()
92 B04 = (B04 >> rshift) | (B04 << lshift); in Snefru()
93 B05 = (B05 >> rshift) | (B05 << lshift); in Snefru()
94 B06 = (B06 >> rshift) | (B06 << lshift); in Snefru()
[all …]
/PHP-8.0/Zend/
H A Dzend_strtod.c1735 rshift(b, k) Bigint *b; int k; in rshift() function
1737 rshift(Bigint *b, int k)
2026 rshift(b, n);
2083 rshift(b,n);
2116 rshift(b,1);
2132 rshift(b,j);
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_mips.lua32 local band, shl, shr, sar = bit.band, bit.lshift, bit.rshift, bit.arshift
H A Ddasm_arm.lua30 local band, shl, shr, sar = bit.band, bit.lshift, bit.rshift, bit.arshift
H A Ddasm_arm64.lua30 local band, shl, shr, sar = bit.band, bit.lshift, bit.rshift, bit.arshift
H A Ddasm_ppc.lua32 local band, shl, shr, sar = bit.band, bit.lshift, bit.rshift, bit.arshift
H A Ddasm_x86.lua32 local band, bxor, shl, shr = bit.band, bit.bxor, bit.lshift, bit.rshift
H A Dminilua.c7712 static int rshift(lua_State*L){
7741 {"rshift",rshift},

Completed in 58 milliseconds