OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OP_VARARG
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lopcodes.h
222
OP_VARARG
,/* A B R(A), R(A+1), ..., R(A+B-2) = vararg */
238
(*) In
OP_VARARG
, if (B == 0) then use actual number of varargs and
/external/syslinux/com32/lua/src/
lopcodes.h
222
OP_VARARG
,/* A B R(A), R(A+1), ..., R(A+B-2) = vararg */
238
(*) In
OP_VARARG
, if (B == 0) then use actual number of varargs and
Completed in 56 milliseconds