Searched defs:x (Results 1 – 3 of 3) sorted by relevance
57 zval *x = (zval*) a; in ds_zval_user_compare_func() local81 zval *x = (zval*) a; in ds_zval_compare_func() local236 void ds_reverse_zval_range(zval *x, zval *y) in ds_reverse_zval_range()
9 #define LEFT(x) (((x) * 2) + 1) argument10 #define RIGHT(x) (((x) * 2) + 2) argument11 #define PARENT(x) (((x) - 1) / 2) argument
532 ds_htable_bucket_t *x = ((ds_htable_bucket_t*)a); in user_compare_by_value() local582 ds_htable_bucket_t *x = (ds_htable_bucket_t*) a; in compare_by_value() local
Completed in 13 milliseconds