Home
last modified time | relevance | path

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

/lib/bzip2/
A Dbzlib_blocksort.c1023 Int32 shifts = 0; in mainSort() local
1025 while ((bbSize >> shifts) > 65534) shifts++; in mainSort()
1029 UInt16 qVal = (UInt16)(j >> shifts); in mainSort()
1034 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 ); in mainSort()
/lib/mbedtls/external/mbedtls/library/
A Dcamellia.c153 static const unsigned char shifts[2][4][4] = variable
240 if (shifts[(INDEX)][(OFFSET)][i -1]) \
/lib/mbedtls/external/mbedtls/docs/architecture/
A Dpsa-shared-memory.md128 …there is no defense against buffers in shared memory. The responsibility shifts to (1) or (2), but…
/lib/mbedtls/external/mbedtls/
A DChangeLog3215 * Fix undefined shifts with negative values in certificates parsing

Completed in 26 milliseconds