Searched defs:arg_name_size (Results 1 – 1 of 1) sorted by relevance
12 void invoke_fmt(const uint8_t* data, size_t size, unsigned arg_name_size) { in invoke_fmt()92 const unsigned arg_name_size = (data[0] & 0xF0) >> 4; in LLVMFuzzerTestOneInput() local