Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/ghostscript/
Dgstoraster_fuzzer.cc28 static size_t g_size; variable
34 size_t to_copy = min(len, g_size); in gs_stdin()
40 g_size -= to_copy; in gs_stdin()
81 g_size = size; in gs_to_raster_fuzz()
/external/python/cffi/c/
Dlib_obj.c356 Py_ssize_t g_size = (Py_ssize_t)g->size_or_direct_fn; in lib_build_and_cache_attr() local
361 if (g_size != ct->ct_size && g_size != 0 && ct->ct_size > 0) { in lib_build_and_cache_attr()
365 s, ct->ct_size, g_size); in lib_build_and_cache_attr()