MCPcopy Create free account

hub / github.com/alecazam/kram / functions

Functions11,186 in github.com/alecazam/kram

↓ 6 callersMethodvisit_object_end
kram-profile/CBA/simdjson.cpp:4925
↓ 6 callersMethodvisit_object_start
libkram/simdjson/simdjson.cpp:4916
↓ 6 callersMethodvisit_object_start
kram-profile/CBA/simdjson.cpp:4916
↓ 6 callersMethodvisit_root_false_atom
libkram/simdjson/simdjson.cpp:5012
↓ 6 callersMethodvisit_root_false_atom
kram-profile/CBA/simdjson.cpp:5012
↓ 6 callersMethodvisit_root_null_atom
libkram/simdjson/simdjson.cpp:5026
↓ 6 callersMethodvisit_root_null_atom
kram-profile/CBA/simdjson.cpp:5026
↓ 6 callersMethodvisit_root_number
libkram/simdjson/simdjson.cpp:4969
↓ 6 callersMethodvisit_root_number
kram-profile/CBA/simdjson.cpp:4969
↓ 6 callersMethodvisit_root_primitive
libkram/simdjson/simdjson.cpp:4662
↓ 6 callersMethodvisit_root_primitive
kram-profile/CBA/simdjson.cpp:4662
↓ 6 callersMethodvisit_root_string
libkram/simdjson/simdjson.cpp:4960
↓ 6 callersMethodvisit_root_string
kram-profile/CBA/simdjson.cpp:4960
↓ 6 callersMethodvisit_root_true_atom
libkram/simdjson/simdjson.cpp:4998
↓ 6 callersMethodvisit_root_true_atom
kram-profile/CBA/simdjson.cpp:4998
↓ 6 callersMethodvisit_string
libkram/simdjson/simdjson.cpp:4948
↓ 6 callersMethodvisit_string
kram-profile/CBA/simdjson.cpp:4948
↓ 6 callersMethodvisit_true_atom
libkram/simdjson/simdjson.cpp:4991
↓ 6 callersMethodvisit_true_atom
kram-profile/CBA/simdjson.cpp:4991
↓ 6 callersMethodweak_addref
libkram/eastl/include/EASTL/shared_ptr.h:163
↓ 6 callersFunctionwriteBitsReversed
This one is to use for adding huffman symbol, the value bits are written MSB first */
libkram/lodepng/lodepng.cpp:451
↓ 6 callersFunctionzlib_compress
compress using the default or custom zlib function */
libkram/lodepng/lodepng.cpp:2315
↓ 5 callersFunctionComputeStrLen
libkram/fastl/fstring.h:13
↓ 5 callersMethodDecode
libkram/etc2comp/EtcImage.cpp:496
↓ 5 callersFunctionEA_NOEXCEPT_IF
libkram/eastl/include/EASTL/array.h:145
↓ 5 callersFunctionFSE_readNCount
libkram/zstd/zstddeclib.cpp:2980
↓ 5 callersMethodFindFunction
@@ This doesn't do any parameter matching. Simply returns the first function with that name.
hlslparser/src/HLSLTree.cpp:82
↓ 5 callersMethodGetSourceAlphaMix
libkram/etc2comp/EtcBlock4x4.h:90
↓ 5 callersMethodGetTokenName
hlslparser/src/HLSLTokenizer.cpp:639
↓ 5 callersFunctionHUF_decodeStreamX1
libkram/zstd/zstddeclib.cpp:8246
↓ 5 callersFunctionHUF_decodeStreamX2
libkram/zstd/zstddeclib.cpp:8694
↓ 5 callersFunctionHUF_selectDecoder
HUF_selectDecoder() : * Tells which decoder is likely to decode faster, * based on a set of pre-computed metrics. * @return : 0==HUF_decompress4X
libkram/zstd/zstddeclib.cpp:9000
↓ 5 callersFunctionHalfToFloatBaseType
hlslparser/src/HLSLParser.cpp:345
↓ 5 callersMethodHasColorPixels
gray vs. color
libkram/etc2comp/EtcBlock4x4.h:106
↓ 5 callersFunctionHuffmanTree_makeFromLengths
given the code lengths (as stored in the PNG file), generate the tree as defined by Deflate. maxbitlen is the maximum bits that a code in the tree can
libkram/lodepng/lodepng.cpp:857
↓ 5 callersMethodIsDone
libkram/etc2comp/EtcBlock4x4Encoding.h:95
↓ 5 callersFunctionMEM_swap32
libkram/zstd/zstddeclib.cpp:850
↓ 5 callersFunctionMEM_swap64
libkram/zstd/zstddeclib.cpp:865
↓ 5 callersFunctionRBTreeRotateLeft
RBTreeRotateLeft Does a left rotation about the given node. If you want to understand tree rotation, any book on algorithms will discuss the topic in
libkram/eastl/source/red_black_tree.cpp:130
↓ 5 callersFunctionRBTreeRotateRight
RBTreeRotateRight Does a right rotation about the given node. If you want to understand tree rotation, any book on algorithms will discuss the topic i
libkram/eastl/source/red_black_tree.cpp:160
↓ 5 callersFunctionString_Printf
hlslparser/src/Engine.cpp:97
↓ 5 callersFunctionZSTD_customMalloc
=************************************************************** * Custom allocator ****************************************************************/
libkram/zstd/zstddeclib.cpp:7915
↓ 5 callersFunctionZSTD_errorFrameSizeInfo
libkram/zstd/zstddeclib.cpp:12076
↓ 5 callersFunctionZSTD_getDictID_fromDDict
! ZSTD_getDictID_fromDDict() : * Provides the dictID of the dictionary loaded into `ddict`. * If @return == 0, the dictionary is not conformant to
libkram/zstd/zstddeclib.cpp:11370
↓ 5 callersFunctionZSTD_wildcopy
! ZSTD_wildcopy() : * Custom version of ZSTD_memcpy(), can over read/write up to WILDCOPY_OVERLENGTH bytes (if length==0) * @param ovtype controls
libkram/zstd/zstddeclib.cpp:7670
↓ 5 callersFunction_BitScanReverse64
libkram/simdjson/simdjson.h:12200
↓ 5 callersMethod_free
libkram/allocate/dlmalloc.cpp:3728
↓ 5 callersFunction_mm_add_epi32
Add packed 32-bit integers in a and b, and store the results in dst. https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm
libkram/vectormath/sse2neon.h:2724
↓ 5 callersFunction_mm_cvtss_f32
Copy the lower single-precision (32-bit) floating-point element of a to dst. https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#
libkram/vectormath/sse2neon.h:1607
↓ 5 callersFunction_mm_cvttps_epi32
Convert packed single-precision (32-bit) floating-point elements in a to packed 32-bit integers with truncation, and store the results in dst. https:/
libkram/vectormath/sse2neon.h:3561
↓ 5 callersFunction_mm_movemask_ps
Set each bit of mask dst based on the most significant bit of the corresponding packed single-precision (32-bit) floating-point element in a. https://
libkram/vectormath/sse2neon.h:2026
↓ 5 callersFunction_mm_setzero_ps
Return vector of type __m128 with all elements set to zero. https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_setzero_
libkram/vectormath/sse2neon.h:2360
↓ 5 callersFunction_mm_xor_ps
Compute the bitwise XOR of packed single-precision (32-bit) floating-point elements in a and b, and store the results in dst. https://www.intel.com/co
libkram/vectormath/sse2neon.h:2706
↓ 5 callersMethodaddChannelProps
libkram/kram/KTXImage.cpp:1382
↓ 5 callersFunctionadd_overflow
libkram/simdjson/simdjson.h:9933
↓ 5 callersFunctionadd_overflow
kram-profile/CBA/simdjson.h:9933
↓ 5 callersFunctionalloc_string
dynamically allocates a new string with a copy of the null terminated input text */
libkram/lodepng/lodepng.cpp:319
↓ 5 callersMethodany_bits_set_anywhere
libkram/simdjson/simdjson.h:10237
↓ 5 callersMethodany_bits_set_anywhere
kram-profile/CBA/simdjson.h:10237
↓ 5 callersMethodappend
libkram/simdjson/simdjson.h:9304
↓ 5 callersMethodassign
libkram/fmt/format.h:2865
↓ 5 callersFunctionastc_set_bits_1_to_9
ASTC
libkram/transcoder/basisu_transcoder.cpp:11824
↓ 5 callersFunctionbasis_block_format_is_uncompressed
libkram/transcoder/basisu_transcoder.cpp:11121
↓ 5 callersFunctionbc1_get_block_colors4
libkram/bc7enc/rgbcx.cpp:871
↓ 5 callersMethodbegin
libkram/eastl/include/EASTL/internal/hashtable.h:913
↓ 5 callersMethodbegin
libkram/fastl/fstring.h:57
↓ 5 callersMethodbegin
libkram/transcoder/basisu_containers.h:343
↓ 5 callersFunctionbpmnode_create
creates a new chain node with the given parameters, from the memory in the lists */
libkram/lodepng/lodepng.cpp:896
↓ 5 callersMethodc_str
libkram/fastl/fstring.h:67
↓ 5 callersMethodcbegin
libkram/eastl/include/EASTL/string_view.h:63
↓ 5 callersMethodcend
libkram/eastl/include/EASTL/string_view.h:65
↓ 5 callersFunctionclamp
libkram/etc2comp/EtcBlock4x4Encoding_R11.cpp:40
↓ 5 callersMethodclear
libkram/transcoder/basisu_transcoder.cpp:16748
↓ 5 callersFunctioncolor_cell_compression
libkram/bc7enc/bc7enc.cpp:1101
↓ 5 callersFunctioncompare
libkram/simdjson/simdjson.h:1039
↓ 5 callersFunctioncompare
kram-profile/CBA/simdjson.h:1039
↓ 5 callersMethodcompare
libkram/eastl/include/EASTL/string_view.h:166
↓ 5 callersMethodcompress
libkram/simdjson/simdjson.h:10464
↓ 5 callersMethodcompress
kram-profile/CBA/simdjson.h:10464
↓ 5 callersFunctioncompute_color_distance_rgba
libkram/bc7enc/bc7enc.cpp:531
↓ 5 callersFunctioncompute_ideal_colors_and_weights_3_comp
* @brief Compute the ideal endpoints and weights for 3 color components. * * @param blk The image block color data to compress.
libkram/astc-encoder/astcenc_ideal_endpoints_and_weights.cpp:284
↓ 5 callersFunctioncompute_least_squares_endpoints_rgb
libkram/bc7enc/bc7enc.cpp:351
↓ 5 callersFunctioncompute_least_squares_endpoints_rgba
libkram/bc7enc/bc7enc.cpp:287
↓ 5 callersFunctioncopy_backward
libkram/eastl/include/EASTL/algorithm.h:1318
↓ 5 callersFunctioncount
libkram/eastl/include/EASTL/algorithm.h:1339
↓ 5 callersMethoddata
libkram/eastl/include/EASTL/span.h:257
↓ 5 callersFunctiondecode_to_utf8
decode to UTF-8 and add it to out.
libkram/json11/json11.cpp:673
↓ 5 callersFunctionemplace_arg
libkram/fmt/args.h:124
↓ 5 callersFunctionencode_bc1
libkram/bc7enc/rgbcx.cpp:1694
↓ 5 callersFunctionencode_bc4_hq
libkram/bc7enc/rgbcx.cpp:2732
↓ 5 callersMethodend
libkram/eastl/include/EASTL/bitvector.h:780
↓ 5 callersMethodend
libkram/eastl/include/EASTL/internal/red_black_tree.h:907
↓ 5 callersMethodend
libkram/eastl/include/EASTL/internal/hashtable.h:927
↓ 5 callersFunctionerase
libkram/eastl/include/EASTL/deque.h:2656
↓ 5 callersFunctionerror_color_nan
* @brief Return an FP32 NaN value for use in error colors. * * This NaN encoding will turn into 0xFFFF when converted to an FP16 NaN. * * @return
libkram/astc-encoder/astcenc_decompress_symbolic.cpp:178
↓ 5 callersFunctionfilterScanline
libkram/lodepng/lodepng.cpp:5409
↓ 5 callersFunctionfindContentTypeFromFilename
Use naming convention for PNG/DDS, can pull from props on KTX/KTX2 This is mostly useful for source content.
libkram/kram/Kram.cpp:3659
↓ 5 callersMethodfirst
libkram/eastl/include/EASTL/bonus/compressed_pair.h:385
↓ 5 callersFunctionfloat_to_sf16
convert from native-float to soft-float */
libkram/astc-encoder/astcenc_mathlib_softfloat.cpp:405
↓ 5 callersFunctionfollows
Check if the current character immediately follows a matching character. For example, this checks for quotes with backslashes in front of them: cons
libkram/simdjson/simdjson.cpp:3529
← previousnext →1,001–1,100 of 11,186, ranked by callers