MCPcopy Create free account

hub / github.com/Windsander/ADI-Stable-Diffusion / functions

Functions1,024 in github.com/Windsander/ADI-Stable-Diffusion

↓ 192 callersFunctioncreate
source/tokenizer/json.hpp:19551
↓ 178 callersMethodsize
source/tokenizer/json.hpp:3109
↓ 144 callersFunctionstbi__get8
clitools/stb/stb_image.h:1613
↓ 140 callersFunctionconcat
source/tokenizer/json.hpp:4277
↓ 131 callersFunctionstbi__err
clitools/stb/stb_image.h:977
↓ 131 callersMethodwrite_character
source/tokenizer/json.hpp:14846
↓ 116 callersMethodend
return iterator end (needed for range-based for)
source/tokenizer/json.hpp:5261
↓ 90 callersMethodbegin
return iterator begin (needed for range-based for)
source/tokenizer/json.hpp:5255
↓ 53 callersMethodempty
source/tokenizer/json.hpp:6236
↓ 49 callersFunctionget
source/tokenizer/json.hpp:5271
↓ 44 callersMethodparse_error
source/tokenizer/json.hpp:4439
↓ 44 callersFunctionstbi__rewind
clitools/stb/stb_image.h:885
↓ 43 callersFunctionto_string
@brief return a string representation of the JSON pointer @sa https://json.nlohmann.me/api/json_pointer/to_string/
source/tokenizer/json.hpp:13749
↓ 42 callersFunctiontype_name
@brief return the type as string @sa https://json.nlohmann.me/api/basic_json/type_name/
source/tokenizer/json.hpp:23328
↓ 39 callersFunctionstbi__get16be
clitools/stb/stb_image.h:1693
↓ 38 callersFunctionadd
add a character to token_buffer
source/tokenizer/json.hpp:8702
↓ 37 callersFunctionbasic_json
@brief create an empty value with a given type @sa https://json.nlohmann.me/api/basic_json/basic_json/
source/tokenizer/json.hpp:19983
↓ 34 callersFunctionis_object
@brief return whether value is an object @sa https://json.nlohmann.me/api/basic_json/is_object/
source/tokenizer/json.hpp:20522
↓ 32 callersMethodkey
source/tokenizer/json.hpp:7269
↓ 32 callersFunctionstbi__get32le
clitools/stb/stb_image.h:1721
↓ 31 callersFunctionstbi__skip
clitools/stb/stb_image.h:1643
↓ 30 callersFunctionstbi__get16le
clitools/stb/stb_image.h:1713
↓ 28 callersFunctionget_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
source/tokenizer/json.hpp:8749
↓ 24 callersFunctionend
@brief returns an iterator to one past the last element @sa https://json.nlohmann.me/api/basic_json/end/
source/tokenizer/json.hpp:21961
↓ 23 callersFunctioninput_adapter
source/tokenizer/json.hpp:6451
↓ 20 callersMethodsax_parse
source/tokenizer/json.hpp:12259
↓ 20 callersFunctionstbi__get32be
clitools/stb/stb_image.h:1703
↓ 20 callersFunctionstbi__malloc
clitools/stb/stb_image.h:984
↓ 19 callersMethodnumber_integer
source/tokenizer/json.hpp:7239
↓ 19 callersMethodoperator[]
access to successor
source/tokenizer/json.hpp:13651
↓ 18 callersFunctionfrom_json
source/tokenizer/json.hpp:4593
↓ 18 callersMethodnumber_unsigned
source/tokenizer/json.hpp:7244
↓ 17 callersMethodget_token_string
! @return a string representation of the last read byte */
source/tokenizer/json.hpp:11975
↓ 17 callersFunctionto_json
source/tokenizer/json.hpp:5571
↓ 16 callersFunctionis_array
@brief return whether value is an array @sa https://json.nlohmann.me/api/basic_json/is_array/
source/tokenizer/json.hpp:20529
↓ 16 callersFunctionstbi__at_eof
clitools/stb/stb_image.h:1627
↓ 16 callersFunctionstring
source/tokenizer/json.hpp:6785
↓ 15 callersFunctionbegin
@brief returns an iterator to the first element @sa https://json.nlohmann.me/api/basic_json/begin/
source/tokenizer/json.hpp:21936
↓ 15 callersFunctioncombine
boost::hash_combine
source/tokenizer/json.hpp:5933
↓ 15 callersFunctionis_null
@brief return whether value is null @sa https://json.nlohmann.me/api/basic_json/is_null/
source/tokenizer/json.hpp:20480
↓ 14 callersFunctionset_parents
source/tokenizer/json.hpp:19871
↓ 13 callersMethodvalue
return value of the iterator
source/tokenizer/json.hpp:5228
↓ 12 callersMethodnumber_float
source/tokenizer/json.hpp:7249
↓ 12 callersFunctionstbi__grow_buffer_unsafe
clitools/stb/stb_image.h:2074
↓ 12 callersFunctionstbi__zreceive
clitools/stb/stb_image.h:4213
↓ 11 callersMethodget
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
source/tokenizer/json.hpp:11826
↓ 10 callersMethodboolean
source/tokenizer/json.hpp:7234
↓ 10 callersFunctionparser
source/tokenizer/json.hpp:19306
↓ 10 callersFunctionset_parent
source/tokenizer/json.hpp:19921
↓ 10 callersFunctionstbi__blinn_8x8
fast 0..255 * 0..255 => 0..255 rounded multiplication
clitools/stb/stb_image.h:3858
↓ 10 callersFunctionstbi__malloc_mad3
clitools/stb/stb_image.h:1054
↓ 9 callersMethodend_array
source/tokenizer/json.hpp:7284
↓ 9 callersFunctionis_binary
@brief return whether value is a binary array @sa https://json.nlohmann.me/api/basic_json/is_binary/
source/tokenizer/json.hpp:20543
↓ 9 callersMethodstart_array
source/tokenizer/json.hpp:7279
↓ 9 callersFunctionstbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
clitools/stb/stb_image.h:2918
↓ 9 callersFunctionstbiw__jpg_processDU
clitools/stb/stb_image_write.h:1328
↓ 9 callersFunctionstbiw__jpg_writeBits
clitools/stb/stb_image_write.h:1253
↓ 9 callersMethodstring
source/tokenizer/json.hpp:7254
↓ 8 callersFunctiondump_integer
source/tokenizer/json.hpp:18598
↓ 8 callersMethodend_object
source/tokenizer/json.hpp:7274
↓ 8 callersMethodstart_object
source/tokenizer/json.hpp:7264
↓ 8 callersFunctionstbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
clitools/stb/stb_image.h:2415
↓ 8 callersFunctionstbi__convert_format
clitools/stb/stb_image.h:1754
↓ 8 callersFunctionstbi__mad3sizes_valid
returns 1 if "a*b*c + add" has no negative terms/factors and doesn't overflow
clitools/stb/stb_image.h:1030
↓ 8 callersFunctionstbir__half_to_float
clitools/stb/stb_image_resize2.h:2207
↓ 8 callersFunctionstbiw__putc
clitools/stb/stb_image_write.h:394
↓ 7 callersFunctioncompares_unordered
source/tokenizer/json.hpp:22843
↓ 7 callersMethoddump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
source/tokenizer/json.hpp:17991
↓ 7 callersMethodempty
source/base/onnxsd_basic_tools.cc:223
↓ 7 callersFunctionfind
source/tokenizer/json.hpp:19166
↓ 7 callersFunctionif
source/tokenizer/json.hpp:22814
↓ 7 callersFunctionstbi__compute_y
clitools/stb/stb_image.h:1745
↓ 7 callersFunctionstbi__start_callbacks
initialize a callback-based context
clitools/stb/stb_image.h:835
↓ 7 callersFunctionstbi__start_mem
initialize a memory-decode context
clitools/stb/stb_image.h:825
↓ 6 callersFunctionis_string
@brief return whether value is a string @sa https://json.nlohmann.me/api/basic_json/is_string/
source/tokenizer/json.hpp:20536
↓ 6 callersFunctionjson_pointer
@brief create JSON pointer @sa https://json.nlohmann.me/api/json_pointer/json_pointer/
source/tokenizer/json.hpp:13743
↓ 6 callersMethodnext
source/base/onnxsd_basic_tools.cc:43
↓ 6 callersMethodnull
source/tokenizer/json.hpp:7229
↓ 6 callersFunctionprint_usage
clitools/main.cc:233
↓ 6 callersFunctionpush_back
@brief append an unescaped token at the end of the reference pointer @sa https://json.nlohmann.me/api/json_pointer/push_back/
source/tokenizer/json.hpp:13864
↓ 6 callersFunctionstbi__fopen
clitools/stb/stb_image.h:1336
↓ 6 callersFunctionstbi__hdr_test
clitools/stb/stb_image.h:7094
↓ 6 callersFunctionstbi__mul2sizes_valid
returns 1 if the product is valid, 0 on overflow. negative factors are considered invalid.
clitools/stb/stb_image.h:1013
↓ 6 callersFunctionstbi__start_file
clitools/stb/stb_image.h:876
↓ 6 callersFunctionstbir__get_ring_buffer_entry
Get the ring buffer pointer for an index
clitools/stb/stb_image_resize2.h:6132
↓ 5 callersMethodbinary
source/tokenizer/json.hpp:7259
↓ 5 callersFunctioncend
@brief returns an iterator to one past the last element @sa https://json.nlohmann.me/api/basic_json/cend/
source/tokenizer/json.hpp:21977
↓ 5 callersFunctionescape
source/tokenizer/json.hpp:2974
↓ 5 callersMethodget_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xFF do not end up
source/tokenizer/json.hpp:6187
↓ 5 callersMethodis_begin
return whether the iterator can be dereferenced
source/tokenizer/json.hpp:12680
↓ 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
source/tokenizer/json.hpp:12191
↓ 5 callersMethodseed
source/base/onnxsd_basic_tools.cc:32
↓ 5 callersFunctionstbi__cleanup_jpeg
clean up the temporary component buffers
clitools/stb/stb_image.h:3842
↓ 5 callersFunctionstbi__do_zlib
clitools/stb/stb_image.h:4509
↓ 5 callersFunctionstbi__getn
clitools/stb/stb_image.h:1665
↓ 5 callersFunctionstbi__hdr_gettoken
clitools/stb/stb_image.h:7106
↓ 5 callersFunctionstbi__jpeg_huff_decode
decode a jpeg huffman value from the bitstream
clitools/stb/stb_image.h:2096
↓ 5 callersFunctionstbi__jpeg_reset
after a restart interval, stbi__jpeg_reset the entropy decoder and the dc prediction
clitools/stb/stb_image.h:2935
↓ 5 callersFunctionstbi__malloc_mad2
mallocs with size overflow checking
clitools/stb/stb_image.h:1047
↓ 5 callersFunctionstbi__start_write_callbacks
initialize a callback-based context
clitools/stb/stb_image_write.h:276
next →1–100 of 1,024, ranked by callers