MCPcopy Create free account

hub / github.com/Jaysmito101/TerraForge3D / functions

Functions6,903 in github.com/Jaysmito101/TerraForge3D

↓ 2 callersFunctionlistfield
include/lua-5.4.3/src/lparser.c:884
↓ 2 callersFunctionliteral
A number or string literal.
include/wren/src/vm/wren_compiler.c:2422
↓ 2 callersFunctionlittle_endianess
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from https://stackoverflow.com/a/1001328
src/json.hpp:8339
↓ 2 callersFunctionllex
include/lua-5.4.3/src/llex.c:445
↓ 2 callersFunctionloadFunction
include/lua-5.4.3/src/lundump.c:256
↓ 2 callersFunctionloadInteger
include/lua-5.4.3/src/lundump.c:100
↓ 2 callersFunctionloadNumber
include/lua-5.4.3/src/lundump.c:93
↓ 2 callersFunctionloadUnsigned
include/lua-5.4.3/src/lundump.c:69
↓ 2 callersFunctionload_aux
include/lua-5.4.3/src/lbaselib.c:302
↓ 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
include/lua-5.4.3/src/loadlib.c:562
↓ 2 callersFunctionlocaldebuginfo
** Get the debug-information entry for current variable 'vidx'. */
include/lua-5.4.3/src/lparser.c:251
↓ 2 callersFunctionloopBody
Compiles the body of the loop and tracks its extent so that contained "break" statements can be handled correctly.
include/wren/src/vm/wren_compiler.c:2987
↓ 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. */
include/lua-5.4.3/src/lgc.c:1011
↓ 2 callersFunctionluaC_freeallobjects
** Call all finalizers of the objects in the given Lua state, and ** then free all objects, except for the main thread. */
include/lua-5.4.3/src/lgc.c:1503
↓ 2 callersFunctionluaD_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.
include/lua-5.4.3/src/ldo.c:347
↓ 2 callersFunctionluaD_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
include/lua-5.4.3/src/ldo.c:390
↓ 2 callersFunctionluaE_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
include/lua-5.4.3/src/lstate.c:165
↓ 2 callersFunctionluaE_resetthread
include/lua-5.4.3/src/lstate.c:326
↓ 2 callersFunctionluaF_unlinkupval
include/lua-5.4.3/src/lfunc.c:183
↓ 2 callersFunctionluaG_addinfo
add src:line information to 'msg' */
include/lua-5.4.3/src/ldebug.c:753
↓ 2 callersFunctionluaG_errormsg
include/lua-5.4.3/src/ldebug.c:765
↓ 2 callersFunctionluaG_opinterror
include/lua-5.4.3/src/ldebug.c:723
↓ 2 callersFunctionluaH_getn
** Try to find a boundary in table 't'. (A 'boundary' is an integer index ** such that t[i] is present and t[i+1] is absent, or 0 if t[1] is absent **
include/lua-5.4.3/src/ltable.c:912
↓ 2 callersFunctionluaH_newkey
** inserts a new key into a hash table; first, check whether key's main ** position is free. If not, check whether colliding node is in its main ** po
include/lua-5.4.3/src/ltable.c:654
↓ 2 callersFunctionluaK_checkstack
** Check register-stack level, keeping track of its maximum size ** in field 'maxstacksize' */
include/lua-5.4.3/src/lcode.c:465
↓ 2 callersFunctionluaK_codeAsBx
** Format and emit an 'iAsBx' instruction. */
include/lua-5.4.3/src/lcode.c:417
↓ 2 callersFunctionluaK_exp2K
** Try to make 'e' a K expression with an index in the range of R/K ** indices. Return true iff succeeded. */
include/lua-5.4.3/src/lcode.c:980
↓ 2 callersFunctionluaK_exp2anyregup
** Ensures final expression result is either in a register ** or in an upvalue. */
include/lua-5.4.3/src/lcode.c:958
↓ 2 callersFunctionluaK_goiffalse
** Emit code to go through if 'e' is false, jump otherwise. */
include/lua-5.4.3/src/lcode.c:1142
↓ 2 callersFunctionluaK_int
include/lua-5.4.3/src/lcode.c:654
↓ 2 callersFunctionluaK_intK
** Add an integer to list of constants and return its index. ** Integers use userdata as keys to avoid collision with floats with ** same value; conve
include/lua-5.4.3/src/lcode.c:587
↓ 2 callersFunctionluaK_nil
** Create a OP_LOADNIL instruction, but try to optimize: if the previous ** instruction is also OP_LOADNIL and ranges are compatible, adjust ** range
include/lua-5.4.3/src/lcode.c:130
↓ 2 callersFunctionluaK_numberK
** Add a float to list of constants and return its index. */
include/lua-5.4.3/src/lcode.c:597
↓ 2 callersFunctionluaK_ret
** Code a 'return' instruction */
include/lua-5.4.3/src/lcode.c:206
↓ 2 callersFunctionluaK_setoneret
** Fix an expression to return one result. ** If expression is not a multi-ret expression (function call or ** vararg), it already returns one result,
include/lua-5.4.3/src/lcode.c:736
↓ 2 callersFunctionluaL_callmeta
include/lua-5.4.3/src/lauxlib.c:861
↓ 2 callersFunctionluaL_execresult
include/lua-5.4.3/src/lauxlib.c:285
↓ 2 callersFunctionluaL_newmetatable
include/lua-5.4.3/src/lauxlib.c:311
↓ 2 callersFunctionluaL_newstate
include/lua-5.4.3/src/lauxlib.c:1087
↓ 2 callersFunctionluaL_openlibs
include/lua-5.4.3/src/linit.c:57
↓ 2 callersFunctionluaL_testudata
include/lua-5.4.3/src/lauxlib.c:330
↓ 2 callersFunctionluaL_traceback
include/lua-5.4.3/src/lauxlib.c:131
↓ 2 callersFunctionluaM_saferealloc_
include/lua-5.4.3/src/lmem.c:178
↓ 2 callersFunctionluaM_toobig
include/lua-5.4.3/src/lmem.c:124
↓ 2 callersFunctionluaO_chunkid
include/lua-5.4.3/src/lobject.c:557
↓ 2 callersFunctionluaO_rawarith
include/lua-5.4.3/src/lobject.c:89
↓ 2 callersFunctionluaO_utf8esc
include/lua-5.4.3/src/lobject.c:323
↓ 2 callersFunctionluaS_eqlngstr
** equality for long strings */
include/lua-5.4.3/src/lstring.c:34
↓ 2 callersFunctionluaS_resize
** Resize the string table. If allocation fails, keep the current size. ** (This can degrade performance, but any non-zero size should work ** correct
include/lua-5.4.3/src/lstring.c:85
↓ 2 callersFunctionluaT_trybinassocTM
include/lua-5.4.3/src/ltm.c:175
↓ 2 callersFunctionluaV_equalobj
** Main operation for equality of Lua values; return 't1 == t2'. ** L == NULL means raw equality (no metamethods) */
include/lua-5.4.3/src/lvm.c:565
↓ 2 callersFunctionluaV_objlen
** Main operation 'ra = #rb'. */
include/lua-5.4.3/src/lvm.c:683
↓ 2 callersFunctionlua_copy
include/lua-5.4.3/src/lapi.c:249
↓ 2 callersFunctionlua_getlocal
include/lua-5.4.3/src/ldebug.c:220
↓ 2 callersFunctionlua_iscfunction
include/lua-5.4.3/src/lapi.c:291
↓ 2 callersFunctionlua_next
include/lua-5.4.3/src/lapi.c:1245
↓ 2 callersFunctionlua_number2strx
include/lua-5.4.3/src/lstrlib.c:1056
↓ 2 callersFunctionlua_pcallk
include/lua-5.4.3/src/lapi.c:1036
↓ 2 callersFunctionlua_rawset
include/lua-5.4.3/src/lapi.c:903
↓ 2 callersFunctionlua_resetthread
include/lua-5.4.3/src/lstate.c:345
↓ 2 callersFunctionlua_setupvalue
include/lua-5.4.3/src/lapi.c:1390
↓ 2 callersFunctionlua_status
include/lua-5.4.3/src/lapi.c:1118
↓ 2 callersFunctionlua_topointer
** Returns a pointer to the internal representation of an object. ** Note that ANSI C does not allow the conversion of a pointer to ** function to a '
include/lua-5.4.3/src/lapi.c:469
↓ 2 callersFunctionlua_typename
include/lua-5.4.3/src/lapi.c:284
↓ 2 callersFunctionmainposition
** returns the 'main' position of an element in a table (that is, ** the index of its hash value). The key comes broken (tag in 'ktt' ** and value in
include/lua-5.4.3/src/ltable.c:141
↓ 2 callersFunctionmakeNumber
Parses the numeric value of the current token.
include/wren/src/vm/wren_compiler.c:748
↓ 2 callersFunctionmake_basic_authentication_header
include/httplib/httplib.h:4224
↓ 2 callersFunctionmake_bearer_token_authentication_header
include/httplib/httplib.h:4232
↓ 2 callersFunctionmake_digest_authentication_header
include/httplib/httplib.h:4080
↓ 2 callersFunctionmake_multipart_data_boundary
include/httplib/httplib.h:3835
↓ 2 callersFunctionmarkbeingfnz
** mark all objects in list of being-finalized */
include/lua-5.4.3/src/lgc.c:339
↓ 2 callersFunctionmarkmt
** mark metamethods for basic types */
include/lua-5.4.3/src/lgc.c:329
↓ 2 callersFunctionmatchAttribute
include/wren/src/vm/wren_compiler.c:3358
↓ 2 callersFunctionmatch_class
include/lua-5.4.3/src/lstrlib.c:427
↓ 2 callersFunctionmaybeSetter
Compiles an optional setter parameter in a method [signature]. Returns `true` if it was a setter.
include/wren/src/vm/wren_compiler.c:2641
↓ 2 callersFunctionmaybe_start_packet
include/stb/stb_vorbis.c:1518
↓ 2 callersFunctionmethodCall
Compiles an (optional) argument list for a method call with [methodSignature] and then calls it.
include/wren/src/vm/wren_compiler.c:2005
↓ 2 callersFunctionmethodSymbol
Gets the symbol for a method [name] with [length].
include/wren/src/vm/wren_compiler.c:1854
↓ 2 callersFunctionmz_inflateEnd
include/zip/miniz.h:2301
↓ 2 callersFunctionmz_zip_array_ensure_capacity
include/zip/miniz.h:5151
↓ 2 callersFunctionmz_zip_array_ensure_room
include/zip/miniz.h:5196
↓ 2 callersFunctionmz_zip_array_reserve
include/zip/miniz.h:5173
↓ 2 callersFunctionmz_zip_reader_init_file
include/zip/miniz.h:5903
↓ 2 callersFunctionmz_zip_string_equal
include/zip/miniz.h:6224
↓ 2 callersFunctionmz_zip_validate_archive
include/zip/miniz.h:7481
↓ 2 callersFunctionmz_zip_writer_add_mem_ex
include/zip/miniz.h:8199
↓ 2 callersFunctionmz_zip_writer_init_file
include/zip/miniz.h:7821
↓ 2 callersFunctionmz_zip_writer_init_file_v2
include/zip/miniz.h:7827
↓ 2 callersFunctionmz_zip_writer_init_from_reader_v2
include/zip/miniz.h:7895
↓ 2 callersFunctionneed_value
** check whether list has any jump that do not produce a value ** or produce an inverted value */
include/lua-5.4.3/src/lcode.c:880
↓ 2 callersFunctionnegatecondition
** Negate condition 'e' (where 'e' is a comparison). */
include/lua-5.4.3/src/lcode.c:1083
↓ 2 callersFunctionnewlabelentry
** Adds a new label/goto in the corresponding list. */
include/lua-5.4.3/src/lparser.c:548
↓ 2 callersFunctionnextc
** Add current char to buffer (if not out of space) and read next one */
include/lua-5.4.3/src/liolib.c:438
↓ 2 callersFunctionnumarith
include/lua-5.4.3/src/lobject.c:73
↓ 2 callersFunctionopen_func
include/lua-5.4.3/src/lparser.c:717
↓ 2 callersFunctionopencheck
include/lua-5.4.3/src/liolib.c:261
↓ 2 callersFunctionopendir
Open directory stream using plain old C-string */
include/dirent/dirent.h:634
↓ 2 callersFunctionoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/json.hpp:11846
↓ 2 callersFunctionoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/json.hpp:11897
↓ 2 callersFunctionparse_query_text
include/httplib/httplib.h:3561
← previousnext →1,601–1,700 of 6,903, ranked by callers