OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_block
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/coregrind/
m_machine.c
410
char
test_block
[4*MAX_DCBZL_SZB];
local
411
char *aligned =
test_block
;
416
vg_assert((aligned + MAX_DCBZL_SZB) <= &
test_block
[sizeof(
test_block
)]);
420
VG_(memset)(
test_block
, 0xff, sizeof(
test_block
));
425
for (dcbz_szB = 0, i = 0; i < sizeof(
test_block
); ++i) {
426
if (!
test_block
[i])
436
VG_(memset)(
test_block
, 0xff, sizeof(
test_block
));
[
all
...]
/external/e2fsprogs/e2fsck/
pass1b.c
813
static int check_if_fs_block(e2fsck_t ctx, blk_t
test_block
)
824
if (
test_block
>= first_block &&
825
(
test_block
<= first_block + fs->desc_blocks))
831
(
test_block
>= fs->group_desc[i].bg_inode_table) &&
832
(
test_block
< (fs->group_desc[i].bg_inode_table +
837
if ((
test_block
== fs->group_desc[i].bg_block_bitmap) ||
838
(
test_block
== fs->group_desc[i].bg_inode_bitmap))
Completed in 220 milliseconds