Home
last modified time | relevance | path

Searched defs:cmpbuf (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sg3_utils/src/
H A Dsg_test_rwbuf.c69 static uint8_t *cmpbuf = NULL; variable
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dinline_data.c601 char *buf = 0, *cmpbuf = 0; in file_test() local
/aosp_15_r20/external/flashrom/
H A Dflashrom.c565 uint8_t *cmpbuf = malloc(len); in check_erased_range() local
663 int verify_range(struct flashctx *flash, const uint8_t *cmpbuf, unsigned int start, unsigned int le… in verify_range()