Home
last modified time | relevance | path

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

/components/utilities/libadt/uthash/
A Duthash.h524 unsigned _count = 0; \
539 _count += _bkt_count; \
545 if (_count != (head)->hh.tbl->num_items) { \
547 (where), (head)->hh.tbl->num_items, _count); \
549 _count = 0; \
553 _count++; \
561 if (_count != (head)->hh.tbl->num_items) { \
563 (where), (head)->hh.tbl->num_items, _count); \
/components/drivers/ofw/
A Dirq.c225 #define _map_walk_range(_idx, _idx2, _count, ...) \ in ofw_parse_irq_map() argument
226 … for (idx1 = _idx, idx2 = _idx2, limit = idx1 + _count; idx1 < limit __VA_ARGS__; ++idx1, ++idx2) in ofw_parse_irq_map()

Completed in 7 milliseconds