Home
last modified time | relevance | path

Searched refs:stackdepth (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/
H A Di915_user_extensions.c21 unsigned int stackdepth = 512; in i915_user_extensions() local
28 if (!stackdepth--) /* recursion vs useful flexibility */ in i915_user_extensions()
/openbsd/usr.bin/dc/
H A Dbcode.c85 static void stackdepth(void);
210 { 'z', stackdepth },
655 stackdepth(void) in stackdepth() function