Home
last modified time | relevance | path

Searched refs:first_null (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c103 const char* first_null = memchr(data, '\0', size); in fuzz_struct_unpack() local
104 if (first_null == NULL) { in fuzz_struct_unpack()
108 size_t format_length = first_null - data; in fuzz_struct_unpack()
115 PyObject* buffer = PyBytes_FromStringAndSize(first_null + 1, buffer_length); in fuzz_struct_unpack()
/external/jemalloc_new/src/
Djemalloc.c499 unsigned i, j, choose[2], first_null; in arena_choose_hard() local
515 first_null = narenas_auto; in arena_choose_hard()
533 } else if (first_null == narenas_auto) { in arena_choose_hard()
543 first_null = i; in arena_choose_hard()
549 choose[j], false), !!j) == 0 || first_null == in arena_choose_hard()
563 choose[j] = first_null; in arena_choose_hard()