Home
last modified time | relevance | path

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

/ext-ds/src/
H A Dcommon.c119 zend_long idx = *offset; in ds_normalize_slice_args() local
123 if (size == 0 || idx >= size) { in ds_normalize_slice_args()
130 if (idx < 0) { in ds_normalize_slice_args()
131 idx = MAX(0, size + idx); in ds_normalize_slice_args()
136 len = MAX(0, (size + len) - idx); in ds_normalize_slice_args()
140 if ((idx + len) > size) { in ds_normalize_slice_args()
141 len = MAX(0, size - idx); in ds_normalize_slice_args()
144 *offset = idx; in ds_normalize_slice_args()
/ext-ds/src/ds/
H A Dds_htable.h52 #define DS_HTABLE_BUCKET_REHASH(table, bucket, mask, idx) \ argument
61 *head = idx; \

Completed in 5 milliseconds