OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:to_non_zero
(Results
1 - 3
of
3
) sorted by null
/external/v8/test/cctest/
test-macro-assembler-arm.cc
46
static byte
to_non_zero
(int n) {
function
106
src_buffer[i] =
to_non_zero
(i);
132
CHECK(src_buffer[i] ==
to_non_zero
(i));
test-macro-assembler-mips.cc
47
static byte
to_non_zero
(int n) {
function
107
src_buffer[i] =
to_non_zero
(i);
133
CHECK(src_buffer[i] ==
to_non_zero
(i));
test-macro-assembler-mips64.cc
48
static byte
to_non_zero
(int n) {
function
108
src_buffer[i] =
to_non_zero
(i);
134
CHECK(src_buffer[i] ==
to_non_zero
(i));
Completed in 419 milliseconds