Home
last modified time | relevance | path

Searched defs:x (Results 1 – 3 of 3) sorted by relevance

/ext-ds/src/
H A Dcommon.c57 zval *x = (zval*) a; in ds_zval_user_compare_func() local
81 zval *x = (zval*) a; in ds_zval_compare_func() local
236 void ds_reverse_zval_range(zval *x, zval *y) in ds_reverse_zval_range()
/ext-ds/src/ds/
H A Dds_priority_queue.c9 #define LEFT(x) (((x) * 2) + 1) argument
10 #define RIGHT(x) (((x) * 2) + 2) argument
11 #define PARENT(x) (((x) - 1) / 2) argument
H A Dds_htable.c532 ds_htable_bucket_t *x = ((ds_htable_bucket_t*)a); in user_compare_by_value() local
582 ds_htable_bucket_t *x = (ds_htable_bucket_t*) a; in compare_by_value() local

Completed in 11 milliseconds