Home | History | Annotate | Download | only in fuzz

Lines Matching defs:prediction_table

49 static FUZZER_VALUE *prediction_table = NULL;
73 if (f != NULL && f == &prediction_table[keyval]) {
86 if (f != NULL && f == &prediction_table[keyval])
106 prediction_table = OPENSSL_zalloc(sizeof(FUZZER_VALUE) * 65537);
107 if (prediction_table == NULL)
111 OPENSSL_free(prediction_table);
157 valptr = &prediction_table[keyval];
218 valptr = &prediction_table[keyval];
269 valptr = &prediction_table[keyval];
345 OPENSSL_assert((prediction_table[i].flags & FZ_FLAG_ALLOCATED) == 0);
353 valptr = &prediction_table[keyval];
367 valptr = &prediction_table[keyval];
391 OPENSSL_free(prediction_table);