Home
last modified time | relevance | path

Searched defs:argf (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lua/src/
H A Dldblib.c285 static void *checkupval (lua_State *L, int argf, int argnup, int *pnup) { in checkupval()
/freebsd/contrib/mandoc/
H A Dterm.h121 const void *argf; /* arg for headf/footf */ member
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp.c226 static inline v_float argf(float x) { return (v_float){x,x,x,fv[secondcall]}; } in argf() function