Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danomatika/ofxLua
/ functions
Functions
2,184 in github.com/danomatika/ofxLua
⨍
Functions
2,184
◇
Types & classes
127
↓ 2 callers
Function
auxgetstr
libs/lua/lapi.c:639
↓ 2 callers
Function
auxresume
** Resumes a coroutine. Returns the number of results for non-error ** cases or -1 for errors. */
libs/lua/lcorolib.c:32
↓ 2 callers
Function
auxsetstr
** t[k] = value at the top of the stack (where 'k' is a string) */
libs/lua/lapi.c:829
↓ 2 callers
Function
auxstatus
libs/lua/lcorolib.c:127
↓ 2 callers
Function
auxupvalue
** get (if 'get' is true) or set an upvalue from a closure */
libs/lua/ldblib.c:258
↓ 2 callers
Function
b_rot
libs/lua/lbitlib.c:141
↓ 2 callers
Function
binopr2TM
** Convert a BinOpr to a tag method (ORDER OPR - ORDER TM) */
libs/lua/lcode.c:1377
↓ 2 callers
Function
binsearch
libs/lua/ltable.c:880
↓ 2 callers
Function
callallpendingfinalizers
** call all pending finalizers */
libs/lua/lgc.c:948
↓ 2 callers
Function
checkSizes
** If possible, shrink string table. */
libs/lua/lgc.c:869
↓ 2 callers
Function
check_readonly
** Raises an error if variable described by 'e' is read only */
libs/lua/lparser.c:277
↓ 2 callers
Function
checkcontrol
** Check whether message is a control message. If so, execute the ** control or ignore it if unknown. */
libs/lua/lauxlib.c:1052
↓ 2 callers
Function
checkliteral
libs/lua/lundump.c:275
↓ 2 callers
Function
checkmode
libs/lua/ldo.c:979
↓ 2 callers
Function
checktab
** Check that 'arg' either is a table or can behave like one (that is, ** has a metatable with the required metamethods) */
libs/lua/ltablib.c:46
↓ 2 callers
Function
classend
libs/lua/lstrlib.c:403
↓ 2 callers
Function
clearbykeys
** clear entries with unmarked keys from all weaktables in list 'l' */
libs/lua/lgc.c:723
↓ 2 callers
Function
cleargraylists
libs/lua/lgc.c:394
↓ 2 callers
Function
close_func
libs/lua/lparser.c:756
↓ 2 callers
Function
close_state
libs/lua/lstate.c:269
↓ 2 callers
Function
code_loadbool
libs/lua/lcode.c:888
↓ 2 callers
Function
codearith
** Code arithmetic operators ('+', '-', ...). If second operand is a ** constant in the proper range, use variant opcodes with K operands. */
libs/lua/lcode.c:1499
↓ 2 callers
Function
codebinK
** Code binary operators with K operand. */
libs/lua/lcode.c:1448
↓ 2 callers
Function
codebinNoK
** Code binary operators with no constant operand. */
libs/lua/lcode.c:1487
↓ 2 callers
Function
codeextraarg
** Emit an "extra argument" instruction (format 'iAx') */
libs/lua/lcode.c:440
↓ 2 callers
Function
cond
libs/lua/lparser.c:1406
↓ 2 callers
Function
const2val
** Get the constant value from a constant expression */
libs/lua/lcode.c:74
↓ 2 callers
Function
constfolding
** Try to "constant-fold" an operation; return 1 iff successful. ** (In this case, 'e1' has the final result.) */
libs/lua/lcode.c:1333
↓ 2 callers
Function
constructor
libs/lua/lparser.c:925
↓ 2 callers
Function
convergeephemerons
** Traverse all ephemeron tables propagating marks from keys to values. ** Repeat until it converges, that is, nothing new is marked. 'dir' ** inverts
libs/lua/lgc.c:689
↓ 2 callers
Function
copy2buff
copy strings in stack from top - n up to top - 1 to buffer */
libs/lua/lvm.c:624
↓ 2 callers
Function
correctstack
** Change back all offsets into pointers. */
libs/lua/ldo.c:182
↓ 2 callers
Function
countint
libs/lua/ltable.c:413
↓ 2 callers
Function
createlabel
** Create a new label with the given 'name' at the given 'line'. ** 'last' tells whether label is the last non-op statement in its ** block. Solves al
libs/lua/lparser.c:608
↓ 2 callers
Function
createstrobj
** creates a new string object */
libs/lua/lstring.c:143
↓ 2 callers
Function
deletelist
** Delete all objects in list 'p' until (but not including) object ** 'limit'. */
libs/lua/lgc.c:1496
↓ 2 callers
Function
digit
** Read an integer numeral from string 'fmt' or return 'df' if ** there is no numeral */
libs/lua/lstrlib.c:1447
↓ 2 callers
Function
discharge2anyreg
** Ensure expression value is in a register, making 'e' a ** non-relocatable expression. ** (Expression still may have jump lists.) */
libs/lua/lcode.c:880
↓ 2 callers
Function
discharge2reg
** Ensure expression value is in register 'reg', making 'e' a ** non-relocatable expression. ** (Expression still may have jump lists.) */
libs/lua/lcode.c:825
↓ 2 callers
Function
dumpFunction
libs/lua/ldump.c:183
↓ 2 callers
Function
dumpInteger
libs/lua/ldump.c:87
↓ 2 callers
Function
dumpNumber
libs/lua/ldump.c:82
↓ 2 callers
Function
entergen
** Enter generational mode. Must go until the end of an atomic cycle ** to ensure that all objects are correctly marked and weak tables ** are cleared
libs/lua/lgc.c:1327
↓ 2 callers
Function
error_expected
libs/lua/lparser.c:68
↓ 2 callers
Function
fieldargs
** get field and width arguments for field-manipulation functions, ** checking whether they are valid. ** ('luaL_error' called without 'return' to avo
libs/lua/lbitlib.c:168
↓ 2 callers
Function
findlabel
** Search for an active label with the given name. */
libs/lua/lparser.c:544
↓ 2 callers
Function
finishbinexpneg
Try to code a binary operator negating its second operand. ** For the metamethod, 2nd operand must keep its original value. */
libs/lua/lcode.c:1460
↓ 2 callers
Function
finishgencycle
** Finish a young-generation collection. */
libs/lua/lgc.c:1235
↓ 2 callers
Function
finishpcall
** Continuation function for 'pcall' and 'xpcall'. Both functions ** already pushed a 'true' before doing the call, so in case of success ** 'finishpc
libs/lua/lbaselib.c:461
↓ 2 callers
Function
firsttry
** First allocation will fail except when freeing a block (frees never ** fail) and when it cannot try again; this fail will trigger 'tryagain' ** and
libs/lua/lmem.c:69
↓ 2 callers
Function
fitsBx
** Check whether 'i' can be stored in an 'sBx' operand. */
libs/lua/lcode.c:667
↓ 2 callers
Function
fixforjump
** Fix for instruction at position 'pc' to jump to 'dest'. ** (Jump addresses are relative in Lua). 'back' true means ** a back jump. */
libs/lua/lparser.c:1530
↓ 2 callers
Function
forbody
** Generate code for a 'for' loop. */
libs/lua/lparser.c:1544
↓ 2 callers
Function
formatvarinfo
libs/lua/ldebug.c:694
↓ 2 callers
Function
freeregs
** Free two registers in proper order */
libs/lua/lcode.c:502
↓ 2 callers
Function
freestack
libs/lua/lstate.c:203
↓ 2 callers
Function
fullgen
** Does a full collection in generational mode. */
libs/lua/lgc.c:1373
↓ 2 callers
Function
funcargs
libs/lua/lparser.c:1025
↓ 2 callers
Function
funcnamefromcall
** Try to find a name for a function based on how it was called. */
libs/lua/ldebug.c:638
↓ 2 callers
Function
g_iofile
libs/lua/liolib.c:318
↓ 2 callers
Function
g_write
libs/lua/liolib.c:660
↓ 2 callers
Function
get2digits
libs/lua/lstrlib.c:1210
↓ 2 callers
Function
get_onecapture
** get information about the i-th capture. If there are no captures ** and 'i==0', return information about the whole match, which ** is the range 's'
libs/lua/lstrlib.c:702
↓ 2 callers
Function
getcurrentline
libs/lua/ldebug.c:98
↓ 2 callers
Function
getendpos
** Gets an optional ending string position from argument 'arg', ** with default value 'def'. ** Negative means back from end: clip result to [0, len]
libs/lua/lstrlib.c:87
↓ 2 callers
Function
getgclist
libs/lua/lgc.c:125
↓ 2 callers
Function
getnum
libs/lua/lstrlib.c:1449
↓ 2 callers
Function
getoption
** Read and classify next option. 'size' is filled with option's size. */
libs/lua/lstrlib.c:1488
↓ 2 callers
Function
hashint
** Hash for integers. To allow a good hash, use the remainder operator ** ('%'). If integer fits as a non-negative int, compute an int ** remainder, w
libs/lua/ltable.c:108
↓ 2 callers
Function
intarith
libs/lua/lobject.c:53
↓ 2 callers
Method
isBool
------------------------------------------------------------------------------
src/ofxLua.cpp:523
↓ 2 callers
Function
isKstr
** Check whether expression 'e' is a small literal string */
libs/lua/lcode.c:1220
↓ 2 callers
Method
isString
src/ofxLua.cpp:539
↓ 2 callers
Function
ispow2realasize
** Check whether real size of the array is a power of 2. ** (If it is not, 'alimit' cannot be changed to any other value ** without changing the real
libs/lua/ltable.c:278
↓ 2 callers
Function
iter_aux
libs/lua/lutf8lib.c:228
↓ 2 callers
Function
jumponcond
** Emit instruction to jump if 'e' is 'cond' (that is, if 'cond' ** is true, code will jump if 'e' is true.) Return jump position. ** Optimize when 'e
libs/lua/lcode.c:1115
↓ 2 callers
Function
l_checktime
libs/lua/loslib.c:291
↓ 2 callers
Function
l_str2dloc
** Convert string 's' to a Lua number (put in 'result'). Return NULL on ** fail or the address of the ending '\0' on success. ('mode' == 'x') ** means
libs/lua/lobject.c:228
↓ 2 callers
Function
l_strcmp
** Compare two strings 'ls' x 'rs', returning an integer less-equal- ** -greater than zero if 'ls' is less-equal-greater than 'rs'. ** The code is a l
libs/lua/lvm.c:375
↓ 2 callers
Function
l_strton
** Try to convert a value from string to a number value. ** If the value is not a string or is a string not representing ** a valid numeral (or if coe
libs/lua/lvm.c:90
↓ 2 callers
Function
listfield
libs/lua/lparser.c:896
↓ 2 callers
Function
llex
libs/lua/llex.c:445
↓ 2 callers
Function
loadFunction
libs/lua/lundump.c:258
↓ 2 callers
Function
loadInteger
libs/lua/lundump.c:100
↓ 2 callers
Function
loadNumber
libs/lua/lundump.c:93
↓ 2 callers
Function
loadUnsigned
libs/lua/lundump.c:69
↓ 2 callers
Function
load_aux
libs/lua/lbaselib.c:323
↓ 2 callers
Function
loadfunc
** Try to find a load function for module 'modname' at file 'filename'. ** First, change '.' to '_' in 'modname'; then, if 'modname' has ** the form X
libs/lua/loadlib.c:562
↓ 2 callers
Function
localdebuginfo
** Get the debug-information entry for current variable 'vidx'. */
libs/lua/lparser.c:251
↓ 2 callers
Function
luaC_checkfinalizer
** if object 'o' has a finalizer, remove it from 'allgc' list (must ** search the list to find it) and link it in 'finobj' list. */
libs/lua/lgc.c:1017
↓ 2 callers
Function
luaC_freeallobjects
** Call all finalizers of the objects in the given Lua state, and ** then free all objects, except for the main thread. */
libs/lua/lgc.c:1509
↓ 2 callers
Function
luaC_newobjdt
** create a new collectable object (with given type, size, and offset) ** and link it to 'allgc' list. */
libs/lua/lgc.c:258
↓ 2 callers
Function
luaD_hookcall
** Executes a call hook for Lua functions. This function is called ** whenever 'hookmask' is not zero, so it checks whether call hooks are ** active.
libs/lua/ldo.c:369
↓ 2 callers
Function
luaD_precall
** Prepares the call to a function (C or Lua). For C functions, also do ** the call. The function to be called is at '*func'. The arguments ** are on
libs/lua/ldo.c:588
↓ 2 callers
Function
luaD_tryfuncTM
** Check whether 'func' has a '__call' metafield. If so, put it in the ** stack, below original 'func', so that 'luaD_precall' can call it. Raise ** a
libs/lua/ldo.c:412
↓ 2 callers
Function
luaE_checkcstack
** Called when 'getCcalls(L)' larger or equal to LUAI_MAXCCALLS. ** If equal, raises an overflow error. If value is larger than ** LUAI_MAXCCALLS (whi
libs/lua/lstate.c:165
↓ 2 callers
Function
luaE_resetthread
libs/lua/lstate.c:323
↓ 2 callers
Function
luaF_unlinkupval
libs/lua/lfunc.c:182
↓ 2 callers
Function
luaG_addinfo
add src:line information to 'msg' */
libs/lua/ldebug.c:797
↓ 2 callers
Function
luaG_errormsg
libs/lua/ldebug.c:809
← previous
next →
401–500 of 2,184, ranked by callers