HomeSort by: relevance | last modified time | path
    Searched defs:perturbed (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/zstd/dist/contrib/diagnose_corruption/
check_flipped_bits.c 26 char *perturbed; /* same size as input */ member in struct:__anon8530
206 stuff->perturbed = malloc(stuff->input_size);
207 if (stuff->perturbed == NULL) {
211 memcpy(stuff->perturbed, stuff->input, stuff->input_size);
278 ZSTD_inBuffer in = {stuff->perturbed, stuff->input_size, 0};
287 /* fprintf(stderr, "Instead of dict %u, this perturbed blob wants dict %u.\n", stuff->dict_id, custom_dict_id); */
341 stuff->perturbed[pos] = new_val;
350 stuff->perturbed[pos] = old_val;
364 stuff->perturbed[pos] = new_val;
373 stuff->perturbed[pos] = old_val
    [all...]

Completed in 25 milliseconds