Home
last modified time | relevance | path

Searched refs:short_size (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/testing/fuzzers/
Dpdf_cjs_util_fuzzer.cc10 size_t short_size = size / sizeof(unsigned short); in LLVMFuzzerTestOneInput() local
11 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()
Dpdf_fx_date_helpers_fuzzer.cc12 size_t short_size = size / sizeof(unsigned short); in LLVMFuzzerTestOneInput() local
13 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()
/external/llvm-project/libcxx/utils/gdb/libcxx/
Dprinters.py197 def _get_short_size(self, short_field, short_size): argument
209 return short_size >> 1
211 return short_size
213 return short_size
215 return short_size >> 1
225 short_size = short_field["__size_"]
226 if short_size == 0:
232 is_long = short_size & short_mask
239 size = self._get_short_size(short_field, short_size)