Home
last modified time | relevance | path

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

/external/capstone/bindings/ocaml/
Dtest_arm64.ml48 printf "\t\t\tShift: type = %u, value = %u\n"
Dtest_arm.ml56 printf "\t\t\tShift: type = %u, value = %u\n"
/external/dng_sdk/source/
Ddng_reference.cpp2200 uint32 tShift = 32 - tBits; in RefVignetteMask16() local
2201 uint32 tRound = (1 << (tShift - 1)); in RefVignetteMask16()
2220 uint32 index = Min_uint32 ((uint32) (delta >> tShift), tLimit); in RefVignetteMask16()