Home
last modified time | relevance | path

Searched refs:compare (Results 1 – 6 of 6) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dsplaytree.c53 #define compare(i,j) ((i)-(j)) macro
72 comp = compare(i, t->key); in splaytree_splay()
75 if (compare(i, t->left->key) < 0) { in splaytree_splay()
89 if (compare(i, t->right->key) > 0) { in splaytree_splay()
138 if (compare(i, t->key)==0) { in splaytree_insert()
146 } else if (compare(i, t->key) < 0) { in splaytree_insert()
172 if (compare(i, t->key) == 0) { /* found it */ in splaytree_delete()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dssi.txt54 - compare: =, <, <=, >, =>, !=
H A Dfastcgi.txt63 If you compare FastCGI against a apache+mod_php solution you
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dconfigure.ac618 …claration-after-statement -Wno-pointer-sign -Wcast-align -Winline -Wsign-compare -Wnested-externs …
H A DNEWS418 * fixed key compare (#1287)
963 * improved performance in the string compare functions
H A Dconfigure16928 …claration-after-statement -Wno-pointer-sign -Wcast-align -Winline -Wsign-compare -Wnested-externs …