MCPcopy Create free account

hub / github.com/bkaradzic/GENie / functions

Functions946 in github.com/bkaradzic/GENie

↓ 2 callersFunctioncopy
src/host/path_helpers.c:103
↓ 2 callersFunctioncopywithendian
** Copy 'size' bytes from 'src' to 'dest', correcting endianness if ** given 'islittle' is different from native endianness. */
src/host/lua-5.3.0/src/lstrlib.c:1165
↓ 2 callersFunctioncountint
src/host/lua-5.3.0/src/ltable.c:247
↓ 2 callersFunctioncreatestrobj
** creates a new string object */
src/host/lua-5.3.0/src/lstring.c:92
↓ 2 callersFunctioncurrentline
src/host/lua-5.3.0/src/ldebug.c:46
↓ 2 callersFunctiondigit
** Read an integer numeral from string 'fmt' or return 'df' if ** there is no numeral */
src/host/lua-5.3.0/src/lstrlib.c:1029
↓ 2 callersFunctiondischarge2anyreg
src/host/lua-5.3.0/src/lcode.c:487
↓ 2 callersFunctiondischarge2reg
src/host/lua-5.3.0/src/lcode.c:444
↓ 2 callersFunctiondoREPL
** Do the REPL: repeatedly read (load) a line, evaluate (call) it, and ** print any results. */
src/host/lua-5.3.0/src/lua.c:404
↓ 2 callersFunctiondo_isfile
src/host/os_isfile.c:19
↓ 2 callersFunctiondochunk
src/host/lua-5.3.0/src/lua.c:239
↓ 2 callersFunctiondofile
src/host/lua-5.3.0/src/lua.c:245
↓ 2 callersFunctiondostring
src/host/lua-5.3.0/src/lua.c:250
↓ 2 callersFunctionenterlevel
src/host/lua-5.3.0/src/lparser.c:326
↓ 2 callersFunctionentersweep
** Enter first sweep phase. ** The call to 'sweeptolive' makes pointer point to an object inside ** the list (instead of to the header), so that the r
src/host/lua-5.3.0/src/lgc.c:940
↓ 2 callersFunctionerror_expected
src/host/lua-5.3.0/src/lparser.c:73
↓ 2 callersFunctionfieldargs
** get field and width arguments for field-manipulation functions, ** checking whether they are valid. ** ('luaL_error' called without 'return' to avo
src/host/lua-5.3.0/src/lbitlib.c:164
↓ 2 callersFunctionfindgotos
** check whether new label 'lb' matches any pending gotos in current ** block; solves forward jumps */
src/host/lua-5.3.0/src/lparser.c:398
↓ 2 callersFunctionfindlabel
** try to close a goto with existing labels; this solves backward jumps */
src/host/lua-5.3.0/src/lparser.c:360
↓ 2 callersFunctionfindlocal
src/host/lua-5.3.0/src/ldebug.c:118
↓ 2 callersFunctionfinishCcall
** Completes the execution of an interrupted C function, calling its ** continuation function. */
src/host/lua-5.3.0/src/ldo.c:432
↓ 2 callersFunctionfinishpcall
** Continuation function for 'pcall' and 'xpcall'. Both functions ** already pushed a 'true' before doing the call, so in case of success ** 'finishpc
src/host/lua-5.3.0/src/lbaselib.c:424
↓ 2 callersFunctionforbody
src/host/lua-5.3.0/src/lparser.c:1288
↓ 2 callersFunctionfreestack
src/host/lua-5.3.0/src/lstate.c:167
↓ 2 callersFunctionfuncargs
src/host/lua-5.3.0/src/lparser.c:811
↓ 2 callersFunctiong_iofile
src/host/lua-5.3.0/src/liolib.c:291
↓ 2 callersFunctiong_write
src/host/lua-5.3.0/src/liolib.c:603
↓ 2 callersFunctiongetco
src/host/lua-5.3.0/src/lcorolib.c:21
↓ 2 callersFunctiongetnum
src/host/lua-5.3.0/src/lstrlib.c:1031
↓ 2 callersFunctiongetoption
** Read and classify next option. 'size' is filled with option's size. */
src/host/lua-5.3.0/src/lstrlib.c:1070
↓ 2 callersFunctiongotostat
src/host/lua-5.3.0/src/lparser.c:1184
↓ 2 callersFunctionhas_drive_letter
src/host/path_helpers.c:11
↓ 2 callersFunctionintarith
src/host/lua-5.3.0/src/lobject.c:76
↓ 2 callersFunctioninvertjump
src/host/lua-5.3.0/src/lcode.c:631
↓ 2 callersFunctionis_absolute_path
src/host/path_helpers.c:24
↓ 2 callersFunctionjumponcond
src/host/lua-5.3.0/src/lcode.c:639
↓ 2 callersFunctionkname
** find a "name" for the RK value 'c' */
src/host/lua-5.3.0/src/ldebug.c:311
↓ 2 callersFunctionl_strcmp
** Compare two strings 'ls' x 'rs', returning an integer smaller-equal- ** -larger than zero if 'ls' is smaller-equal-larger than 'rs'. ** The code is
src/host/lua-5.3.0/src/lvm.c:240
↓ 2 callersFunctionlistfield
src/host/lua-5.3.0/src/lparser.c:687
↓ 2 callersFunctionllex
src/host/lua-5.3.0/src/llex.c:467
↓ 2 callersFunctionload_aux
src/host/lua-5.3.0/src/lbaselib.c:286
↓ 2 callersFunctionloadfunc
** Try to find a load function for module 'modname' at file 'filename'. ** First, change '.' to '_' in 'modname'; then, if 'modname' has ** the form X
src/host/lua-5.3.0/src/loadlib.c:472
↓ 2 callersFunctionluaC_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. */
src/host/lua-5.3.0/src/lgc.c:882
↓ 2 callersFunctionluaC_step
** performs a basic GC step when collector is running */
src/host/lua-5.3.0/src/lgc.c:1109
↓ 2 callersFunctionluaC_upvdeccount
src/host/lua-5.3.0/src/lgc.c:657
↓ 2 callersFunctionluaE_freeCI
** free all CallInfo structures not in use by a thread */
src/host/lua-5.3.0/src/lstate.c:120
↓ 2 callersFunctionluaG_errormsg
src/host/lua-5.3.0/src/ldebug.c:591
↓ 2 callersFunctionluaG_opinterror
src/host/lua-5.3.0/src/ldebug.c:545
↓ 2 callersFunctionluaG_ordererror
src/host/lua-5.3.0/src/ldebug.c:565
↓ 2 callersFunctionluaH_getn
** Try to find a boundary in table 't'. A 'boundary' is an integer index ** such that t[i] is non-nil and t[i+1] is nil (and 0 if t[1] is nil). */
src/host/lua-5.3.0/src/ltable.c:622
↓ 2 callersFunctionluaK_checkstack
src/host/lua-5.3.0/src/lcode.c:278
↓ 2 callersFunctionluaK_exp2anyregup
src/host/lua-5.3.0/src/lcode.c:541
↓ 2 callersFunctionluaK_goiffalse
src/host/lua-5.3.0/src/lcode.c:678
↓ 2 callersFunctionluaK_nil
src/host/lua-5.3.0/src/lcode.c:54
↓ 2 callersFunctionluaK_numberK
src/host/lua-5.3.0/src/lcode.c:359
↓ 2 callersFunctionluaK_ret
src/host/lua-5.3.0/src/lcode.c:86
↓ 2 callersFunctionluaK_setoneret
src/host/lua-5.3.0/src/lcode.c:394
↓ 2 callersFunctionluaL_callmeta
src/host/lua-5.3.0/src/lauxlib.c:726
↓ 2 callersFunctionluaL_execresult
src/host/lua-5.3.0/src/lauxlib.c:263
↓ 2 callersFunctionluaL_findtable
src/host/lua-5.3.0/src/lauxlib.c:784
↓ 2 callersFunctionluaL_openlibs
src/host/lua-5.3.0/src/linit.c:60
↓ 2 callersFunctionluaL_optlstring
src/host/lua-5.3.0/src/lauxlib.c:381
↓ 2 callersFunctionluaL_pushmodule
** Find or create a module table with a given name. The function ** first looks at the _LOADED table and, if that fails, try a ** global variable with
src/host/lua-5.3.0/src/lauxlib.c:826
↓ 2 callersFunctionluaL_testudata
src/host/lua-5.3.0/src/lauxlib.c:307
↓ 2 callersFunctionluaL_traceback
src/host/lua-5.3.0/src/lauxlib.c:125
↓ 2 callersFunctionluaM_toobig
src/host/lua-5.3.0/src/lmem.c:68
↓ 2 callersFunctionluaO_arith
src/host/lua-5.3.0/src/lobject.c:116
↓ 2 callersFunctionluaO_ceillog2
src/host/lua-5.3.0/src/lobject.c:58
↓ 2 callersFunctionluaO_fb2int
converts back */
src/host/lua-5.3.0/src/lobject.c:51
↓ 2 callersFunctionluaO_int2fb
** converts an integer to a "floating point byte", represented as ** (eeeeexxx), where the real value is (1xxx) * 2^(eeeee - 1) if ** eeeee != 0 and (
src/host/lua-5.3.0/src/lobject.c:39
↓ 2 callersFunctionluaO_utf8esc
src/host/lua-5.3.0/src/lobject.c:297
↓ 2 callersFunctionluaT_callbinTM
src/host/lua-5.3.0/src/ltm.c:103
↓ 2 callersFunctionluaU_dump
** dump Lua function as precompiled chunk */
src/host/lua-5.3.0/src/ldump.c:201
↓ 2 callersFunctionluaV_div
** Integer division; return 'm // n', that is, floor(m/n). ** C division truncates its result (rounds towards zero). ** 'floor(q) == trunc(q)' when 'q
src/host/lua-5.3.0/src/lvm.c:435
↓ 2 callersFunctionluaV_equalobj
** Main operation for equality of Lua values; return 't1 == t2'. ** L == NULL means raw equality (no metamethods) */
src/host/lua-5.3.0/src/lvm.c:305
↓ 2 callersFunctionluaV_lessequal
** Main operation less than or equal to; return 'l <= r'. */
src/host/lua-5.3.0/src/lvm.c:284
↓ 2 callersFunctionluaV_lessthan
** Main operation less than; return 'l < r'. */
src/host/lua-5.3.0/src/lvm.c:266
↓ 2 callersFunctionluaV_mod
** Integer modulus; return 'm % n'. (Assume that C '%' with ** negative operands follows C99 behavior. See previous comment ** about luaV_div.) */
src/host/lua-5.3.0/src/lvm.c:455
↓ 2 callersFunctionluaV_objlen
** Main operation 'ra' = #rb'. */
src/host/lua-5.3.0/src/lvm.c:404
↓ 2 callersFunctionluaZ_openspace
------------------------------------------------------------------------ */
src/host/lua-5.3.0/src/lzio.c:70
↓ 2 callersFunctionlua_gc
src/host/lua-5.3.0/src/lapi.c:1011
↓ 2 callersFunctionlua_getlocal
src/host/lua-5.3.0/src/ldebug.c:144
↓ 2 callersFunctionlua_getupvalue
src/host/lua-5.3.0/src/lapi.c:1193
↓ 2 callersFunctionlua_newuserdata
src/host/lua-5.3.0/src/lapi.c:1155
↓ 2 callersFunctionlua_pcallk
src/host/lua-5.3.0/src/lapi.c:919
↓ 2 callersFunctionlua_rawset
src/host/lua-5.3.0/src/lapi.c:769
↓ 2 callersFunctionlua_rawsetp
src/host/lua-5.3.0/src/lapi.c:800
↓ 2 callersFunctionlua_status
src/host/lua-5.3.0/src/lapi.c:1002
↓ 2 callersFunctionlua_stringtonumber
src/host/lua-5.3.0/src/lapi.c:336
↓ 2 callersFunctionlua_typename
src/host/lua-5.3.0/src/lapi.c:256
↓ 2 callersFunctionmarkbeingfnz
** mark all objects in list of being-finalized */
src/host/lua-5.3.0/src/lgc.c:285
↓ 2 callersFunctionmarkmt
** mark metamethods for basic types */
src/host/lua-5.3.0/src/lgc.c:275
↓ 2 callersFunctionmatch_class
src/host/lua-5.3.0/src/lstrlib.c:277
↓ 2 callersFunctionneed_value
** check whether list has any jump that do not produce a value ** (or produce an inverted value) */
src/host/lua-5.3.0/src/lcode.c:139
↓ 2 callersFunctionnewupvalue
src/host/lua-5.3.0/src/lparser.c:227
↓ 2 callersFunctionnextc
** Add current char to buffer (if not out of space) and read next one */
src/host/lua-5.3.0/src/liolib.c:379
↓ 2 callersFunctionnumarith
src/host/lua-5.3.0/src/lobject.c:96
↓ 2 callersFunctionnumisinteger
** Checks whether a float has a value representable as a lua_Integer ** (and does the conversion if so) */
src/host/lua-5.3.0/src/ltable.c:91
↓ 2 callersFunctionopen_func
src/host/lua-5.3.0/src/lparser.c:523
↓ 2 callersFunctionopencheck
src/host/lua-5.3.0/src/liolib.c:236
← previousnext →301–400 of 946, ranked by callers