OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:anticount
(Results
1 - 1
of
1
) sorted by null
/libcore/ojluni/src/main/java/sun/misc/
FDBigInt.java
103
int
anticount
= 32-bitcount;
local
113
// special hack, since an
anticount
of 32 won't go!
117
t[target--] = s[src]>>>
anticount
;
119
t[target--] = (s[src]<<bitcount) | (s[--src]>>>
anticount
);
Completed in 98 milliseconds