MCPcopy Create free account

hub / github.com/Jaysmito101/TerraForge3D / functions

Functions6,903 in github.com/Jaysmito101/TerraForge3D

↓ 2 callersFunctionparse_www_authenticate
include/httplib/httplib.h:4139
↓ 2 callersFunctionpatchtestreg
** Patch destination register for a TESTSET instruction. ** If instruction in position 'node' is not a TESTSET, return 0 ("fails"). ** Otherwise, if '
include/lua-5.4.3/src/lcode.c:258
↓ 2 callersFunctionpop_back
include/imgui/imgui.h:1813
↓ 2 callersFunctionpreinit_thread
** preinitialize a thread with consistent values without allocating ** any memory (to avoid errors) */
include/lua-5.4.3/src/lstate.c:249
↓ 2 callersFunctionprep_huffman
@OPTIMIZE: primary accumulator for huffman expand the buffer to as many bits as possible without reading off end of packet it might be nice to allow f
include/stb/stb_vorbis.c:1634
↓ 2 callersMethodprepareInBuf
include/avir/avir.h:3224
↓ 2 callersFunctionpreviousinstruction
** Return the previous instruction of the current code. If there ** may be a jump target between the current instruction and the ** previous one, retu
include/lua-5.4.3/src/lcode.c:115
↓ 2 callersFunctionprint_version
include/lua-5.4.3/src/lua.c:166
↓ 2 callersFunctionprocess_server_socket_core
include/httplib/httplib.h:2404
↓ 2 callersFunctionpropagatemark
** traverse one gray object, turning it to black. */
include/lua-5.4.3/src/lgc.c:652
↓ 2 callersFunctionpush_onecapture
** Push the i-th capture on the stack. */
include/lua-5.4.3/src/lstrlib.c:725
↓ 2 callersFunctionpusherror
include/lua-5.4.3/src/loadlib.c:194
↓ 2 callersFunctionpushglobalfuncname
** Search for a name for a function in all loaded modules */
include/lua-5.4.3/src/lauxlib.c:79
↓ 2 callersFunctionpushline
** Prompt the user, read a line, and push it into the Lua stack. */
include/lua-5.4.3/src/lua.c:479
↓ 2 callersFunctionpushmode
include/lua-5.4.3/src/lbaselib.c:184
↓ 2 callersFunctionpushstr
** Push given string to the stack, as part of the buffer, and ** join the partial strings in the stack into one. */
include/lua-5.4.3/src/lobject.c:405
↓ 2 callersFunctionpushutfchar
include/lua-5.4.3/src/lutf8lib.c:151
↓ 2 callersFunctionrandom_string
https://stackoverflow.com/questions/440133/how-do-i-create-a-random-alpha-numeric-string-in-c/440240#answer-440240
include/httplib/httplib.h:4173
↓ 2 callersFunctionrandseed
** Set a "random" seed. To get some randomness, use the current time ** and the address of 'L' (in case the machine does address space layout ** rando
include/lua-5.4.3/src/lmathlib.c:611
↓ 2 callersFunctionreadHexDigit
Reads the next character, which should be a hex digit (0-9, a-f, or A-F) and returns its numeric value. If the character isn't a hex digit, returns -1
include/wren/src/vm/wren_compiler.c:734
↓ 2 callersFunctionreadHexEscape
Reads [digits] hex digits in a string literal and returns their number value.
include/wren/src/vm/wren_compiler.c:851
↓ 2 callersFunctionreadName
Finishes lexing an identifier. Handles reserved words.
include/wren/src/vm/wren_compiler.c:819
↓ 2 callersFunctionreadNumber
Finishes lexing a number literal.
include/wren/src/vm/wren_compiler.c:786
↓ 2 callersFunctionreadString
Finishes lexing a string literal.
include/wren/src/vm/wren_compiler.c:971
↓ 2 callersFunctionreadUnicodeEscape
Reads a hex digit Unicode escape sequence in a string literal.
include/wren/src/vm/wren_compiler.c:880
↓ 2 callersFunctionread_content_with_length
include/httplib/httplib.h:3162
↓ 2 callersFunctionread_long_string
include/lua-5.4.3/src/llex.c:280
↓ 2 callersFunctionread_numeral
LUA_NUMBER */ ** This function is quite liberal in what it accepts, as 'luaO_str2num' ** will reject ill-formed numerals. Roughly, it accepts the foll
include/lua-5.4.3/src/llex.c:227
↓ 2 callersFunctionread_socket
include/httplib/httplib.h:2199
↓ 2 callersFunctionreaddir_r
* Read next directory entry into called-allocated buffer. * * Returns zero on success. If the end of directory stream is reached, then * sets resu
include/dirent/dirent.h:688
↓ 2 callersFunctionrecfield
include/lua-5.4.3/src/lparser.c:835
↓ 2 callersFunctionred
(text)
include/wren/util/benchmark.py:119
↓ 2 callersFunctionremovelastlineinfo
** Remove line information from the last instruction. ** If line information for that instruction is absolute, set 'iwthabs' ** above its max to force
include/lua-5.4.3/src/lcode.c:352
↓ 2 callersFunctionremovevalues
** Traverse a list of tests ensuring no one produces a value */
include/lua-5.4.3/src/lcode.c:276
↓ 2 callersFunctionreplace
src/Utils.cpp:36
↓ 2 callersFunctionreset
reset token_buffer; current character is beginning of token
src/json.hpp:7846
↓ 2 callersFunctionresizeMap
Updates [map]'s entry array to [capacity].
include/wren/src/vm/wren_value.c:545
↓ 2 callersFunctionrethook
** Executes a return hook for Lua and C functions and sets/corrects ** 'oldpc'. (Note that this correction is needed by the line hook, so it ** is don
include/lua-5.4.3/src/ldo.c:365
↓ 2 callersFunctionrname
** Find a "name" for the register 'c'. */
include/lua-5.4.3/src/ldebug.c:435
↓ 2 callersFunctionrunInterpreter
The main bytecode interpreter loop. This is where the magic happens. It is also, as you can imagine, highly performance critical.
include/wren/src/vm/wren_vm.c:826
↓ 2 callersFunctionrun_benchmark_language
Runs one benchmark for a number of trials for one language. Adds the result to benchmark_result, which is a map of language names to results.
include/wren/util/benchmark.py:174
↓ 2 callersFunctionsavelineinfo
** Save line info for a new instruction. If difference from last line ** does not fit in a byte, of after that many instructions, save a new ** absolu
include/lua-5.4.3/src/lcode.c:328
↓ 2 callersFunctionsearchpath
include/lua-5.4.3/src/loadlib.c:481
↓ 2 callersFunctionseparatetobefnz
** Move all unreachable objects (or 'all' objects) that need ** finalization from list 'finobj' to list 'tobefnz' (to be finalized). ** (Note that obj
include/lua-5.4.3/src/lgc.c:966
↓ 2 callersFunctionsetallfields
** Set all fields from structure 'tm' in the table on top of the stack */
include/lua-5.4.3/src/loslib.c:230
↓ 2 callersFunctionsetlimittosize
include/lua-5.4.3/src/ltable.c:272
↓ 2 callersFunctionsetnodevector
** Creates an array for the hash part of a table with the given ** size, or reuses the dummy node if size is zero. ** The computation for size overflo
include/lua-5.4.3/src/ltable.c:469
↓ 2 callersFunctionsetpath
** Set a path */
include/lua-5.4.3/src/loadlib.c:297
↓ 2 callersFunctionsetseed
include/lua-5.4.3/src/lmathlib.c:592
↓ 2 callersFunctionsettabsb
include/lua-5.4.3/src/ldblib.c:121
↓ 2 callersFunctionsetvararg
include/lua-5.4.3/src/lparser.c:941
↓ 2 callersFunctionsinglestep
include/lua-5.4.3/src/lgc.c:1576
↓ 2 callersFunctionsinglevar
** Find a variable with the given name 'n', handling global variables ** too. */
include/lua-5.4.3/src/lparser.c:452
↓ 2 callersFunctionsinglevaraux
** Find a variable with the given name 'n'. If it is an upvalue, add ** this upvalue into all intermediate functions. If it is a global, set ** 'var'
include/lua-5.4.3/src/lparser.c:424
↓ 2 callersFunctionsize
! @brief returns the number of elements Returns the number of elements in a JSON value. @return The return value depends on the differen
src/json.hpp:22611
↓ 2 callersFunctionsize
include/imgui/imgui.h:1788
↓ 2 callersFunctionskipLineComment
Skips the rest of the current line.
include/wren/src/vm/wren_compiler.c:691
↓ 2 callersFunctionskip_whitespace
src/json.hpp:8026
↓ 2 callersFunctionskipcomment
** reads the first character of file 'f' and skips an optional BOM mark ** in its beginning plus its first line if it starts with '#'. Returns ** true
include/lua-5.4.3/src/lauxlib.c:763
↓ 2 callersFunctionssl_connect_or_accept_nonblocking
include/httplib/httplib.h:6846
↓ 2 callersFunctionssl_delete
include/httplib/httplib.h:6833
↓ 2 callersFunctionssl_new
include/httplib/httplib.h:6803
↓ 2 callersFunctionstack_init
include/lua-5.4.3/src/lstate.c:180
↓ 2 callersFunctionstartLoop
Marks the beginning of a loop. Keeps track of the current instruction so we know what to loop back to at the end of the body.
include/wren/src/vm/wren_compiler.c:2969
↓ 2 callersFunctionstart_capture
include/lua-5.4.3/src/lstrlib.c:534
↓ 2 callersFunctionstart_page_no_capturepattern
include/stb/stb_vorbis.c:1444
↓ 2 callersFunctionstatus_message
include/httplib/httplib.h:2777
↓ 2 callersFunctionstb__As16Bit
include/stb/stb_dxt.h:183
↓ 2 callersFunctionstb__EvalColors
include/stb/stb_dxt.h:211
↓ 2 callersFunctionstb__From16Bit
include/stb/stb_dxt.h:170
↓ 2 callersFunctionstb__Lerp13RGB
lerp RGB color
include/stb/stb_dxt.h:202
↓ 2 callersFunctionstb__MatchColorsBlock
The color matching function
include/stb/stb_dxt.h:220
↓ 2 callersFunctionstb__Quantize6
include/stb/stb_dxt.h:390
↓ 2 callersFunctionstb__clex_eof
helper function for returning eof
include/stb/stb_c_lexer.h:312
↓ 2 callersFunctionstb__clex_parse_char
include/stb/stb_c_lexer.h:447
↓ 2 callersFunctionstb__clex_parse_float
include/stb/stb_c_lexer.h:363
↓ 2 callersFunctionstb__clex_parse_string
include/stb/stb_c_lexer.h:468
↓ 2 callersFunctionstb__clex_pow
include/stb/stb_c_lexer.h:352
↓ 2 callersFunctionstb_decompress_length
include/imgui/imgui_draw.cpp:3977
↓ 2 callersFunctionstb_div_eucl
include/stb/stb_divide.h:188
↓ 2 callersFunctionstb_div_floor
include/stb/stb_divide.h:164
↓ 2 callersFunctionstb_div_trunc
include/stb/stb_divide.h:147
↓ 2 callersFunctionstb_easy_font_draw_segs
include/stb/stb_easy_font.h:173
↓ 2 callersFunctionstb_include_append_include
include/stb/stb_include.h:85
↓ 2 callersFunctionstb_include_free_includes
include/stb/stb_include.h:95
↓ 2 callersFunctionstb_include_isspace
include/stb/stb_include.h:103
↓ 2 callersFunctionstb_include_string
include/stb/stb_include.h:184
↓ 2 callersFunctionstb_leakcheck_free
include/stb/stb_leakcheck.h:52
↓ 2 callersFunctionstb_mod_eucl
include/stb/stb_divide.h:266
↓ 2 callersFunctionstb_mod_floor
include/stb/stb_divide.h:245
↓ 2 callersFunctionstb_mod_trunc
include/stb/stb_divide.h:224
↓ 2 callersFunctionstb_text_locate_coord
traverse the layout to locate the nearest character to a display position
include/imgui/imstb_textedit.h:398
↓ 2 callersFunctionstb_text_locate_coord
traverse the layout to locate the nearest character to a display position
include/stb/stb_textedit.h:394
↓ 2 callersFunctionstb_text_makeundo_insert
include/imgui/imstb_textedit.h:1344
↓ 2 callersFunctionstb_text_makeundo_insert
include/stb/stb_textedit.h:1324
↓ 2 callersFunctionstb_text_makeundo_replace
include/imgui/imstb_textedit.h:1359
↓ 2 callersFunctionstb_textedit_discard_undo
discard the oldest entry in the undo list
include/imgui/imstb_textedit.h:1129
↓ 2 callersFunctionstb_textedit_discard_undo
discard the oldest entry in the undo list
include/stb/stb_textedit.h:1116
↓ 2 callersFunctionstb_textedit_find_charpos
find the x/y location of a character, and remember info about the previous row in case we get a move-up event (for page up, we'll have to rescan)
include/imgui/imstb_textedit.h:518
↓ 2 callersFunctionstb_textedit_find_charpos
find the x/y location of a character, and remember info about the previous row in case we get a move-up event (for page up, we'll have to rescan)
include/stb/stb_textedit.h:514
← previousnext →1,701–1,800 of 6,903, ranked by callers