Lines Matching full:less
14 each node is less than or equal to the values of its children, ensuring that
72 bool (*less)(const void *lhs, const void *rhs, void *args);
76 - **less** is the comparison function used to establish the order of elements.
132 `less` and `swp` functions.
133 - **args**: Optional arguments passed to the `less` and `swp` functions.
149 `less` and `swp` functions.
150 - **args**: Optional arguments passed to the `less` and `swp` functions.
170 `less` and `swp` functions.
171 - **args**: Optional arguments passed to the `less` and `swp` functions.
186 `less` and `swp` functions.
187 - **args**: Optional arguments passed to the `less` and `swp` functions.
200 `less` and `swp` functions.
201 - **args**: Optional arguments passed to the `less` and `swp` functions.
219 `less` and `swp` functions.
220 - **args**: Optional arguments passed to the `less` and `swp` functions.
271 .less = my_less_function, /* Comparison function for heap order */