Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dpack.c484 int nibbleshift = (code == 'h') ? 0 : 4; in PHP_FUNCTION() local
516 ZSTR_VAL(output)[outputpos] |= (n << nibbleshift); in PHP_FUNCTION()
517 nibbleshift = (nibbleshift + 4) & 7; in PHP_FUNCTION()
968 int nibbleshift = (type == 'h') ? 0 : 4; in PHP_FUNCTION() local
985 char cc = (input[inputpos + ipos] >> nibbleshift) & 0xf; in PHP_FUNCTION()
994 nibbleshift = (nibbleshift + 4) & 7; in PHP_FUNCTION()

Completed in 6 milliseconds