Searched refs:t (Results 1 – 5 of 5) sorted by relevance
13 - **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…
81 - `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".
60 phpsdk_deps -u -t %VC_VER% -b %PHP_VER% -a %ARCH% -f -d C:\projects\php-src\deps
35 #define DS_HTABLE_BUCKET_LOOKUP(t, h) ((t)->lookup[h & ((t)->capacity - 1)]) argument40 #define DS_HTABLE_IS_PACKED(t) ((t)->size == (t)->next) argument
120 zend_long t = deque->tail; in ds_deque_reset_head() local125 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