Searched refs:size__ (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/stats/ |
D | stats.h | 187 #define STATS_SIZE_INIT_PARMS(group__, size__) \ argument 188 (size__), \ 189 ((sizeof(group__)) - sizeof(struct stats_hdr)) / (size__) 205 #define STATS_INIT_AND_REG(group__, size__, name__) \ argument 208 (size__), \ 209 (sizeof(group__) - sizeof(struct stats_hdr)) / (size__), \ 362 #define STATS_SIZE_INIT_PARMS(group__, size__) argument 367 #define STATS_INIT_AND_REG(group__, size__, name__) (0) argument
|
/Zephyr-latest/drivers/flash/ |
D | flash_simulator.c | 129 #define FLASH_SIM_STATS_INIT_AND_REG(group__, size__, name__) \ argument 130 STATS_INIT_AND_REG(group__, size__, name__) 138 #define FLASH_SIM_STATS_INIT_AND_REG(group__, size__, name__) argument
|