Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Drandom.c587 #define RandomROTL(x,k) (((x) << (k)) | ((x) >> (64-(k)))) in GetPseudoRandomValue() macro
598 random_info->seed[3]=RandomROTL(random_info->seed[3],45); in GetPseudoRandomValue()