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
dostring
include/lua-5.4.3/src/lua.c:204
↓ 2 callers
Function
dumpFunction
include/lua-5.4.3/src/ldump.c:179
↓ 2 callers
Function
dumpInstruction
include/wren/src/vm/wren_debug.c:102
↓ 2 callers
Function
dumpInteger
include/lua-5.4.3/src/ldump.c:83
↓ 2 callers
Function
dumpNumber
include/lua-5.4.3/src/ldump.c:78
↓ 2 callers
Function
dumpObject
include/wren/src/vm/wren_debug.c:45
↓ 2 callers
Function
dupq_lane
include/glm/simd/neon.h:11
↓ 2 callers
Function
emitAttributes
Emit the attributes in the give map onto the stack
include/wren/src/vm/wren_compiler.c:3993
↓ 2 callers
Function
emitShort
Emits one 16-bit argument, which will be written big endian.
include/wren/src/vm/wren_compiler.c:1338
↓ 2 callers
Function
emplace
src/json.hpp:23090
↓ 2 callers
Function
encoding_type
include/httplib/httplib.h:2856
↓ 2 callers
Function
endLoop
Ends the current innermost loop. Patches up all jumps and breaks now that we know where the end of the loop is.
include/wren/src/vm/wren_compiler.c:2995
↓ 2 callers
Method
enqueue
include/httplib/httplib.h:524
↓ 2 callers
Function
ensure_dir
(path)
include/wren/util/generate_docs.py:60
↓ 2 callers
Function
entergen
** Enter generational mode. Must go until the end of an atomic cycle ** to ensure that all objects are correctly marked and weak tables ** are cleared
include/lua-5.4.3/src/lgc.c:1293
↓ 2 callers
Function
equal
include/imgui/imstb_truetype.h:4292
↓ 2 callers
Function
equal
include/stb/stb_truetype.h:4462
↓ 2 callers
Function
error_expected
include/lua-5.4.3/src/lparser.c:68
↓ 2 callers
Function
find
include/imgui/imgui.h:1820
↓ 2 callers
Function
findlabel
** Search for an active label with the given name. */
include/lua-5.4.3/src/lparser.c:532
↓ 2 callers
Function
finishArgumentList
Parses a comma-separated list of arguments. Modifies [signature] to include the arity of the argument list.
include/wren/src/vm/wren_compiler.c:1960
↓ 2 callers
Function
finishBlock
Parses a block body, after the initial "{" has been consumed. Returns true if it was a expression body, false if it was a statement body. (More preci
include/wren/src/vm/wren_compiler.c:1772
↓ 2 callers
Function
finishBody
Parses a method or function body, after the initial "{" has been consumed. If [Compiler->isInitializer] is `true`, this is the body of a constructor
include/wren/src/vm/wren_compiler.c:1804
↓ 2 callers
Function
finishbinexpneg
Try to code a binary operator negating its second operand. ** For the metamethod, 2nd operand must keep its original value. */
include/lua-5.4.3/src/lcode.c:1398
↓ 2 callers
Function
finishgencycle
** Finish a young-generation collection. */
include/lua-5.4.3/src/lgc.c:1210
↓ 2 callers
Function
finishpcall
** Continuation function for 'pcall' and 'xpcall'. Both functions ** already pushed a 'true' before doing the call, so in case of success ** 'finishpc
include/lua-5.4.3/src/lbaselib.c:440
↓ 2 callers
Function
firsttry
** First allocation will fail whenever not building initial state. ** (This fail will trigger 'tryagain' and a full GC cycle at every ** allocation.)
include/lua-5.4.3/src/lmem.c:31
↓ 2 callers
Function
fitsBx
** Check whether 'i' can be stored in an 'sBx' operand. */
include/lua-5.4.3/src/lcode.c:649
↓ 2 callers
Function
fixforjump
** Fix for instruction at position 'pc' to jump to 'dest'. ** (Jump addresses are relative in Lua). 'back' true means ** a back jump. */
include/lua-5.4.3/src/lparser.c:1518
↓ 2 callers
Function
flatten
! @brief return flattened JSON value The function creates a JSON object whose keys are JSON pointers (see [RFC 6901](https://tools.ietf.o
src/json.hpp:25739
↓ 2 callers
Function
float32_unpack
include/stb/stb_vorbis.c:1057
↓ 2 callers
Function
forbody
** Generate code for a 'for' loop. */
include/lua-5.4.3/src/lparser.c:1532
↓ 2 callers
Function
freeregs
** Free two registers in proper order */
include/lua-5.4.3/src/lcode.c:501
↓ 2 callers
Function
freestack
include/lua-5.4.3/src/lstate.c:203
↓ 2 callers
Function
from_hex_to_i
include/httplib/httplib.h:1836
↓ 2 callers
Function
from_i_to_hex
include/httplib/httplib.h:1853
↓ 2 callers
Function
from_json_array_impl
src/json.hpp:4049
↓ 2 callers
Function
from_json_inplace_array_impl
src/json.hpp:4132
↓ 2 callers
Function
from_json_tuple_impl
src/json.hpp:4238
↓ 2 callers
Function
fullgen
** Does a full collection in generational mode. */
include/lua-5.4.3/src/lgc.c:1338
↓ 2 callers
Function
funcargs
include/lua-5.4.3/src/lparser.c:1013
↓ 2 callers
Function
funcnamefromcode
** Try to find a name for a function based on the code that called it. ** (Only works when function was called by a Lua function.) ** Returns what the
include/lua-5.4.3/src/ldebug.c:593
↓ 2 callers
Function
g_iofile
include/lua-5.4.3/src/liolib.c:318
↓ 2 callers
Function
g_write
include/lua-5.4.3/src/liolib.c:660
↓ 2 callers
Method
generateLPF
include/avir/avir.h:1407
↓ 2 callers
Method
get
include/wrenpp/Wren++.h:277
↓ 2 callers
Function
getByteCountForArguments
Returns the number of bytes for the arguments to the instruction at [ip] in [fn]'s bytecode.
include/wren/src/vm/wren_compiler.c:2863
↓ 2 callers
Function
getEnclosingClassCompiler
Walks the compiler chain to find the compiler for the nearest class enclosing this one. Returns NULL if not currently inside a class definition.
include/wren/src/vm/wren_compiler.c:2224
↓ 2 callers
Method
getFilter
include/avir/avir.h:1694
↓ 2 callers
Method
getFilterLatency
include/avir/avir.h:1103
↓ 2 callers
Method
getFilterLength
include/avir/avir.h:1094
↓ 2 callers
Function
getModuleVariable
include/wren/src/vm/wren_vm.c:789
↓ 2 callers
Function
getRule
Gets the [GrammarRule] associated with tokens of [type].
include/wren/src/vm/wren_compiler.c:2819
↓ 2 callers
Function
get_onecapture
** get information about the i-th capture. If there are no captures ** and 'i==0', return information about the whole match, which ** is the range 's'
include/lua-5.4.3/src/lstrlib.c:702
↓ 2 callers
Function
get_remote_ip_and_port
include/httplib/httplib.h:2666
↓ 2 callers
Function
get_seek_page_info
include/stb/stb_vorbis.c:4643
↓ 2 callers
Function
getcurrentline
include/lua-5.4.3/src/ldebug.c:98
↓ 2 callers
Function
getendpos
** Gets an optional ending string position from argument 'arg', ** with default value 'def'. ** Negative means back from end: clip result to [0, len]
include/lua-5.4.3/src/lstrlib.c:87
↓ 2 callers
Function
getgclist
include/lua-5.4.3/src/lgc.c:125
↓ 2 callers
Function
getnum
include/lua-5.4.3/src/lstrlib.c:1398
↓ 2 callers
Function
getoption
** Read and classify next option. 'size' is filled with option's size. */
include/lua-5.4.3/src/lstrlib.c:1437
↓ 2 callers
Function
glm_vec4_floor
include/glm/simd/common.h:124
↓ 2 callers
Function
glm_vec4_round
include/glm/simd/common.h:110
↓ 2 callers
Function
green
(text)
include/wren/util/benchmark.py:116
↓ 2 callers
Function
grisu2
src/json.hpp:16048
↓ 2 callers
Function
grisu2_round
src/json.hpp:15766
↓ 2 callers
Function
has_header
include/httplib/httplib.h:3091
↓ 2 callers
Function
hashBits
include/wren/src/vm/wren_value.c:374
↓ 2 callers
Function
hashClassSignature
given a Wren class signature, this returns a unique value
include/wrenpp/Wren++.h:627
↓ 2 callers
Function
hashMethodSignature
given a Wren method signature, this returns a unique value
include/wrenpp/Wren++.h:197
↓ 2 callers
Function
hashObject
Generates a hash code for [object].
include/wren/src/vm/wren_value.c:396
↓ 2 callers
Function
hex_add_oversampled_bleplike
include/stb/stb_hexwave.h:315
↓ 2 callers
Function
hex_blep
include/stb/stb_hexwave.h:333
↓ 2 callers
Function
hexwave_generate_linesegs
each half of the waveform needs 4 vertices to represent 3 line segments, plus 1 more for wraparound
include/stb/stb_hexwave.h:350
↓ 2 callers
Function
imdct_step3_iter0_loop
the following were split out into separate functions while optimizing; they could be pushed back up but eh. __forceinline showed no change; they're pr
include/stb/stb_vorbis.c:2408
↓ 2 callers
Function
include_in_sort
include/stb/stb_vorbis.c:1169
↓ 2 callers
Function
init_blocksize
include/stb/stb_vorbis.c:1286
↓ 2 callers
Function
insertEntry
Inserts [key] and [value] in the array of [entries] with the given [capacity]. Returns `true` if this is the first time [key] was added to the map.
include/wren/src/vm/wren_value.c:524
↓ 2 callers
Function
intarith
include/lua-5.4.3/src/lobject.c:53
↓ 2 callers
Function
invokeHelper
include/wrenpp/Wren++.h:441
↓ 2 callers
Function
isKstr
** Check whether expression 'e' is a small literal string */
include/lua-5.4.3/src/lcode.c:1202
↓ 2 callers
Function
isName
Returns true if [c] is a valid (non-initial) identifier character.
include/wren/src/vm/wren_compiler.c:628
↓ 2 callers
Method
is_end
return whether the iterator is at end
src/json.hpp:11393
↓ 2 callers
Method
is_errored
src/json.hpp:6097
↓ 2 callers
Method
is_multipart_form_data
include/httplib/httplib.h:4283
↓ 2 callers
Function
is_number_unsigned
! @brief return whether value is an unsigned integer number This function returns true if and only if the JSON value is an unsigned integ
src/json.hpp:20066
↓ 2 callers
Function
is_up_to_date
(path, out_path)
include/wren/util/generate_docs.py:65
↓ 2 callers
Method
is_valid
include/httplib/httplib.h:2953
↓ 2 callers
Function
is_whole_packet_present
include/stb/stb_vorbis.c:3519
↓ 2 callers
Function
is_word_boundary
include/imgui/imstb_textedit.h:648
↓ 2 callers
Function
is_word_boundary
include/stb/stb_textedit.h:644
↓ 2 callers
Function
is_word_boundary_from_right
include/imgui/imgui_widgets.cpp:3683
↓ 2 callers
Function
ispow2realasize
** Check whether real size of the array is a power of 2. ** (If it is not, 'alimit' cannot be changed to any other value ** without changing the real
include/lua-5.4.3/src/ltable.c:267
↓ 2 callers
Function
iter_54
include/stb/stb_vorbis.c:2554
↓ 2 callers
Function
iter_aux
include/lua-5.4.3/src/lutf8lib.c:224
↓ 2 callers
Function
jumponcond
** Emit instruction to jump if 'e' is 'cond' (that is, if 'cond' ** is true, code will jump if 'e' is true.) Return jump position. ** Optimize when 'e
include/lua-5.4.3/src/lcode.c:1097
↓ 2 callers
Function
l_checktime
include/lua-5.4.3/src/loslib.c:293
↓ 2 callers
Function
l_str2dloc
** Convert string 's' to a Lua number (put in 'result'). Return NULL on ** fail or the address of the ending '\0' on success. ('mode' == 'x') ** means
include/lua-5.4.3/src/lobject.c:228
↓ 2 callers
Function
l_strcmp
** Compare two strings 'ls' x 'rs', returning an integer less-equal- ** -greater than zero if 'ls' is less-equal-greater than 'rs'. ** The code is a l
include/lua-5.4.3/src/lvm.c:375
↓ 2 callers
Function
l_strton
** Try to convert a value from string to a number value. ** If the value is not a string or is a string not representing ** a valid numeral (or if coe
include/lua-5.4.3/src/lvm.c:90
← previous
next →
1,501–1,600 of 6,903, ranked by callers