Home
last modified time | relevance | path

Searched refs:is_zeroed (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dtest_user_copy.c42 static bool is_zeroed(void *from, size_t size) in is_zeroed() function
94 int expected = is_zeroed(kmem + start, len); in test_check_nonzero_user()
/OK3568_Linux_fs/u-boot/scripts/
H A Davbtool.py1535 is_zeroed = (self.tree_size == 0) or (hash_tree_ondisk[0:8] == b'ZeRoHaSH')
1536 if is_zeroed and accept_zeroed_hashtree: