Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/stdlib/
H A Dmerge.c93 #define EVAL(p) (u_char **)roundup2((uintptr_t)p, PSIZE) macro
126 while (*EVAL(list2) != last) { in mergesort()
128 p1 = EVAL(list1); in mergesort()
129 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) { in mergesort()
130 p2 = *EVAL(p2); in mergesort()
134 p2 = *EVAL(p2); in mergesort()
264 *EVAL(list2) = (u_char*) list2 + n*size; in setup()
274 *EVAL(list2 + (last - list1)) = list2 + n * size; in setup()
290 p2 = *EVAL(p2) = f1 + size2 - list1 + list2; in setup()
298 p2 = *EVAL(p2) = f2 - list1 + list2; in setup()
[all …]
/haiku/data/system/data/fortunes/
H A DComputers343 (DEFUN MAPCAR (&FUNCTIONAL FCN &EVAL &REST LISTS)