Searched refs:short_size (Results 1 – 3 of 3) sorted by relevance
10 size_t short_size = size / sizeof(unsigned short); in LLVMFuzzerTestOneInput() local11 if (short_size > 1) { in LLVMFuzzerTestOneInput()12 WideString input = WideString::FromUTF16LE(short_data, short_size); in LLVMFuzzerTestOneInput()15 if (short_size > 2) { in LLVMFuzzerTestOneInput()16 size_t short_len1 = short_size / 2; in LLVMFuzzerTestOneInput()17 size_t short_len2 = short_size - short_len1; in LLVMFuzzerTestOneInput()
12 size_t short_size = size / sizeof(unsigned short); in LLVMFuzzerTestOneInput() local13 if (short_size > 2 && short_size < 8192) { in LLVMFuzzerTestOneInput()15 size_t short_len1 = short_size / 2; in LLVMFuzzerTestOneInput()16 size_t short_len2 = short_size - short_len1; in LLVMFuzzerTestOneInput()
197 def _get_short_size(self, short_field, short_size): argument209 return short_size >> 1211 return short_size213 return short_size215 return short_size >> 1225 short_size = short_field["__size_"]226 if short_size == 0:232 is_long = short_size & short_mask239 size = self._get_short_size(short_field, short_size)