Home
last modified time | relevance | path

Searched defs:comp (Results 26 – 50 of 1671) sorted by relevance

12345678910>>...67

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Ddynamic_dimension_simplifier.cc174 for (auto* comp : module->MakeNonfusionComputations(execution_threads)) { in Run() local
181 for (auto* comp : module->MakeNonfusionComputations(execution_threads)) { in Run() local
188 for (auto* comp : module->MakeNonfusionComputations(execution_threads)) { in Run() local
194 for (auto* comp : module->MakeNonfusionComputations(execution_threads)) { in Run() local
200 for (auto* comp : module->MakeNonfusionComputations(execution_threads)) { in Run() local
206 for (auto* comp : module->MakeNonfusionComputations(execution_threads)) { in Run() local
H A Dbfloat16_normalization.cc133 HloComputation* comp) { in ConvertType()
189 HloComputation* comp) { in ChangeOutputTypeThenInsertConvertBack()
235 for (auto& comp : bf16_called_comps) { in ConvertCalledComputations() local
240 hlo->ReplaceCalledComputations([&](HloComputation* comp) { in ConvertCalledComputations()
248 auto comp = comp_pair.second; in ConvertCalledComputations() local
325 for (auto* comp : hlo->called_computations()) { in HandleMultipleOutputs() local
396 for (auto* comp : hlo->called_computations()) { in HandleInstruction() local
530 for (auto* comp : module->MakeComputationPostOrder(execution_threads)) { in Run() local
H A Ddynamic_window_utils.cc76 HloOp ConstantR0(HloComputation* comp, NativeT value, in ConstantR0()
84 HloOp One(HloComputation* comp) { in One()
89 HloOp Zero(HloComputation* comp) { in Zero()
93 HloOp EffectiveFilterSize(HloComputation* comp, int64_t window_size, in EffectiveFilterSize()
105 HloComputation* comp = input_size->parent(); in GetWindowedOutputSize() local
134 HloComputation* comp = input_size->parent(); in GetWindowedInputGradSize() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/
Dpdqsort.hpp110 inline bool partial_insertion_sort(Iter begin, Iter end, Compare comp) { in partial_insertion_sort()
138 inline void sort2(Iter a, Iter b, Compare comp) { in sort2()
144 inline void sort3(Iter a, Iter b, Iter c, Compare comp) { in sort3()
156 pdqsort_detail::pair<Iter, bool> partition_right(Iter begin, Iter end, Compare comp) { in partition_right()
200 inline Iter partition_left(Iter begin, Iter end, Compare comp) { in partition_left()
227 void pdqsort_loop( Iter begin, Iter end, Compare comp in pdqsort_loop()
322 void pdqsort(Iter begin, Iter end, Compare comp) in pdqsort()
Dheap_sort.hpp39 …omAccessIterator first, size_type hole_index, size_type const len, value_type &value, Compare comp) in adjust_heap()
67 static void make_heap(RandomAccessIterator first, RandomAccessIterator last, Compare comp) in make_heap()
80 static void sort_heap(RandomAccessIterator first, RandomAccessIterator last, Compare comp) in sort_heap()
93 static void sort(RandomAccessIterator first, RandomAccessIterator last, Compare comp) in sort()
102 …OVE_FORCEINLINE void heap_sort(RandomAccessIterator first, RandomAccessIterator last, Compare comp) in heap_sort()
Dinsertion_sort.hpp41 …(ForwardIterator first1, ForwardIterator last1, BirdirectionalIterator first2, Compare comp, Op op) in insertion_sort_op()
61 …rt_swap(ForwardIterator first1, ForwardIterator last1, BirdirectionalIterator first2, Compare comp) in insertion_sort_swap()
68 …rt_copy(ForwardIterator first1, ForwardIterator last1, BirdirectionalIterator first2, Compare comp) in insertion_sort_copy()
76 void insertion_sort(BirdirectionalIterator first, BirdirectionalIterator last, Compare comp) in insertion_sort()
99 , Compare comp) in insertion_sort_uninitialized_copy()
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/
H A Dopt_varyings_tests_prop_uniform.cpp12 #define SHADER_UNIFORM_OUTPUT(producer_stage, consumer_stage, slot, comp, type, bitsize, index0, in… argument
55 #define TEST_UNIFORM_PROP(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
81 #define TEST_UNIFORM_PROP_XFB(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
119 #define TEST_UNIFORM_KEPT_2VAL(producer_stage, consumer_stage, slot, comp, type, bitsize, index0, i… argument
144 #define TEST_UNIFORM_KEPT(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
147 #define TEST_UNIFORM_KEPT_DIFF(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
H A Dopt_varyings_tests_prop_uniform_expr.cpp12 #define SHADER_UNI_EXPR_OUTPUT(producer_stage, consumer_stage, slot, comp, type, bitsize, index0, i… argument
55 #define TEST_UNI_EXPR_PROP(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
81 #define TEST_UNI_EXPR_PROP_XFB(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
119 #define TEST_UNI_EXPR_KEPT_2VAL(producer_stage, consumer_stage, slot, comp, type, bitsize, index0, … argument
143 #define TEST_UNI_EXPR_KEPT(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
146 #define TEST_UNI_EXPR_KEPT_DIFF(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
H A Dopt_varyings_tests_prop_ubo.cpp12 #define SHADER_UBO_OUTPUT(producer_stage, consumer_stage, slot, comp, type, bitsize, index0, index1… argument
55 #define TEST_UBO_PROP(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
81 #define TEST_UBO_PROP_XFB(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
119 #define TEST_UBO_KEPT_2VAL(producer_stage, consumer_stage, slot, comp, type, bitsize, index0, index… argument
144 #define TEST_UBO_KEPT(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
147 #define TEST_UBO_KEPT_DIFF(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
H A Dopt_varyings_tests_prop_const.cpp12 #define SHADER_CONST_OUTPUT(producer_stage, consumer_stage, slot, comp, type, bitsize, val0, val1) \ argument
55 #define TEST_CONST_PROP(producer_stage, consumer_stage, slot, comp, type, bitsize, value) \ argument
81 #define TEST_CONST_PROP_XFB(producer_stage, consumer_stage, slot, comp, type, bitsize, value) \ argument
119 #define TEST_CONST_KEPT_2VAL(producer_stage, consumer_stage, slot, comp, type, bitsize, val0, val1,… argument
144 #define TEST_CONST_KEPT(producer_stage, consumer_stage, slot, comp, type, bitsize, value) \ argument
147 #define TEST_CONST_KEPT_DIFF(producer_stage, consumer_stage, slot, comp, type, bitsize, value) \ argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dliveness.c30 ppir_liveness_propagate(ppir_compiler *comp, in ppir_liveness_propagate()
43 ppir_liveness_set_equal(ppir_compiler *comp, in ppir_liveness_set_equal()
61 ppir_liveness_instr_srcs(ppir_compiler *comp, ppir_instr *instr) in ppir_liveness_instr_srcs()
124 ppir_liveness_instr_dest(ppir_compiler *comp, ppir_instr *instr, ppir_instr *last) in ppir_liveness_instr_dest()
190 ppir_liveness_compute_live_sets(ppir_compiler *comp) in ppir_liveness_compute_live_sets()
293 ppir_liveness_analysis(ppir_compiler *comp) in ppir_liveness_analysis()
/aosp_15_r20/libcore/ojluni/src/test/java/util/Comparator/
H A DBasicTest.java82 private<T> void assertComparisons(T[] things, Comparator<T> comp, int[] comparisons) { in assertComparisons()
94 Comparator<Thing> comp = Comparator.comparingInt(new ToIntFunction<Thing>() { in testIntComparator() local
108 Comparator<Thing> comp = Comparator.comparingLong(new ToLongFunction<Thing>() { in testLongComparator() local
122 Comparator<Thing> comp = Comparator.comparingDouble(new ToDoubleFunction<Thing>() { in testDoubleComparator() local
136 Comparator<Thing> comp = Comparator.comparing(new Function<Thing, String>() { in testComparing() local
147 Comparator<String> comp = Comparator.naturalOrder(); in testNaturalOrderComparator() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/concept_check/test/
Dstl_concept_covering.cpp574 binary_predicate_archetype<Arg, Arg> comp(dummy_cons); in main() local
588 binary_predicate_archetype<Arg, Arg> comp(dummy_cons); in main() local
603 binary_predicate_archetype<Arg, Arg> comp(dummy_cons); in main() local
620 binary_predicate_archetype<T, T> comp(dummy_cons); in main() local
635 binary_predicate_archetype<Arg1, Arg2> comp(dummy_cons); in main() local
659 binary_predicate_archetype<Arg1, Arg2> comp(dummy_cons); in main() local
683 binary_predicate_archetype<Arg1, Arg2> comp(dummy_cons); in main() local
715 binary_predicate_archetype<Arg1, Arg2> comp(dummy_cons); in main() local
744 binary_predicate_archetype<Arg1, Arg2> comp(dummy_cons); in main() local
771 binary_predicate_archetype<T, T> comp(dummy_cons); in main() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/
Dadaptive_sort.hpp87 , Compare comp) in adaptive_sort_build_blocks()
166 , Compare comp in adaptive_sort_combine_blocks()
248 , Compare comp) in adaptive_sort_combine_all_blocks()
353 , Compare comp) in adaptive_sort_final_merge()
386 (RandIt first, Unsigned const len, Compare comp in adaptive_sort_build_params()
535 , Compare comp in adaptive_sort_impl()
615 void adaptive_sort( RandIt first, RandIt last, Compare comp in adaptive_sort()
627 void adaptive_sort( RandIt first, RandIt last, Compare comp) in adaptive_sort()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dsgtree_algorithms.hpp196 (node_ptr h, node_ptr new_node, NodePtrCompare comp in insert_equal_upper_bound()
208 (node_ptr h, node_ptr new_node, NodePtrCompare comp in insert_equal_lower_bound()
220 (node_ptr header, node_ptr hint, node_ptr new_node, NodePtrCompare comp in insert_equal()
265 ,KeyNodePtrCompare comp, insert_commit_data &commit_data) in insert_unique_check()
278 ,KeyNodePtrCompare comp, insert_commit_data &commit_data) in insert_unique_check()
298 ( node_ptr header1, NodePtrCompare comp, std::size_t tree1_size, std::size_t &max_tree1_size in transfer_unique()
314 ( node_ptr header1, NodePtrCompare comp, std::size_t tree1_size, std::size_t &max_tree1_size in transfer_equal()
341 ,KeyNodePtrCompare comp, insert_commit_data &commit_data) in insert_equal_upper_bound_check()
/aosp_15_r20/external/cronet/url/
H A Durl_canon.h902 void SetScheme(const CHAR* s, const Component& comp) { in SetScheme()
910 void SetUsername(const CHAR* s, const Component& comp) { in SetUsername()
921 void SetPassword(const CHAR* s, const Component& comp) { in SetPassword()
932 void SetHost(const CHAR* s, const Component& comp) { in SetHost()
943 void SetPort(const CHAR* s, const Component& comp) { in SetPort()
954 void SetPath(const CHAR* s, const Component& comp) { in SetPath()
965 void SetQuery(const CHAR* s, const Component& comp) { in SetQuery()
976 void SetRef(const CHAR* s, const Component& comp) { in SetRef()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dflat_tree.hpp149 (SequenceContainer& dest, typename SequenceContainer::iterator it, Compare comp, dtl::false_) in flat_tree_container_inplace_merge()
161 (SequenceContainer& dest, typename SequenceContainer::iterator it, Compare comp, dtl::true_) in flat_tree_container_inplace_sort_ending()
172 (SequenceContainer& dest, typename SequenceContainer::iterator it, Compare comp , dtl::false_) in flat_tree_container_inplace_sort_ending()
184 (SequenceContainer& dest, Iterator first, Iterator last, Compare comp, dtl::true_) in flat_tree_merge_equal()
191 (SequenceContainer& dest, Iterator first, Iterator last, Compare comp, dtl::false_) in flat_tree_merge_equal()
206 (SequenceContainer& dest, Iterator first, Iterator last, Compare comp, dtl::true_) in flat_tree_merge_unique()
213 (SequenceContainer& dest, Iterator first, Iterator last, Compare comp, dtl::false_) in flat_tree_merge_unique()
305 (SequenceContainer &tseq, BOOST_RV_REF(SequenceContainer) seq, Compare comp) in flat_tree_sort_contiguous_to_adopt()
328 (SequenceContainer &tseq, BOOST_RV_REF(SequenceContainer) seq, Compare comp, dtl::true_) in flat_tree_adopt_sequence_equal()
336 (SequenceContainer &tseq, BOOST_RV_REF(SequenceContainer) seq, Compare comp, dtl::false_) in flat_tree_adopt_sequence_equal()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dflat_map.hpp225 BOOST_CONTAINER_FORCEINLINE explicit flat_map(const Compare& comp) in flat_map()
233 BOOST_CONTAINER_FORCEINLINE flat_map(const Compare& comp, const allocator_type& a) in flat_map()
263 … BOOST_CONTAINER_FORCEINLINE flat_map(InputIterator first, InputIterator last, const Compare& comp) in flat_map()
273 …INER_FORCEINLINE flat_map(InputIterator first, InputIterator last, const Compare& comp, const allo… in flat_map()
303 flat_map(ordered_unique_range_t, InputIterator first, InputIterator last, const Compare& comp) in flat_map()
318 …flat_map(ordered_unique_range_t, InputIterator first, InputIterator last, const Compare& comp, con… in flat_map()
366 BOOST_CONTAINER_FORCEINLINE flat_map(std::initializer_list<value_type> il, const Compare& comp) in flat_map()
378 …BOOST_CONTAINER_FORCEINLINE flat_map(std::initializer_list<value_type> il, const Compare& comp, co… in flat_map()
412 …EINLINE flat_map(ordered_unique_range_t, std::initializer_list<value_type> il, const Compare& comp) in flat_map()
429 …_map(ordered_unique_range_t, std::initializer_list<value_type> il, const Compare& comp, const allo… in flat_map()
[all …]
/aosp_15_r20/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h418 static void stbiw__write_pixel(stbi__write_context *s, int rgb_dir, int comp, int write_alpha, int … in stbiw__write_pixel()
451 …ite_pixels(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, void *data, int … in stbiw__write_pixels()
478 static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, in… in stbiw__outfile()
492 static int stbi_write_bmp_core(stbi__write_context *s, int x, int y, int comp, const void *data) in stbi_write_bmp_core()
512 STBIWDEF int stbi_write_bmp_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_bmp_to_func()
520 STBIWDEF int stbi_write_bmp(char const *filename, int x, int y, int comp, const void *data) in stbi_write_bmp()
532 static int stbi_write_tga_core(stbi__write_context *s, int x, int y, int comp, void *data) in stbi_write_tga_core()
611 STBIWDEF int stbi_write_tga_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_tga_to_func()
619 STBIWDEF int stbi_write_tga(char const *filename, int x, int y, int comp, const void *data) in stbi_write_tga()
723 unsigned char *comp = &scratch[width*c]; in stbiw__write_hdr_scanline() local
[all …]
Dstb_image.h1117 static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__resul… in stbi__load_main()
1240 static unsigned char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_8bit()
1266 static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_16bit()
1294 static void stbi__float_postprocess(float *result, int *x, int *y, int *comp, int req_comp) in stbi__float_postprocess()
1346 STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load()
1356 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file()
1369 STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file_16()
1382 STBIDEF stbi_us *stbi_load_16(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load_16()
1409 STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, i… in stbi_load_from_memory()
1416 …_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int req_comp) in stbi_load_from_callbacks()
[all …]
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h418 static void stbiw__write_pixel(stbi__write_context *s, int rgb_dir, int comp, int write_alpha, int … in stbiw__write_pixel()
451 …ite_pixels(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, void *data, int … in stbiw__write_pixels()
478 static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, in… in stbiw__outfile()
492 static int stbi_write_bmp_core(stbi__write_context *s, int x, int y, int comp, const void *data) in stbi_write_bmp_core()
512 STBIWDEF int stbi_write_bmp_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_bmp_to_func()
520 STBIWDEF int stbi_write_bmp(char const *filename, int x, int y, int comp, const void *data) in stbi_write_bmp()
532 static int stbi_write_tga_core(stbi__write_context *s, int x, int y, int comp, void *data) in stbi_write_tga_core()
611 STBIWDEF int stbi_write_tga_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_tga_to_func()
619 STBIWDEF int stbi_write_tga(char const *filename, int x, int y, int comp, const void *data) in stbi_write_tga()
723 unsigned char *comp = &scratch[width*c]; in stbiw__write_hdr_scanline() local
[all …]
Dstb_image.h1117 static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__resul… in stbi__load_main()
1240 static unsigned char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_8bit()
1266 static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_16bit()
1294 static void stbi__float_postprocess(float *result, int *x, int *y, int *comp, int req_comp) in stbi__float_postprocess()
1346 STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load()
1356 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file()
1369 STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file_16()
1382 STBIDEF stbi_us *stbi_load_16(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load_16()
1409 STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, i… in stbi_load_from_memory()
1416 …_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int req_comp) in stbi_load_from_callbacks()
[all …]
/aosp_15_r20/external/armnn/third-party/stb/
H A Dstb_image_write.h308 static void stbiw__write_pixel(stbi__write_context *s, int rgb_dir, int comp, int write_alpha, int … in stbiw__write_pixel()
341 …ite_pixels(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, void *data, int … in stbiw__write_pixels()
363 static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, in… in stbiw__outfile()
377 static int stbi_write_bmp_core(stbi__write_context *s, int x, int y, int comp, const void *data) in stbi_write_bmp_core()
386 STBIWDEF int stbi_write_bmp_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_bmp_to_func()
394 STBIWDEF int stbi_write_bmp(char const *filename, int x, int y, int comp, const void *data) in stbi_write_bmp()
406 static int stbi_write_tga_core(stbi__write_context *s, int x, int y, int comp, void *data) in stbi_write_tga_core()
474 STBIWDEF int stbi_write_tga_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_tga_to_func()
482 STBIWDEF int stbi_write_tga(char const *filename, int x, int y, int comp, const void *data) in stbi_write_tga()
584 unsigned char *comp = &scratch[width*c]; in stbiw__write_hdr_scanline() local
[all …]
/aosp_15_r20/system/chre/util/tests/
H A Dheap_test.cc28 std::less<int> comp; in TEST() local
34 std::less<int> comp; in TEST() local
40 std::less<int> comp; in TEST() local
72 std::less<int> comp; in TEST() local
81 std::less<int> comp; in TEST() local
/aosp_15_r20/external/ComputeLibrary/include/stb/
H A Dstb_image.h972 static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__resul… in stbi__load_main()
1085 static unsigned char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_8bit()
1109 static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_16bit()
1135 static void stbi__float_postprocess(float *result, int *x, int *y, int *comp, int req_comp) in stbi__float_postprocess()
1159 STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load()
1169 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file()
1182 STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file_16()
1195 STBIDEF stbi_us *stbi_load_16(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load_16()
1222 STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, i… in stbi_load_from_memory()
1229 …_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int req_comp) in stbi_load_from_callbacks()
[all …]

12345678910>>...67