Home
last modified time | relevance | path

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

/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/util/
H A Ddzl-counter.h200 #define DZL_COUNTER_INC(Identifier) DZL_COUNTER_ADD(Identifier, G_GINT64_CONSTANT(1))
217 #define DZL_COUNTER_SUB(Identifier, Count) DZL_COUNTER_ADD(Identifier, (-(Count)))
238 # define DZL_COUNTER_ADD(Identifier, Count) \ macro
243 # define DZL_COUNTER_ADD(Identifier, Count) \ macro
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/ctags/
H A Dide-ctags-index.c250 DZL_COUNTER_ADD (index_entries, (gint64)index->len);
251 DZL_COUNTER_ADD (heap_size, (gint64)length);