MCPcopy Create free account

hub / github.com/danomatika/ofxLua / functions

Functions2,184 in github.com/danomatika/ofxLua

↓ 8 callersFunctionluaV_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 callersFunctionlua_concat
libs/lua/lapi.c:1285
↓ 8 callersFunctionlua_gc
** Garbage-collection function */
libs/lua/lapi.c:1133
↓ 8 callersFunctionlua_settable
libs/lua/lapi.c:855
↓ 8 callersFunctionsetfield
** 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 callersFunctionaddk
** 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 callersFunctionfreereg
** Free register 'reg', if it is neither a constant index nor ** a local variable. ) */
libs/lua/lcode.c:491
↓ 7 callersMethodgetString
src/ofxLua.cpp:817
↓ 7 callersFunctionluaC_runtilstate
** advances the garbage collector until it reaches a state allowed ** by 'statemask' */
libs/lua/lgc.c:1650
↓ 7 callersFunctionluaD_callnoyield
** Similar to 'luaD_call', but does not allow yields during the call. */
libs/lua/ldo.c:654
↓ 7 callersFunctionluaD_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 callersFunctionluaE_setdebt
** set GCdebt to a new value keeping the value (totalbytes + GCdebt) ** invariant (and avoiding underflows in 'totalbytes') */
libs/lua/lstate.c:89
↓ 7 callersFunctionluaF_close
** Close all upvalues and to-be-closed variables up to the given stack ** level. Return restored 'level'. */
libs/lua/lfunc.c:227
↓ 7 callersFunctionluaK_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 callersFunctionluaL_getmetafield
libs/lua/lauxlib.c:851
↓ 7 callersFunctionluaL_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 callersFunctionluaL_where
** The use of 'lua_pushfstring' ensures this function does not ** need reserved stack space when called. */
libs/lua/lauxlib.c:216
↓ 7 callersFunctionluaV_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 callersFunctionlua_gettable
libs/lua/lapi.c:674
↓ 7 callersFunctionlua_pushcclosure
libs/lua/lapi.c:579
↓ 7 callersFunctionlua_pushlightuserdata
libs/lua/lapi.c:616
↓ 7 callersFunctionlua_rawgeti
libs/lua/lapi.c:744
↓ 7 callersFunctionmatch
libs/lua/lstrlib.c:570
↓ 7 callersFunctionreglevel
** 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 callersFunctionsettabsi
libs/lua/ldblib.c:116
↓ 7 callersFunctiontonumeral
** If expression is a numeric constant, fills 'v' with its value ** and returns 1. Otherwise, returns 0. */
libs/lua/lcode.c:56
↓ 6 callersFunctionaddstr2buff
** 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 callersFunctioncheckformat
** 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 callersFunctioncopywithendian
** Copy 'size' bytes from 'src' to 'dest', correcting endianness if ** given 'islittle' is different from native endianness. */
libs/lua/lstrlib.c:1589
↓ 6 callersFunctionesccheck
libs/lua/llex.c:319
↓ 6 callersMethodgetNumber
src/ofxLua.cpp:809
↓ 6 callersFunctiongetfield
libs/lua/loslib.c:251
↓ 6 callersFunctiongettable
libs/lua/lapi.c:725
↓ 6 callersFunctiongetthread
** 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 callersMethodisNumber
src/ofxLua.cpp:531
↓ 6 callersFunctionluaD_call
** External interface for 'ccall' */
libs/lua/ldo.c:646
↓ 6 callersFunctionluaE_warning
libs/lua/lstate.c:423
↓ 6 callersFunctionluaG_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 callersFunctionluaH_new
libs/lua/ltable.c:626
↓ 6 callersFunctionluaK_code
** Emit instruction 'i', checking for array sizes and saving also its ** line information. Return 'i' position. */
libs/lua/lcode.c:382
↓ 6 callersFunctionluaK_concat
** Concatenate jump-list 'l2' into jump-list 'l1' */
libs/lua/lcode.c:181
↓ 6 callersFunctionluaK_semerror
semantic error */
libs/lua/lcode.c:46
↓ 6 callersFunctionluaT_trybinTM
libs/lua/ltm.c:148
↓ 6 callersFunctionluaV_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 callersFunctionlua_getinfo
libs/lua/ldebug.c:383
↓ 6 callersFunctionlua_rawsetp
libs/lua/lapi.c:914
↓ 6 callersFunctionlua_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 callersFunctionlua_typename
libs/lua/lapi.c:290
↓ 6 callersFunctionnew_localvar
** Create a new local variable with the given 'name'. Return its index ** in the function. */
libs/lua/lparser.c:193
↓ 6 callersFunctionset2
libs/lua/ltablib.c:265
↓ 6 callersFunctionswapexps
libs/lua/lcode.c:1479
↓ 6 callersFunctiontest2
** Accept current char if it is in 'set' (of size 2) */
libs/lua/liolib.c:454
↓ 5 callersFunctionIxor
i1 ^= i2 */
libs/lua/lmathlib.c:396
↓ 5 callersFunctionbinopr2op
** Convert a BinOpr to an OpCode (ORDER OPR - ORDER OP) */
libs/lua/lcode.c:1357
↓ 5 callersFunctioncheckstack
** 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 callersFunctionclearkey
** 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 callersFunctioncodeABRK
libs/lua/lcode.c:1038
↓ 5 callersMethoddoScript
------------------------------------------------------------------------------
src/ofxLua.cpp:154
↓ 5 callersFunctiondumpString
libs/lua/ldump.c:92
↓ 5 callersFunctionexplist
libs/lua/lparser.c:1012
↓ 5 callersMethodgetBool
------------------------------------------------------------------------------
src/ofxLua.cpp:801
↓ 5 callersFunctioninclinenumber
** increment line number and skips newline sequence (any of ** \n, \r, \n\r, or \r\n) */
libs/lua/llex.c:156
↓ 5 callersFunctioniscleared
** 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 callersFunctionluaD_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 callersFunctionluaD_rawrunprotected
libs/lua/ldo.c:138
↓ 5 callersFunctionluaD_seterrorobj
libs/lua/ldo.c:91
↓ 5 callersFunctionluaG_typeerror
** Raise a type error with "standard" information about the faulty ** object 'o' (using 'varinfo'). */
libs/lua/ldebug.c:736
↓ 5 callersFunctionluaH_getshortstr
** search function for short strings */
libs/lua/ltable.c:758
↓ 5 callersFunctionluaH_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 callersFunctionluaK_codeABCk
** Format and emit an 'iABC' instruction. (Assertions check consistency ** of parameters versus opcode.) */
libs/lua/lcode.c:397
↓ 5 callersFunctionluaK_codeABx
** Format and emit an 'iABx' instruction. */
libs/lua/lcode.c:408
↓ 5 callersFunctionluaL_buffinitsize
libs/lua/lauxlib.c:639
↓ 5 callersFunctionluaL_getsubtable
** ensure that stack[idx][fname] has a table and push that table ** into the stack */
libs/lua/lauxlib.c:954
↓ 5 callersFunctionluaL_pushresultsize
libs/lua/lauxlib.c:604
↓ 5 callersFunctionluaL_tolstring
libs/lua/lauxlib.c:889
↓ 5 callersFunctionlua_createtable
libs/lua/lapi.c:762
↓ 5 callersFunctionlua_setwarnf
libs/lua/lapi.c:1327
↓ 5 callersFunctionpackI
build a new Rand64 value */
libs/lua/lmathlib.c:382
↓ 5 callersFunctionposrelatI
** 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 callersFunctionpropagateall
libs/lua/lgc.c:674
↓ 5 callersFunctionsave
libs/lua/llex.c:57
↓ 5 callersFunctionsort_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 callersFunctionstatlist
libs/lua/lparser.c:799
↓ 5 callersFunctionsweepgen
** 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 callersFunctionu_posrelat
from strlib */ translate a relative string position: negative means back from end */
libs/lua/lutf8lib.c:47
↓ 4 callersFunctionInt2I
convert a 'lua_Unsigned' to a 'Rand64' */
libs/lua/lmathlib.c:507
↓ 4 callersFunctionatomic
libs/lua/lgc.c:1523
↓ 4 callersMethodbeginTable
src/ofxLuaFileWriter.cpp:66
↓ 4 callersFunctionblock
libs/lua/lparser.c:1305
↓ 4 callersFunctionblock_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 callersFunctioncallbinTM
libs/lua/ltm.c:137
↓ 4 callersFunctioncheckpointer
** If pointer 'p' points to 'o', move it to the next element. */
libs/lua/lgc.c:995
↓ 4 callersFunctionclearbyvalues
** clear entries with unmarked values from all weaktables in list 'l' up ** to element 'f' */
libs/lua/lgc.c:742
↓ 4 callersFunctioncodestring
libs/lua/lparser.c:159
↓ 4 callersFunctioncondjump
** Code a "conditional jump", that is, a test or comparison opcode ** followed by a jump. Return jump position. */
libs/lua/lcode.c:222
↓ 4 callersFunctioncorrectgraylist
** 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 callersFunctioncurrentpc
libs/lua/ldebug.c:41
↓ 4 callersFunctionfinishbinexpval
** Emit code for binary expressions that "produce values" ** (everything but logical operators 'and'/'or' and comparison ** operators). ** Expression
libs/lua/lcode.c:1403
↓ 4 callersFunctionfitsC
** 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 callersFunctionfixjump
** Fix jump instruction at position 'pc' to jump to 'dest'. ** (Jump addresses are relative in Lua) */
libs/lua/lcode.c:167
← previousnext →101–200 of 2,184, ranked by callers