Home
last modified time | relevance | path

Searched refs:t (Results 1 – 5 of 5) sorted by relevance

/ext-ds/
H A DCONTRIBUTING.md13 - **Add tests** - Your patch won't be accepted if it doesn't have tests where appropriate.
21 …match the style of the rest of the source wherever possible. Your patch won't be accepted if the s…
H A DCHANGELOG.md81 - `ds_htable_put_distinct` wasn't rehashing the correct bucket pointer (Fixes #53)
118 - `htable` bucket copy macro didn't copy the bucket's "next".
H A Dappveyor.yml60 phpsdk_deps -u -t %VC_VER% -b %PHP_VER% -a %ARCH% -f -d C:\projects\php-src\deps
/ext-ds/src/ds/
H A Dds_htable.h35 #define DS_HTABLE_BUCKET_LOOKUP(t, h) ((t)->lookup[h & ((t)->capacity - 1)]) argument
40 #define DS_HTABLE_IS_PACKED(t) ((t)->size == (t)->next) argument
H A Dds_deque.c120 zend_long t = deque->tail; in ds_deque_reset_head() local
125 if (r < (h - t)) { in ds_deque_reset_head()
126 ds_deque_memmove(deque, r, 0, t); in ds_deque_reset_head()
135 memcpy(&buffer[r], &deque->buffer[0], t * sizeof(zval)); in ds_deque_reset_head()

Completed in 13 milliseconds