Home
last modified time | relevance | path

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

/external/zstd/contrib/diagnose_corruption/
Dcheck_flipped_bits.c191 static int init_stuff(stuff_t* stuff, int argc, char *argv[]) { in init_stuff() function
381 if(!init_stuff(&stuff, argc, argv)) { in main()
/external/python/cffi/doc/source/
Dusing.rst140 init_stuff(&handle); // initializes the variable 'handle'
155 lib.init_stuff(p_handle) # pass the pointer to the 'handle' pointer
/external/python/cpython2/Modules/
DcPickle.c5875 init_stuff(PyObject *module_dict) in init_stuff() function
6029 if (init_stuff(di) < 0) return; in initcPickle()