OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_block
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/SemaCXX/
printf-block.cpp
12
void
test_block
() {
function
/external/valgrind/main/none/tests/ppc32/
data-cache-instructions.c
19
char *
test_block
= NULL;
local
24
err = posix_memalign ((void **)&
test_block
, MAX_DCBZL_SZB, test_block_size);
30
rb =
test_block
;
39
free(
test_block
);
/external/valgrind/main/tests/
power_insn_available.c
44
char *
test_block
= NULL;
local
49
err = posix_memalign ((void **)&
test_block
, MAX_DCBZL_SZB, 4 * MAX_DCBZL_SZB);
55
rb =
test_block
;
65
free(
test_block
);
/external/eigen/test/
block.cpp
234
void
test_block
()
function
/external/valgrind/main/coregrind/
m_machine.c
479
char
test_block
[4*MAX_DCBZL_SZB];
local
480
char *aligned =
test_block
;
485
vg_assert((aligned + MAX_DCBZL_SZB) <= &
test_block
[sizeof(
test_block
)]);
489
VG_(memset)(
test_block
, 0xff, sizeof(
test_block
));
494
for (dcbz_szB = 0, i = 0; i < sizeof(
test_block
); ++i) {
495
if (!
test_block
[i])
505
VG_(memset)(
test_block
, 0xff, sizeof(
test_block
));
[
all
...]
Completed in 85 milliseconds