Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dpack.c490 int nibbleshift = (code == 'h') ? 0 : 4; in PHP_FUNCTION() local
522 ZSTR_VAL(output)[outputpos] |= (n << nibbleshift); in PHP_FUNCTION()
523 nibbleshift = (nibbleshift + 4) & 7; in PHP_FUNCTION()
977 int nibbleshift = (type == 'h') ? 0 : 4; in PHP_FUNCTION() local
1001 char cc = (input[inputpos + ipos] >> nibbleshift) & 0xf; in PHP_FUNCTION()
1010 nibbleshift = (nibbleshift + 4) & 7; in PHP_FUNCTION()

Completed in 10 milliseconds