OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RANDMEMSET_MORE_00
(Results
1 - 2
of
2
) sorted by null
/external/pixman/test/
utils-prng.h
67
*
RANDMEMSET_MORE_00
- set ~25% of bytes to 0x00
154
RANDMEMSET_MORE_00
= 1, /* ~25% chance for 0x00 bytes */
158
RANDMEMSET_MORE_00_AND_FF = (
RANDMEMSET_MORE_00
| RANDMEMSET_MORE_00000000 |
utils-prng.c
133
if (flags &
RANDMEMSET_MORE_00
)
168
if (flags &
RANDMEMSET_MORE_00
) \
239
if ((flags &
RANDMEMSET_MORE_00
) && (t < 0x40))
267
*
RANDMEMSET_MORE_00
- set ~25% of bytes to 0x00
Completed in 45 milliseconds