Home
last modified time | relevance | path

Searched defs:docall (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dasm_zos_s390x.s208 docall: label
288 docall: label
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsys_windows_386.s40 docall: label
/aosp_15_r20/external/bcc/src/lua/src/
H A Dmain.c87 static int docall(lua_State *L, int narg, int clear) { in docall() function
/aosp_15_r20/external/lua/src/
H A Dlua.c132 static int docall (lua_State *L, int narg, int nres) { in docall() function