OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:corrupt_bytes
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/misc/
e2fuzz.c
85
off_t *
corrupt_bytes
)
95
*
corrupt_bytes
= 0;
162
*
corrupt_bytes
= fb.corrupt_blocks * fs->blocksize;
184
off_t hsize, count, off, offset,
corrupt_bytes
;
local
234
corrupt_bytes
= (ext2fs_blocks_count(fs->super) -
247
ret = find_metadata_blocks(fs, corrupt_map, &
corrupt_bytes
);
266
count = user_corrupt_pct *
corrupt_bytes
/ 100;
268
count = rand_num(0,
corrupt_bytes
/ 100);
/external/scapy/scapy/
volatile.py
14
from scapy.utils import corrupt_bits,
corrupt_bytes
730
return
corrupt_bytes
(self.s, self.p, self.n)
utils.py
664
def
corrupt_bytes
(s, p=0.01, n=None):
function
[
all
...]
Completed in 723 milliseconds