Definition in file psCompare.h.
#include "psType.h"
Include dependency graph for psCompare.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Typedefs | |
| typedef int(* | psComparePtrFunc )(const void **a, const void **b) |
| A comparison function for sorting elements that are pointers to data, e.g. | |
| typedef int(* | psCompareFcn )(const void *a, const void *b) |
| A comparison function for sorting. | |
Functions | |
| int | psCompareS8Ptr (const void **a, const void **b) |
| Compare function of psS8 data. | |
| int | psCompareS16Ptr (const void **a, const void **b) |
| Compare function of psS16 data. | |
| int | psCompareS32Ptr (const void **a, const void **b) |
| Compare function of psS32 data. | |
| int | psCompareS64Ptr (const void **a, const void **b) |
| Compare function of psS64 data. | |
| int | psCompareU8Ptr (const void **a, const void **b) |
| Compare function of psU8 data. | |
| int | psCompareU16Ptr (const void **a, const void **b) |
| Compare function of psU16 data. | |
| int | psCompareU32Ptr (const void **a, const void **b) |
| Compare function of psU32 data. | |
| int | psCompareU64Ptr (const void **a, const void **b) |
| Compare function of psU64 data. | |
| int | psCompareF32Ptr (const void **a, const void **b) |
| Compare function of psF32 data. | |
| int | psCompareF64Ptr (const void **a, const void **b) |
| Compare function of psF64 data. | |
| int | psCompareDescendingS8Ptr (const void **a, const void **b) |
| Compare function of psS8 data. | |
| int | psCompareDescendingS16Ptr (const void **a, const void **b) |
| Compare function of psS16 data. | |
| int | psCompareDescendingS32Ptr (const void **a, const void **b) |
| Compare function of psS32 data. | |
| int | psCompareDescendingS64Ptr (const void **a, const void **b) |
| Compare function of psS64 data. | |
| int | psCompareDescendingU8Ptr (const void **a, const void **b) |
| Compare function of psU8 data. | |
| int | psCompareDescendingU16Ptr (const void **a, const void **b) |
| Compare function of psU16 data. | |
| int | psCompareDescendingU32Ptr (const void **a, const void **b) |
| Compare function of psU32 data. | |
| int | psCompareDescendingU64Ptr (const void **a, const void **b) |
| Compare function of psU64 data. | |
| int | psCompareDescendingF32Ptr (const void **a, const void **b) |
| Compare function of psF32 data. | |
| int | psCompareDescendingF64Ptr (const void **a, const void **b) |
| Compare function of psF64 data. | |
| int | psCompareS8 (const void *a, const void *b) |
| Compare function of psS8 data. | |
| int | psCompareS16 (const void *a, const void *b) |
| Compare function of psS16 data. | |
| int | psCompareS32 (const void *a, const void *b) |
| Compare function of psS32 data. | |
| int | psCompareS64 (const void *a, const void *b) |
| Compare function of psS64 data. | |
| int | psCompareU8 (const void *a, const void *b) |
| Compare function of psU8 data. | |
| int | psCompareU16 (const void *a, const void *b) |
| Compare function of psU16 data. | |
| int | psCompareU32 (const void *a, const void *b) |
| Compare function of psU32 data. | |
| int | psCompareU64 (const void *a, const void *b) |
| Compare function of psU64 data. | |
| int | psCompareF32 (const void *a, const void *b) |
| Compare function of psF32 data. | |
| int | psCompareF64 (const void *a, const void *b) |
| Compare function of psF64 data. | |
| int | psCompareDescendingS8 (const void *a, const void *b) |
| Compare function of psS8 data. | |
| int | psCompareDescendingS16 (const void *a, const void *b) |
| Compare function of psS16 data. | |
| int | psCompareDescendingS32 (const void *a, const void *b) |
| Compare function of psS32 data. | |
| int | psCompareDescendingS64 (const void *a, const void *b) |
| Compare function of psS64 data. | |
| int | psCompareDescendingU8 (const void *a, const void *b) |
| Compare function of psU8 data. | |
| int | psCompareDescendingU16 (const void *a, const void *b) |
| Compare function of psU16 data. | |
| int | psCompareDescendingU32 (const void *a, const void *b) |
| Compare function of psU32 data. | |
| int | psCompareDescendingU64 (const void *a, const void *b) |
| Compare function of psU64 data. | |
| int | psCompareDescendingF32 (const void *a, const void *b) |
| Compare function of psF32 data. | |
| int | psCompareDescendingF64 (const void *a, const void *b) |
| Compare function of psF64 data. | |
1.4.2