OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:src_sp_uint
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part3.c
441
unsigned int *
src_sp_uint
;
local
444
src_sp_uint
= (unsigned int *) &src_sp;
445
src_is_negative = (*
src_sp_uint
& 0x80000000) ? True : False;
[
all
...]
/external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part3.c
441
unsigned int *
src_sp_uint
;
local
444
src_sp_uint
= (unsigned int *) &src_sp;
445
src_is_negative = (*
src_sp_uint
& 0x80000000) ? True : False;
[
all
...]
Completed in 284 milliseconds