Lines Matching refs:functions
12 The Min Heap API provides a set of functions and macros for managing min-heaps
18 use min-heaps. Users should not directly call functions with **__min_heap_*()**
21 In addition to the standard version of the functions, the API also includes a
23 functions have the same names as their non-inline counterparts but include an
26 custom comparison and swap functions to be called directly, rather than through
30 macro wrappers for inline functions instead of directly calling the functions
85 heap, and they abstract away direct calls to internal functions.
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.