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/main/none/tests/x86/
bt_everything.c
7
unsigned int
btsl_mem
( char* base, int bitno )
function
162
case 0: c =
btsl_mem
(block, bitoff); break;
207
//
btsl_mem
(block, -800); /* should not complain */
208
//
btsl_mem
(block, -801); /* should complain */
209
//
btsl_mem
(block, 799); /* should not complain */
210
//
btsl_mem
(block, 800); /* should complain */
x86locked.c
466
unsigned int
btsl_mem
( UChar* base, int bitno )
578
case 0: c =
btsl_mem
(block, bitoff); break;
/external/valgrind/main/memcheck/tests/amd64/
bt_everything.c
69
ULong
btsl_mem
( char* base, Word bitno )
function
425
case 0: c =
btsl_mem
(block, bitoff); break;
488
//
btsl_mem
(block, -800); /* should not complain */
489
//
btsl_mem
(block, -801); /* should complain */
490
//
btsl_mem
(block, 799); /* should not complain */
491
//
btsl_mem
(block, 800); /* should complain */
/external/valgrind/main/none/tests/amd64/
amd64locked.c
520
ULong
btsl_mem
( UChar* base, int bitno )
function
707
case 0: c =
btsl_mem
(block, bitoff); break;
Completed in 256 milliseconds