Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dpack.c331 int nibbleshift = (code == 'h') ? 0 : 4; in PHP_FUNCTION() local
367 output[outputpos] |= (n << nibbleshift); in PHP_FUNCTION()
368 nibbleshift = (nibbleshift + 4) & 7; in PHP_FUNCTION()
697 int nibbleshift = (type == 'h') ? 0 : 4; in PHP_FUNCTION() local
714 char cc = (input[inputpos + ipos] >> nibbleshift) & 0xf; in PHP_FUNCTION()
723 nibbleshift = (nibbleshift + 4) & 7; in PHP_FUNCTION()

Completed in 16 milliseconds