Searched defs:h (Results 1 – 2 of 2) sorted by relevance
/ext-ds/src/ds/ |
H A D | ds_htable.h | 35 #define DS_HTABLE_BUCKET_LOOKUP(t, h) ((t)->lookup[h & ((t)->capacity - 1)]) argument 85 #define DS_HTABLE_FOREACH_BUCKET(h, b) \ argument 94 #define DS_HTABLE_FOREACH_BUCKET_REVERSED(h, b) \ argument 103 #define DS_HTABLE_FOREACH(h, i, k, v) \ argument 115 #define DS_HTABLE_FOREACH_KEY(h, k) \ argument 124 #define DS_HTABLE_FOREACH_VALUE(h, v) \ argument 133 #define DS_HTABLE_FOREACH_KEY_VALUE(h, k, v) \ argument
|
H A D | ds_deque.c | 119 zend_long h = deque->head; in ds_deque_reset_head() local
|
Completed in 7 milliseconds