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
↓ 8 callers
Function
luaV_finishget
** Finish the table access 'val = t[key]'. ** if 'slot' is NULL, 't' is not a table; otherwise, 'slot' points to ** t[k] entry (which must be empty).
libs/lua/lvm.c:287
↓ 8 callers
Function
lua_concat
libs/lua/lapi.c:1285
↓ 8 callers
Function
lua_gc
** Garbage-collection function */
libs/lua/lapi.c:1133
↓ 8 callers
Function
lua_settable
libs/lua/lapi.c:855
↓ 8 callers
Function
setfield
** About the overflow check: an overflow cannot occur when time ** is represented by a lua_Integer, because either lua_Integer is ** large enough to r
libs/lua/loslib.c:209
↓ 7 callers
Function
addk
** Add constant 'v' to prototype's list of constants (field 'k'). ** Use scanner's table to cache position of constants in constant list ** and try to
libs/lua/lcode.c:543
↓ 7 callers
Function
freereg
** Free register 'reg', if it is neither a constant index nor ** a local variable. ) */
libs/lua/lcode.c:491
↓ 7 callers
Method
getString
src/ofxLua.cpp:817
↓ 7 callers
Function
luaC_runtilstate
** advances the garbage collector until it reaches a state allowed ** by 'statemask' */
libs/lua/lgc.c:1650
↓ 7 callers
Function
luaD_callnoyield
** Similar to 'luaD_call', but does not allow yields during the call. */
libs/lua/ldo.c:654
↓ 7 callers
Function
luaD_poscall
** Finishes a function call: calls hook if necessary, moves current ** number of results to proper place, and returns to previous call ** info. If fun
libs/lua/ldo.c:485
↓ 7 callers
Function
luaE_setdebt
** set GCdebt to a new value keeping the value (totalbytes + GCdebt) ** invariant (and avoiding underflows in 'totalbytes') */
libs/lua/lstate.c:89
↓ 7 callers
Function
luaF_close
** Close all upvalues and to-be-closed variables up to the given stack ** level. Return restored 'level'. */
libs/lua/lfunc.c:227
↓ 7 callers
Function
luaK_getlabel
** returns current 'pc' and marks it as a jump target (to avoid wrong ** optimizations with consecutive instructions not in the same basic block). */
libs/lua/lcode.c:232
↓ 7 callers
Function
luaL_getmetafield
libs/lua/lauxlib.c:851
↓ 7 callers
Function
luaL_setfuncs
** set functions from list 'l' into table at top - 'nup'; each ** function gets the 'nup' elements at the top as upvalues. ** Returns with only the ta
libs/lua/lauxlib.c:933
↓ 7 callers
Function
luaL_where
** The use of 'lua_pushfstring' ensures this function does not ** need reserved stack space when called. */
libs/lua/lauxlib.c:216
↓ 7 callers
Function
luaV_finishset
** Finish a table assignment 't[key] = val'. ** If 'slot' is NULL, 't' is not a table. Otherwise, 'slot' points ** to the entry 't[key]', or to a val
libs/lua/lvm.c:330
↓ 7 callers
Function
lua_gettable
libs/lua/lapi.c:674
↓ 7 callers
Function
lua_pushcclosure
libs/lua/lapi.c:579
↓ 7 callers
Function
lua_pushlightuserdata
libs/lua/lapi.c:616
↓ 7 callers
Function
lua_rawgeti
libs/lua/lapi.c:744
↓ 7 callers
Function
match
libs/lua/lstrlib.c:570
↓ 7 callers
Function
reglevel
** Convert 'nvar', a compiler index level, to its corresponding ** register. For that, search for the highest variable below that level ** that is in
libs/lua/lparser.c:229
↓ 7 callers
Function
settabsi
libs/lua/ldblib.c:116
↓ 7 callers
Function
tonumeral
** If expression is a numeric constant, fills 'v' with its value ** and returns 1. Otherwise, returns 0. */
libs/lua/lcode.c:56
↓ 6 callers
Function
addstr2buff
** Add 'str' to the buffer. If string is larger than the buffer space, ** push the string directly to the stack. */
libs/lua/lobject.c:453
↓ 6 callers
Function
checkformat
** Check whether a conversion specification is valid. When called, ** first character in 'form' must be '%' and last character must ** be a valid conv
libs/lua/lstrlib.c:1225
↓ 6 callers
Function
copywithendian
** Copy 'size' bytes from 'src' to 'dest', correcting endianness if ** given 'islittle' is different from native endianness. */
libs/lua/lstrlib.c:1589
↓ 6 callers
Function
esccheck
libs/lua/llex.c:319
↓ 6 callers
Method
getNumber
src/ofxLua.cpp:809
↓ 6 callers
Function
getfield
libs/lua/loslib.c:251
↓ 6 callers
Function
gettable
libs/lua/lapi.c:725
↓ 6 callers
Function
getthread
** Auxiliary function used by several library functions: check for ** an optional thread as function's first argument and set 'arg' with ** 1 if this
libs/lua/ldblib.c:94
↓ 6 callers
Method
isNumber
src/ofxLua.cpp:531
↓ 6 callers
Function
luaD_call
** External interface for 'ccall' */
libs/lua/ldo.c:646
↓ 6 callers
Function
luaE_warning
libs/lua/lstate.c:423
↓ 6 callers
Function
luaG_getfuncline
** Get the line corresponding to instruction 'pc' in function 'f'; ** first gets a base line and from there does the increments until ** the desired i
libs/lua/ldebug.c:83
↓ 6 callers
Function
luaH_new
libs/lua/ltable.c:626
↓ 6 callers
Function
luaK_code
** Emit instruction 'i', checking for array sizes and saving also its ** line information. Return 'i' position. */
libs/lua/lcode.c:382
↓ 6 callers
Function
luaK_concat
** Concatenate jump-list 'l2' into jump-list 'l1' */
libs/lua/lcode.c:181
↓ 6 callers
Function
luaK_semerror
semantic error */
libs/lua/lcode.c:46
↓ 6 callers
Function
luaT_trybinTM
libs/lua/ltm.c:148
↓ 6 callers
Function
luaV_tointegerns
** try to convert a value to an integer, rounding according to 'mode', ** without string coercion. ** ("Fast track" handled by macro 'tointegerns'.) *
libs/lua/lvm.c:137
↓ 6 callers
Function
lua_getinfo
libs/lua/ldebug.c:383
↓ 6 callers
Function
lua_rawsetp
libs/lua/lapi.c:914
↓ 6 callers
Function
lua_rotate
** Let x = AB, where A is a prefix of length 'n'. Then, ** rotate x n == BA. But BA == (A^r . B^r)^r. */
libs/lua/lapi.c:241
↓ 6 callers
Function
lua_typename
libs/lua/lapi.c:290
↓ 6 callers
Function
new_localvar
** Create a new local variable with the given 'name'. Return its index ** in the function. */
libs/lua/lparser.c:193
↓ 6 callers
Function
set2
libs/lua/ltablib.c:265
↓ 6 callers
Function
swapexps
libs/lua/lcode.c:1479
↓ 6 callers
Function
test2
** Accept current char if it is in 'set' (of size 2) */
libs/lua/liolib.c:454
↓ 5 callers
Function
Ixor
i1 ^= i2 */
libs/lua/lmathlib.c:396
↓ 5 callers
Function
binopr2op
** Convert a BinOpr to an OpCode (ORDER OPR - ORDER OP) */
libs/lua/lcode.c:1357
↓ 5 callers
Function
checkstack
** If L1 != L, L1 can be in any state, and therefore there are no ** guarantees about its stack space; any push in L1 must be ** checked. */
libs/lua/ldblib.c:35
↓ 5 callers
Function
clearkey
** Clear keys for empty entries in tables. If entry is empty, mark its ** entry as dead. This allows the collection of the key, but keeps its ** entry
libs/lua/lgc.c:171
↓ 5 callers
Function
codeABRK
libs/lua/lcode.c:1038
↓ 5 callers
Method
doScript
------------------------------------------------------------------------------
src/ofxLua.cpp:154
↓ 5 callers
Function
dumpString
libs/lua/ldump.c:92
↓ 5 callers
Function
explist
libs/lua/lparser.c:1012
↓ 5 callers
Method
getBool
------------------------------------------------------------------------------
src/ofxLua.cpp:801
↓ 5 callers
Function
inclinenumber
** increment line number and skips newline sequence (any of ** \n, \r, \n\r, or \r\n) */
libs/lua/llex.c:156
↓ 5 callers
Function
iscleared
** tells whether a key or value can be cleared from a weak ** table. Non-collectable objects are never removed from weak ** tables. Strings behave as
libs/lua/lgc.c:185
↓ 5 callers
Function
luaD_hook
** Call a hook for the given event. Make sure there is a hook to be ** called. (Both 'L->hook' and 'L->hookmask', which trigger this ** function, can
libs/lua/ldo.c:328
↓ 5 callers
Function
luaD_rawrunprotected
libs/lua/ldo.c:138
↓ 5 callers
Function
luaD_seterrorobj
libs/lua/ldo.c:91
↓ 5 callers
Function
luaG_typeerror
** Raise a type error with "standard" information about the faulty ** object 'o' (using 'varinfo'). */
libs/lua/ldebug.c:736
↓ 5 callers
Function
luaH_getshortstr
** search function for short strings */
libs/lua/ltable.c:758
↓ 5 callers
Function
luaH_resize
** Resize table 't' for the new given sizes. Both allocations (for ** the hash part and for the array part) can fail, which creates some ** subtleties
libs/lua/ltable.c:553
↓ 5 callers
Function
luaK_codeABCk
** Format and emit an 'iABC' instruction. (Assertions check consistency ** of parameters versus opcode.) */
libs/lua/lcode.c:397
↓ 5 callers
Function
luaK_codeABx
** Format and emit an 'iABx' instruction. */
libs/lua/lcode.c:408
↓ 5 callers
Function
luaL_buffinitsize
libs/lua/lauxlib.c:639
↓ 5 callers
Function
luaL_getsubtable
** ensure that stack[idx][fname] has a table and push that table ** into the stack */
libs/lua/lauxlib.c:954
↓ 5 callers
Function
luaL_pushresultsize
libs/lua/lauxlib.c:604
↓ 5 callers
Function
luaL_tolstring
libs/lua/lauxlib.c:889
↓ 5 callers
Function
lua_createtable
libs/lua/lapi.c:762
↓ 5 callers
Function
lua_setwarnf
libs/lua/lapi.c:1327
↓ 5 callers
Function
packI
build a new Rand64 value */
libs/lua/lmathlib.c:382
↓ 5 callers
Function
posrelatI
** translate a relative initial string position ** (negative means back from end): clip result to [1, inf). ** The length of any string in Lua must fi
libs/lua/lstrlib.c:71
↓ 5 callers
Function
propagateall
libs/lua/lgc.c:674
↓ 5 callers
Function
save
libs/lua/llex.c:57
↓ 5 callers
Function
sort_comp
** Return true iff value at stack index 'a' is less than the value at ** index 'b' (according to the order of the sort). */
libs/lua/ltablib.c:275
↓ 5 callers
Function
statlist
libs/lua/lparser.c:799
↓ 5 callers
Function
sweepgen
** Sweep for generational mode. Delete dead objects. (Because the ** collection is not incremental, there are no "new white" objects ** during the swe
libs/lua/lgc.c:1113
↓ 5 callers
Function
u_posrelat
from strlib */ translate a relative string position: negative means back from end */
libs/lua/lutf8lib.c:47
↓ 4 callers
Function
Int2I
convert a 'lua_Unsigned' to a 'Rand64' */
libs/lua/lmathlib.c:507
↓ 4 callers
Function
atomic
libs/lua/lgc.c:1523
↓ 4 callers
Method
beginTable
src/ofxLuaFileWriter.cpp:66
↓ 4 callers
Function
block
libs/lua/lparser.c:1305
↓ 4 callers
Function
block_follow
** check whether current token is in the follow set of a block. ** 'until' closes syntactical blocks, but do not close scope, ** so it is handled in s
libs/lua/lparser.c:788
↓ 4 callers
Function
callbinTM
libs/lua/ltm.c:137
↓ 4 callers
Function
checkpointer
** If pointer 'p' points to 'o', move it to the next element. */
libs/lua/lgc.c:995
↓ 4 callers
Function
clearbyvalues
** clear entries with unmarked values from all weaktables in list 'l' up ** to element 'f' */
libs/lua/lgc.c:742
↓ 4 callers
Function
codestring
libs/lua/lparser.c:159
↓ 4 callers
Function
condjump
** Code a "conditional jump", that is, a test or comparison opcode ** followed by a jump. Return jump position. */
libs/lua/lcode.c:222
↓ 4 callers
Function
correctgraylist
** Correct a list of gray objects. Return pointer to where rest of the ** list should be linked. ** Because this correction is done after sweeping, yo
libs/lua/lgc.c:1170
↓ 4 callers
Function
currentpc
libs/lua/ldebug.c:41
↓ 4 callers
Function
finishbinexpval
** Emit code for binary expressions that "produce values" ** (everything but logical operators 'and'/'or' and comparison ** operators). ** Expression
libs/lua/lcode.c:1403
↓ 4 callers
Function
fitsC
** Check whether 'i' can be stored in an 'sC' operand. Equivalent to ** (0 <= int2sC(i) && int2sC(i) <= MAXARG_C) but without risk of ** overflows in
libs/lua/lcode.c:659
↓ 4 callers
Function
fixjump
** Fix jump instruction at position 'pc' to jump to 'dest'. ** (Jump addresses are relative in Lua) */
libs/lua/lcode.c:167
← previous
next →
101–200 of 2,184, ranked by callers