OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:btsl_mem
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/none/tests/x86/
bt_everything.c
18
unsigned int
btsl_mem
( unsigned char* base, int bitno )
function
173
case 0: c =
btsl_mem
(block, bitoff); break;
218
//
btsl_mem
(block, -800); /* should not complain */
219
//
btsl_mem
(block, -801); /* should complain */
220
//
btsl_mem
(block, 799); /* should not complain */
221
//
btsl_mem
(block, 800); /* should complain */
x86locked.c
478
unsigned int
btsl_mem
( UChar* base, int bitno )
590
case 0: c =
btsl_mem
(block, bitoff); break;
/external/valgrind/memcheck/tests/amd64/
bt_everything.c
81
ULong
btsl_mem
( char* base, Word bitno )
function
437
case 0: c =
btsl_mem
(block, bitoff); break;
500
//
btsl_mem
(block, -800); /* should not complain */
501
//
btsl_mem
(block, -801); /* should complain */
502
//
btsl_mem
(block, 799); /* should not complain */
503
//
btsl_mem
(block, 800); /* should complain */
/external/valgrind/none/tests/amd64/
amd64locked.c
532
ULong
btsl_mem
( UChar* base, int bitno )
function
719
case 0: c =
btsl_mem
(block, bitoff); break;
Completed in 41 milliseconds