MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / min

Function min

extern/glfw/src/wl_init.c:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43
44static inline int min(int n1, int n2)
45{
46 return n1 < n2 ? n1 : n2;
47}
48
49static _GLFWwindow* findWindowFromDecorationSurface(struct wl_surface* surface,
50 int* which)

Callers 10

distanceMethod · 0.85
setTargetMethod · 0.85
getProgramPathMethod · 0.85
cxx_stdMethod · 0.85
registryHandleGlobalFunction · 0.85
imguiNumericParameterMethod · 0.85
createRealParameterMethod · 0.85
updateTimeStepSizeCFLMethod · 0.85
renderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected