Home
last modified time | relevance | path

Searched refs:initializer (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtsd_generic.h80 tsd_t initializer = TSD_INITIALIZER; in tsd_wrapper_get() local
81 wrapper->val = initializer; in tsd_wrapper_get()
110 tsd_t initializer = TSD_INITIALIZER; in tsd_boot1() local
111 wrapper->val = initializer; in tsd_boot1()
H A Dtsd_win.h93 tsd_t initializer = TSD_INITIALIZER; in tsd_boot1() local
94 wrapper->val = initializer; in tsd_boot1()
/f-stack/dpdk/app/test/
H A Dautotest_runner.py308 initializer=pool_init,
/f-stack/dpdk/doc/guides/contributing/
H A Dcoding_style.rst509 int i = 0, j = 0, k = 0; /* bad, too many initializer */
511 char a = 0; /* OK, one variable per line with initializer */
514 float x, y = 0.0; /* OK, only last variable has initializer */
/f-stack/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst3101 Error initializer
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt141 with lengths that exceed the initializer list.
543 buffers with no initializer list (these buffers will be filled with
8586 iASL: Added a message if a package initializer list is shorter than
8588 length. Adds a new remark for a Package() declaration if an initializer
8682 the package initializer list is longer than the defined size of the
12553 Fixed a problem with very large initializer lists (more than 4000
12897 initializer values is greater than 255.