Home
last modified time | relevance | path

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

/openbmc/linux/lib/zlib_deflate/
H A Ddeftree.c173 static int static_init_done; in tr_static_init() local
182 if (static_init_done) return; in tr_static_init()
235 static_init_done = 1; in tr_static_init()
/openbmc/u-boot/lib/zlib/
H A Dtrees.c242 static int static_init_done = 0; in tr_static_init() local
251 if (static_init_done) return; in tr_static_init()
313 static_init_done = 1; in tr_static_init()
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/
H A D0001-Add-missing-prototypes-to-function-declarations.patch151 static int static_init_done = 0;