MCPcopy Create free account

hub / github.com/Jaysmito101/TerraForge3D / functions

Functions6,903 in github.com/Jaysmito101/TerraForge3D

↓ 5 callersFunctionIsNetWorkConnected
src/Utils.cpp:203
↓ 5 callersFunctionIxor
i1 ^= i2 */
include/lua-5.4.3/src/lmathlib.c:396
↓ 5 callersFunctionMD5File
src/Utils.cpp:240
↓ 5 callersFunctionOpenSaveFile
src/Main.cpp:682
↓ 5 callersFunctionPACKET_get_bytes
* Read |len| bytes from the |pkt| and store a pointer to them in |*data|. This * just points at the underlying buffer that |pkt| is using. The caller
include/internal/packet.h:347
↓ 5 callersMethodRecalculateNormals
src/Base/Mesh.cpp:25
↓ 5 callersFunctionRegisterProjectAsset
src/ProjectData.cpp:24
↓ 5 callersFunctionScreenSpaceToGridSpace
include/imnodes/imnodes.cpp:259
↓ 5 callersMethodSelectAll
include/imgui/imgui.h:2070
↓ 5 callersMethodSetVoidPtr
include/imgui/imgui.cpp:2075
↓ 5 callersMethodSetupMeshOnGPU
src/Base/Model.cpp:19
↓ 5 callersFunctionShowExampleMenuFile
Note that shortcuts are currently provided for display only (future version will add explicit flags to BeginMenu() to request processing shortcuts)
include/imgui/imgui_demo.cpp:6193
↓ 5 callersFunctionTableGetColumnAvailSortDirection
include/imgui/imgui_tables.cpp:2617
↓ 5 callersMethodToString
src/Utils.h:27
↓ 5 callersFunctionaddConstant
Adds [constant] to the constant pool and returns its index.
include/wren/src/vm/wren_compiler.c:497
↓ 5 callersMethodaddScanlineToQueue
include/avir/avir.h:6087
↓ 5 callersFunctionallocateString
Creates a new string object with a null-terminated buffer large enough to hold a string of [length] but does not fill in the bytes. The caller is exp
include/wren/src/vm/wren_value.c:680
↓ 5 callersMethodbinary
src/json.hpp:6492
↓ 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. */
include/lua-5.4.3/src/ldblib.c:35
↓ 5 callersFunctionclear
include/imgui/imgui.h:1783
↓ 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
include/lua-5.4.3/src/lgc.c:171
↓ 5 callersFunctioncodeABRK
include/lua-5.4.3/src/lcode.c:1020
↓ 5 callersMethodcompress
include/httplib/httplib.h:2879
↓ 5 callersFunctioncopyArray
include/avir/avir.h:231
↓ 5 callersFunctiondecode_url
include/httplib/httplib.h:2025
↓ 5 callersFunctiondumpString
include/lua-5.4.3/src/ldump.c:88
↓ 5 callersFunctionescape
! * @brief string escaping as described in RFC 6901 (Sect. 4) * @param[in] s string to escape * @return escaped string * * Note the order of e
src/json.hpp:2558
↓ 5 callersFunctionexplist
include/lua-5.4.3/src/lparser.c:1000
↓ 5 callersFunctionfinishbinexpval
** Emit code for binary expressions that "produce values" ** (everything but logical operators 'and'/'or' and comparison ** operators). ** Expression
include/lua-5.4.3/src/lcode.c:1356
↓ 5 callersMethodget_character
src/json.hpp:5385
↓ 5 callersFunctionget_header_value
include/httplib/httplib.h:1450
↓ 5 callersFunctionhashNumber
Generates a hash code for [num].
include/wren/src/vm/wren_value.c:389
↓ 5 callersFunctionhashString
Calculates and stores the hash code for [string].
include/wren/src/vm/wren_value.c:691
↓ 5 callersFunctionimdct_step3_inner_r_loop
include/stb/stb_vorbis.c:2453
↓ 5 callersFunctioninclinenumber
** increment line number and skips newline sequence (any of ** \n, \r, \n\r, or \r\n) */
include/lua-5.4.3/src/llex.c:156
↓ 5 callersMethodincreaseCapacity
include/avir/avir.h:574
↓ 5 callersFunctionindex2stack
include/lua-5.4.3/src/lapi.c:84
↓ 5 callersMethodinitScanlineQueue
include/avir/avir.h:6039
↓ 5 callersFunctioninvokeWithWrenArguments
include/wrenpp/Wren++.h:448
↓ 5 callersMethodis_begin
return whether the iterator can be dereferenced
src/json.hpp:11387
↓ 5 callersMethodis_open
include/httplib/httplib.h:1021
↓ 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
include/lua-5.4.3/src/lgc.c:185
↓ 5 callersFunctionloadLocal
include/wren/src/vm/wren_compiler.c:1648
↓ 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
include/lua-5.4.3/src/ldo.c:306
↓ 5 callersFunctionluaD_rawrunprotected
include/lua-5.4.3/src/ldo.c:138
↓ 5 callersFunctionluaD_seterrorobj
include/lua-5.4.3/src/ldo.c:91
↓ 5 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
include/lua-5.4.3/src/ldebug.c:83
↓ 5 callersFunctionluaH_getshortstr
** search function for short strings */
include/lua-5.4.3/src/ltable.c:747
↓ 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
include/lua-5.4.3/src/ltable.c:542
↓ 5 callersFunctionluaK_codeABCk
** Format and emit an 'iABC' instruction. (Assertions check consistency ** of parameters versus opcode.) */
include/lua-5.4.3/src/lcode.c:396
↓ 5 callersFunctionluaK_codeABx
** Format and emit an 'iABx' instruction. */
include/lua-5.4.3/src/lcode.c:407
↓ 5 callersFunctionluaK_exp2RK
** Ensures final expression result is in a valid R/K index ** (that is, it is either in a register or in 'k' with an index ** in the range of R/K indi
include/lua-5.4.3/src/lcode.c:1010
↓ 5 callersFunctionluaL_buffinitsize
include/lua-5.4.3/src/lauxlib.c:638
↓ 5 callersFunctionluaL_getsubtable
** ensure that stack[idx][fname] has a table and push that table ** into the stack */
include/lua-5.4.3/src/lauxlib.c:947
↓ 5 callersFunctionluaL_pushresultsize
include/lua-5.4.3/src/lauxlib.c:603
↓ 5 callersFunctionluaT_objtypename
** Return the name of the type of an object. For tables and userdata ** with metatable, use their '__name' metafield, if present. */
include/lua-5.4.3/src/ltm.c:91
↓ 5 callersFunctionlua_checkstack
include/lua-5.4.3/src/lapi.c:99
↓ 5 callersFunctionlua_concat
include/lua-5.4.3/src/lapi.c:1277
↓ 5 callersFunctionlua_error
include/lua-5.4.3/src/lapi.c:1230
↓ 5 callersFunctionlua_getmetatable
include/lua-5.4.3/src/lapi.c:769
↓ 5 callersFunctionlua_isstring
include/lua-5.4.3/src/lapi.c:310
↓ 5 callersFunctionlua_pushcclosure
include/lua-5.4.3/src/lapi.c:573
↓ 5 callersFunctionlua_rawget
include/lua-5.4.3/src/lapi.c:726
↓ 5 callersFunctionlua_setwarnf
include/lua-5.4.3/src/lapi.c:1319
↓ 5 callersFunctionmz_write_le32
include/zip/miniz.h:7615
↓ 5 callersFunctionmz_write_le64
include/zip/miniz.h:7621
↓ 5 callersFunctionmz_zip_reader_end
include/zip/miniz.h:5822
↓ 5 callersFunctionmz_zip_reader_extract_to_callback
include/zip/miniz.h:6617
↓ 5 callersFunctionmz_zip_reader_is_file_a_directory
include/zip/miniz.h:6059
↓ 5 callersFunctionmz_zip_writer_finalize_archive
include/zip/miniz.h:9455
↓ 5 callersFunctionnoise
src/Main.cpp:251
↓ 5 callersFunctionpackI
build a new Rand64 value */
include/lua-5.4.3/src/lmathlib.c:382
↓ 5 callersMethodparse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
src/json.hpp:10916
↓ 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
include/lua-5.4.3/src/lstrlib.c:71
↓ 5 callersMethodprocessScanlineQueue
include/avir/avir.h:6098
↓ 5 callersFunctionpropagateall
include/lua-5.4.3/src/lgc.c:668
↓ 5 callersFunctionreport
** Check whether 'status' is not OK and, if so, prints the error ** message on the top of the stack. It assumes that the error object ** is a string,
include/lua-5.4.3/src/lua.c:120
↓ 5 callersFunctionsave
include/lua-5.4.3/src/llex.c:57
↓ 5 callersFunctionselect_read
include/httplib/httplib.h:2227
↓ 5 callersFunctionset_nonblocking
include/httplib/httplib.h:2536
↓ 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). */
include/lua-5.4.3/src/ltablib.c:274
↓ 5 callersMethodstartAllWorkloads
include/avir/avir.h:2066
↓ 5 callersFunctionstatlist
include/lua-5.4.3/src/lparser.c:787
↓ 5 callersFunctionstb__clex_parse_suffixes
parse suffixes at the end of a number
include/stb/stb_c_lexer.h:332
↓ 5 callersFunctionstb_textedit_delete_selection
delete the section
include/imgui/imstb_textedit.h:599
↓ 5 callersFunctionstb_textedit_delete_selection
delete the section
include/stb/stb_textedit.h:595
↓ 5 callersFunctionstb_textedit_move_to_first
move cursor to first character of selection
include/imgui/imstb_textedit.h:625
↓ 5 callersFunctionstb_textedit_move_to_first
move cursor to first character of selection
include/stb/stb_textedit.h:621
↓ 5 callersFunctionstbcc__add_connections_to_adjacent_cluster
include/stb/stb_connected_components.h:711
↓ 5 callersFunctionstbi__cleanup_jpeg
clean up the temporary component buffers
include/stb/stb_image.h:3789
↓ 5 callersFunctionstbi__do_zlib
include/stb/stb_image.h:4432
↓ 5 callersFunctionstbi__getn
include/stb/stb_image.h:1646
↓ 5 callersFunctionstbi__hdr_gettoken
include/stb/stb_image.h:7031
↓ 5 callersFunctionstbi__jpeg_huff_decode
decode a jpeg huffman value from the bitstream
include/stb/stb_image.h:2074
↓ 5 callersFunctionstbi__jpeg_reset
after a restart interval, stbi__jpeg_reset the entropy decoder and the dc prediction
include/stb/stb_image.h:2902
↓ 5 callersFunctionstbi__paeth
include/stb/stb_image.h:4580
↓ 5 callersFunctionstbi__start_write_callbacks
initialize a callback-based context
include/stb/stb_image_write.h:278
↓ 5 callersFunctionstbi__zbuild_huffman
include/stb/stb_image.h:4067
↓ 5 callersFunctionstbi_image_free
include/stb/stb_image.h:1081
↓ 5 callersFunctionstbir__get_filter_pixel_margin
This is how much to expand buffers to account for filters seeking outside the image boundaries.
include/stb/stb_image_resize.h:896
← previousnext →601–700 of 6,903, ranked by callers