MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / uintCompare

Function uintCompare

eval/CIPO_evaluation/common/maskApi.c:175–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175int uintCompare(const void *a, const void *b) {
176 uint c=*((uint*)a), d=*((uint*)b); return c>d?1:c<d?-1:0;
177}
178
179void rleFrPoly( RLE *R, const double *xy, siz k, siz h, siz w ) {
180 /* upsample and get discrete points densely along entire boundary */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected