Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Jaysmito101/TerraForge3D
/ functions
Functions
6,903 in github.com/Jaysmito101/TerraForge3D
⨍
Functions
6,903
◇
Types & classes
1,762
↓ 2 callers
Function
listfield
include/lua-5.4.3/src/lparser.c:884
↓ 2 callers
Function
literal
A number or string literal.
include/wren/src/vm/wren_compiler.c:2422
↓ 2 callers
Function
little_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 callers
Function
llex
include/lua-5.4.3/src/llex.c:445
↓ 2 callers
Function
loadFunction
include/lua-5.4.3/src/lundump.c:256
↓ 2 callers
Function
loadInteger
include/lua-5.4.3/src/lundump.c:100
↓ 2 callers
Function
loadNumber
include/lua-5.4.3/src/lundump.c:93
↓ 2 callers
Function
loadUnsigned
include/lua-5.4.3/src/lundump.c:69
↓ 2 callers
Function
load_aux
include/lua-5.4.3/src/lbaselib.c:302
↓ 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
include/lua-5.4.3/src/loadlib.c:562
↓ 2 callers
Function
localdebuginfo
** Get the debug-information entry for current variable 'vidx'. */
include/lua-5.4.3/src/lparser.c:251
↓ 2 callers
Function
loopBody
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 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. */
include/lua-5.4.3/src/lgc.c:1011
↓ 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. */
include/lua-5.4.3/src/lgc.c:1503
↓ 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.
include/lua-5.4.3/src/ldo.c:347
↓ 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
include/lua-5.4.3/src/ldo.c:390
↓ 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
include/lua-5.4.3/src/lstate.c:165
↓ 2 callers
Function
luaE_resetthread
include/lua-5.4.3/src/lstate.c:326
↓ 2 callers
Function
luaF_unlinkupval
include/lua-5.4.3/src/lfunc.c:183
↓ 2 callers
Function
luaG_addinfo
add src:line information to 'msg' */
include/lua-5.4.3/src/ldebug.c:753
↓ 2 callers
Function
luaG_errormsg
include/lua-5.4.3/src/ldebug.c:765
↓ 2 callers
Function
luaG_opinterror
include/lua-5.4.3/src/ldebug.c:723
↓ 2 callers
Function
luaH_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 callers
Function
luaH_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 callers
Function
luaK_checkstack
** Check register-stack level, keeping track of its maximum size ** in field 'maxstacksize' */
include/lua-5.4.3/src/lcode.c:465
↓ 2 callers
Function
luaK_codeAsBx
** Format and emit an 'iAsBx' instruction. */
include/lua-5.4.3/src/lcode.c:417
↓ 2 callers
Function
luaK_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 callers
Function
luaK_exp2anyregup
** Ensures final expression result is either in a register ** or in an upvalue. */
include/lua-5.4.3/src/lcode.c:958
↓ 2 callers
Function
luaK_goiffalse
** Emit code to go through if 'e' is false, jump otherwise. */
include/lua-5.4.3/src/lcode.c:1142
↓ 2 callers
Function
luaK_int
include/lua-5.4.3/src/lcode.c:654
↓ 2 callers
Function
luaK_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 callers
Function
luaK_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 callers
Function
luaK_numberK
** Add a float to list of constants and return its index. */
include/lua-5.4.3/src/lcode.c:597
↓ 2 callers
Function
luaK_ret
** Code a 'return' instruction */
include/lua-5.4.3/src/lcode.c:206
↓ 2 callers
Function
luaK_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 callers
Function
luaL_callmeta
include/lua-5.4.3/src/lauxlib.c:861
↓ 2 callers
Function
luaL_execresult
include/lua-5.4.3/src/lauxlib.c:285
↓ 2 callers
Function
luaL_newmetatable
include/lua-5.4.3/src/lauxlib.c:311
↓ 2 callers
Function
luaL_newstate
include/lua-5.4.3/src/lauxlib.c:1087
↓ 2 callers
Function
luaL_openlibs
include/lua-5.4.3/src/linit.c:57
↓ 2 callers
Function
luaL_testudata
include/lua-5.4.3/src/lauxlib.c:330
↓ 2 callers
Function
luaL_traceback
include/lua-5.4.3/src/lauxlib.c:131
↓ 2 callers
Function
luaM_saferealloc_
include/lua-5.4.3/src/lmem.c:178
↓ 2 callers
Function
luaM_toobig
include/lua-5.4.3/src/lmem.c:124
↓ 2 callers
Function
luaO_chunkid
include/lua-5.4.3/src/lobject.c:557
↓ 2 callers
Function
luaO_rawarith
include/lua-5.4.3/src/lobject.c:89
↓ 2 callers
Function
luaO_utf8esc
include/lua-5.4.3/src/lobject.c:323
↓ 2 callers
Function
luaS_eqlngstr
** equality for long strings */
include/lua-5.4.3/src/lstring.c:34
↓ 2 callers
Function
luaS_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 callers
Function
luaT_trybinassocTM
include/lua-5.4.3/src/ltm.c:175
↓ 2 callers
Function
luaV_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 callers
Function
luaV_objlen
** Main operation 'ra = #rb'. */
include/lua-5.4.3/src/lvm.c:683
↓ 2 callers
Function
lua_copy
include/lua-5.4.3/src/lapi.c:249
↓ 2 callers
Function
lua_getlocal
include/lua-5.4.3/src/ldebug.c:220
↓ 2 callers
Function
lua_iscfunction
include/lua-5.4.3/src/lapi.c:291
↓ 2 callers
Function
lua_next
include/lua-5.4.3/src/lapi.c:1245
↓ 2 callers
Function
lua_number2strx
include/lua-5.4.3/src/lstrlib.c:1056
↓ 2 callers
Function
lua_pcallk
include/lua-5.4.3/src/lapi.c:1036
↓ 2 callers
Function
lua_rawset
include/lua-5.4.3/src/lapi.c:903
↓ 2 callers
Function
lua_resetthread
include/lua-5.4.3/src/lstate.c:345
↓ 2 callers
Function
lua_setupvalue
include/lua-5.4.3/src/lapi.c:1390
↓ 2 callers
Function
lua_status
include/lua-5.4.3/src/lapi.c:1118
↓ 2 callers
Function
lua_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 callers
Function
lua_typename
include/lua-5.4.3/src/lapi.c:284
↓ 2 callers
Function
mainposition
** 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 callers
Function
makeNumber
Parses the numeric value of the current token.
include/wren/src/vm/wren_compiler.c:748
↓ 2 callers
Function
make_basic_authentication_header
include/httplib/httplib.h:4224
↓ 2 callers
Function
make_bearer_token_authentication_header
include/httplib/httplib.h:4232
↓ 2 callers
Function
make_digest_authentication_header
include/httplib/httplib.h:4080
↓ 2 callers
Function
make_multipart_data_boundary
include/httplib/httplib.h:3835
↓ 2 callers
Function
markbeingfnz
** mark all objects in list of being-finalized */
include/lua-5.4.3/src/lgc.c:339
↓ 2 callers
Function
markmt
** mark metamethods for basic types */
include/lua-5.4.3/src/lgc.c:329
↓ 2 callers
Function
matchAttribute
include/wren/src/vm/wren_compiler.c:3358
↓ 2 callers
Function
match_class
include/lua-5.4.3/src/lstrlib.c:427
↓ 2 callers
Function
maybeSetter
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 callers
Function
maybe_start_packet
include/stb/stb_vorbis.c:1518
↓ 2 callers
Function
methodCall
Compiles an (optional) argument list for a method call with [methodSignature] and then calls it.
include/wren/src/vm/wren_compiler.c:2005
↓ 2 callers
Function
methodSymbol
Gets the symbol for a method [name] with [length].
include/wren/src/vm/wren_compiler.c:1854
↓ 2 callers
Function
mz_inflateEnd
include/zip/miniz.h:2301
↓ 2 callers
Function
mz_zip_array_ensure_capacity
include/zip/miniz.h:5151
↓ 2 callers
Function
mz_zip_array_ensure_room
include/zip/miniz.h:5196
↓ 2 callers
Function
mz_zip_array_reserve
include/zip/miniz.h:5173
↓ 2 callers
Function
mz_zip_reader_init_file
include/zip/miniz.h:5903
↓ 2 callers
Function
mz_zip_string_equal
include/zip/miniz.h:6224
↓ 2 callers
Function
mz_zip_validate_archive
include/zip/miniz.h:7481
↓ 2 callers
Function
mz_zip_writer_add_mem_ex
include/zip/miniz.h:8199
↓ 2 callers
Function
mz_zip_writer_init_file
include/zip/miniz.h:7821
↓ 2 callers
Function
mz_zip_writer_init_file_v2
include/zip/miniz.h:7827
↓ 2 callers
Function
mz_zip_writer_init_from_reader_v2
include/zip/miniz.h:7895
↓ 2 callers
Function
need_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 callers
Function
negatecondition
** Negate condition 'e' (where 'e' is a comparison). */
include/lua-5.4.3/src/lcode.c:1083
↓ 2 callers
Function
newlabelentry
** Adds a new label/goto in the corresponding list. */
include/lua-5.4.3/src/lparser.c:548
↓ 2 callers
Function
nextc
** Add current char to buffer (if not out of space) and read next one */
include/lua-5.4.3/src/liolib.c:438
↓ 2 callers
Function
numarith
include/lua-5.4.3/src/lobject.c:73
↓ 2 callers
Function
open_func
include/lua-5.4.3/src/lparser.c:717
↓ 2 callers
Function
opencheck
include/lua-5.4.3/src/liolib.c:261
↓ 2 callers
Function
opendir
Open directory stream using plain old C-string */
include/dirent/dirent.h:634
↓ 2 callers
Function
operator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/json.hpp:11846
↓ 2 callers
Function
operator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/json.hpp:11897
↓ 2 callers
Function
parse_query_text
include/httplib/httplib.h:3561
← previous
next →
1,601–1,700 of 6,903, ranked by callers