MCPcopy Create free account

hub / github.com/Jaysmito101/TerraForge3D / functions

Functions6,903 in github.com/Jaysmito101/TerraForge3D

↓ 3 callersFunctionluaH_setint
include/lua-5.4.3/src/ltable.c:819
↓ 3 callersFunctionluaK_codek
** Emit a "load constant" instruction, using either 'OP_LOADK' ** (if constant index 'k' fits in 18 bits) or an 'OP_LOADKX' ** instruction with "extra
include/lua-5.4.3/src/lcode.c:450
↓ 3 callersFunctionluaK_goiftrue
** Emit code to go through if 'e' is true, jump otherwise. */
include/lua-5.4.3/src/lcode.c:1115
↓ 3 callersFunctionluaK_isKint
** Check whether expression 'e' is a literal integer. */
include/lua-5.4.3/src/lcode.c:1210
↓ 3 callersFunctionluaK_setlist
** Emit a SETLIST instruction. ** 'base' is register that keeps table; ** 'nelems' is #table plus those to be stored now; ** 'tostore' is number of va
include/lua-5.4.3/src/lcode.c:1750
↓ 3 callersFunctionluaL_addgsub
include/lua-5.4.3/src/lauxlib.c:987
↓ 3 callersFunctionluaL_gsub
include/lua-5.4.3/src/lauxlib.c:1000
↓ 3 callersFunctionluaL_optlstring
include/lua-5.4.3/src/lauxlib.c:409
↓ 3 callersFunctionluaL_where
** The use of 'lua_pushfstring' ensures this function does not ** need reserved stack space when called. */
include/lua-5.4.3/src/lauxlib.c:216
↓ 3 callersFunctionluaO_ceillog2
** Computes ceil(log2(x)) */
include/lua-5.4.3/src/lobject.c:35
↓ 3 callersFunctionluaO_str2num
include/lua-5.4.3/src/lobject.c:308
↓ 3 callersFunctionluaS_createlngstrobj
include/lua-5.4.3/src/lstring.c:157
↓ 3 callersFunctionluaS_hash
include/lua-5.4.3/src/lstring.c:43
↓ 3 callersFunctionluaT_callorderTM
** Calls an order tag method. ** For lessequal, LUA_COMPAT_LT_LE keeps compatibility with old ** behavior: if there is no '__le', try '__lt', based on
include/lua-5.4.3/src/ltm.c:201
↓ 3 callersFunctionluaV_execute
include/lua-5.4.3/src/lvm.c:1129
↓ 3 callersFunctionluaX_newstring
** Creates a new string and anchors it in scanner's table so that it ** will not be collected until the end of the compilation; by that time ** it sho
include/lua-5.4.3/src/llex.c:134
↓ 3 callersFunctionlua_close
include/lua-5.4.3/src/lstate.c:410
↓ 3 callersFunctionlua_isnumber
include/lua-5.4.3/src/lapi.c:303
↓ 3 callersFunctionlua_load
include/lua-5.4.3/src/lapi.c:1080
↓ 3 callersFunctionlua_rawequal
include/lua-5.4.3/src/lapi.c:322
↓ 3 callersFunctionlua_sethook
** This function can be called during a signal, under "reasonable" ** assumptions. ** Fields 'basehookcount' and 'hookcount' (set by 'resethookcount')
include/lua-5.4.3/src/ldebug.c:131
↓ 3 callersFunctionlua_stringtonumber
include/lua-5.4.3/src/lapi.c:365
↓ 3 callersFunctionlua_tothread
include/lua-5.4.3/src/lapi.c:456
↓ 3 callersFunctionlua_warning
include/lua-5.4.3/src/lapi.c:1327
↓ 3 callersFunctionmainpositionTV
** Returns the main position of an element given as a 'TValue' */
include/lua-5.4.3/src/ltable.c:182
↓ 3 callersFunctionmake_content_range_header_field
include/httplib/httplib.h:3876
↓ 3 callersFunctionmarkold
** Mark black 'OLD1' objects when starting a new young collection. ** Gray objects are already in some gray list, and so will be visited ** in the ato
include/lua-5.4.3/src/lgc.c:1194
↓ 3 callersFunctionmarkupval
** Mark block where variable at given level was defined ** (to emit close instructions later). */
include/lua-5.4.3/src/lparser.c:410
↓ 3 callersFunctionmatchbracketclass
include/lua-5.4.3/src/lstrlib.c:447
↓ 3 callersMethodmoved_or_copied
src/json.hpp:13397
↓ 3 callersFunctionmz_deflateEnd
include/zip/miniz.h:2046
↓ 3 callersFunctionmz_write_le16
include/zip/miniz.h:7611
↓ 3 callersFunctionmz_zip_array_init
include/zip/miniz.h:5139
↓ 3 callersFunctionmz_zip_file_stat_internal
include/zip/miniz.h:6092
↓ 3 callersFunctionmz_zip_reader_extract_to_file
include/zip/miniz.h:7162
↓ 3 callersFunctionmz_zip_reader_extract_to_heap
include/zip/miniz.h:6564
↓ 3 callersFunctionmz_zip_reader_init_mem
include/zip/miniz.h:5854
↓ 3 callersFunctionmz_zip_writer_add_to_central_dir
include/zip/miniz.h:8108
↓ 3 callersFunctionmz_zip_writer_end_internal
include/zip/miniz.h:7667
↓ 3 callersFunctionmz_zip_writer_validate_archive_name
include/zip/miniz.h:8161
↓ 3 callersFunctionnamedCall
Compiles a call whose name is the previously consumed token. This includes getters, method calls with arguments, and setter calls.
include/wren/src/vm/wren_compiler.c:2080
↓ 3 callersFunctionnewfile
include/lua-5.4.3/src/liolib.c:253
↓ 3 callersFunctionnewgotoentry
include/lua-5.4.3/src/lparser.c:563
↓ 3 callersFunctionnewprefile
** When creating file handles, always creates a 'closed' file handle ** before opening the actual file; so, if there is a memory error, the ** handle
include/lua-5.4.3/src/liolib.c:201
↓ 3 callersFunctionnext_segment
include/stb/stb_vorbis.c:1539
↓ 3 callersFunctionnextrand
include/lua-5.4.3/src/lmathlib.c:308
↓ 3 callersFunctionnormalizeFIRFilter
include/avir/avir.h:416
↓ 3 callersFunctionpackint
** Pack integer 'n' with 'size' bytes and 'islittle' endianness. ** The final 'if' handles the case when 'size' is larger than ** the size of a Lua in
include/lua-5.4.3/src/lstrlib.c:1511
↓ 3 callersFunctionparams_to_query_str
include/httplib/httplib.h:3549
↓ 3 callersFunctionpatchlistaux
** Traverse a list of tests, patching their destination address and ** registers: tests producing values jump to 'vtarget' (and put their ** values in
include/lua-5.4.3/src/lcode.c:287
↓ 3 callersFunctionprepstate
include/lua-5.4.3/src/lstrlib.c:757
↓ 3 callersFunctionprint_line
(line=None)
include/wren/util/test.py:333
↓ 3 callersFunctionprocess_client_socket
include/httplib/httplib.h:2435
↓ 3 callersFunctionprocess_multipart_ranges_data
include/httplib/httplib.h:3888
↓ 3 callersFunctionpushnumint
include/lua-5.4.3/src/lmathlib.c:86
↓ 3 callersFunctionread_content
include/httplib/httplib.h:3308
↓ 3 callersFunctionread_line
include/lua-5.4.3/src/liolib.c:519
↓ 3 callersFunctionreaddigits
** Read a sequence of (hex)digits */
include/lua-5.4.3/src/liolib.c:464
↓ 3 callersFunctionred
(text)
include/wren/util/test.py:311
↓ 3 callersMethodremoveAllWorkloads
include/avir/avir.h:2084
↓ 3 callersFunctionreprepstate
include/lua-5.4.3/src/lstrlib.c:767
↓ 3 callersMethodreset
include/avir/lancir.h:879
↓ 3 callersFunctionresizebox
include/lua-5.4.3/src/lauxlib.c:473
↓ 3 callersFunctionresolveLocal
Attempts to look up the name in the local variables of [compiler]. If found, returns its index, otherwise returns -1.
include/wren/src/vm/wren_compiler.c:1533
↓ 3 callersFunctionresolveNonmodule
Look up [name] in the current scope to see what variable it refers to. Returns the variable either in local scope, or the enclosing function's upvalue
include/wren/src/vm/wren_compiler.c:1619
↓ 3 callersFunctionresume_error
** Signal an error in the call to 'lua_resume', not in the execution ** of the coroutine itself. (Such errors should not be handled by any ** coroutin
include/lua-5.4.3/src/ldo.c:710
↓ 3 callersFunctionrotl
rotate left 'x' by 'n' bits */
include/lua-5.4.3/src/lmathlib.c:304
↓ 3 callersFunctionrun_script
(app, path, type)
include/wren/util/test.py:343
↓ 3 callersMethodset_begin
set iterator to a defined beginning
src/json.hpp:11375
↓ 3 callersFunctionsetminordebt
** Set debt for the next minor collection, which will happen when ** memory grows 'genminormul'%. */
include/lua-5.4.3/src/lgc.c:1348
↓ 3 callersFunctionsetsignal
** Use 'sigaction' when available. */
include/lua-5.4.3/src/lua.c:45
↓ 3 callersFunctionsignatureFromToken
Returns a signature with [type] whose name is from the last consumed token.
include/wren/src/vm/wren_compiler.c:1937
↓ 3 callersFunctionsignatureSymbol
Gets the symbol for a method with [signature].
include/wren/src/vm/wren_compiler.c:1926
↓ 3 callersFunctionsignatureToString
Fills [name] with the stringified version of [signature] and updates [length] to the resulting length.
include/wren/src/vm/wren_compiler.c:1880
↓ 3 callersFunctionsinglematch
include/lua-5.4.3/src/lstrlib.c:470
↓ 3 callersFunctionskip_sep
** read a sequence '[=*[' or ']=*]', leaving the last bracket. If ** sequence is well formed, return its number of '='s + 2; otherwise, ** return 1 if
include/lua-5.4.3/src/llex.c:265
↓ 3 callersFunctionstart_decoder
include/stb/stb_vorbis.c:3580
↓ 3 callersFunctionstart_packet
include/stb/stb_vorbis.c:1503
↓ 3 callersFunctionstatement
include/lua-5.4.3/src/lparser.c:1834
↓ 3 callersFunctionstb__lit
include/imgui/imgui_draw.cpp:3994
↓ 3 callersFunctionstb_leakcheck_malloc
include/stb/stb_leakcheck.h:37
↓ 3 callersFunctionstb_text_createundo
include/imgui/imstb_textedit.h:1205
↓ 3 callersFunctionstb_text_createundo
include/stb/stb_textedit.h:1185
↓ 3 callersFunctionstb_textedit_move_to_last
move cursor to last character of selection
include/imgui/imstb_textedit.h:636
↓ 3 callersFunctionstb_textedit_move_to_last
move cursor to last character of selection
include/stb/stb_textedit.h:632
↓ 3 callersFunctionstbcc__build_all_connections_for_cluster
include/stb/stb_connected_components.h:407
↓ 3 callersFunctionstbcc__build_connected_components_for_clumps
include/stb/stb_connected_components.h:354
↓ 3 callersFunctionstbcc__clump_find
include/stb/stb_connected_components.h:321
↓ 3 callersFunctionstbhw__get_template_info
include/stb/stb_herringbone_wang_tile.h:430
↓ 3 callersFunctionstbi__addsizes_valid
return 1 if the sum is valid, 0 on overflow. negative terms are considered invalid.
include/stb/stb_image.h:999
↓ 3 callersFunctionstbi__decode_jpeg_header
include/stb/stb_image.h:3330
↓ 3 callersFunctionstbi__free_jpeg_components
include/stb/stb_image.h:3207
↓ 3 callersFunctionstbi__hdr_convert
include/stb/stb_image.h:7053
↓ 3 callersFunctionstbi__info_main
include/stb/stb_image.h:7541
↓ 3 callersFunctionstbi__is_16_main
include/stb/stb_image.h:7583
↓ 3 callersFunctionstbi__load_and_postprocess_16bit
include/stb/stb_image.h:1266
↓ 3 callersFunctionstbi__loadf_main
include/stb/stb_image.h:1440
↓ 3 callersFunctionstbi__mad4sizes_valid
include/stb/stb_image.h:1036
↓ 3 callersFunctionstbi__malloc_mad4
include/stb/stb_image.h:1059
↓ 3 callersFunctionstbi__pic_is4
include/stb/stb_image.h:6258
← previousnext →1,101–1,200 of 6,903, ranked by callers