Searched defs:allocator (Results 51 - 75 of 84) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/common/
H A Dstream_encoder.c63 block_encoder_init(lzma_coder *coder, lzma_allocator *allocator) argument
82 stream_encode(lzma_coder *coder, lzma_allocator *allocator, argument
212 stream_encoder_end(lzma_coder *coder, lzma_allocator *allocator) argument
227 stream_encoder_update(lzma_coder *coder, lzma_allocator *allocator, const lzma_filter *filters, const lzma_filter *reversed_filters) argument
266 lzma_stream_encoder_init(lzma_next_coder *next, lzma_allocator *allocator, const lzma_filter *filters, lzma_check check) argument
[all...]
H A Dstream_decoder.c83 stream_decoder_reset(lzma_coder *coder, lzma_allocator *allocator) argument
99 stream_decode(lzma_coder *coder, lzma_allocator *allocator, argument
369 stream_decoder_end(lzma_coder *coder, lzma_allocator *allocator) argument
404 lzma_stream_decoder_init(lzma_next_coder *next, lzma_allocator *allocator, uint64_t memlimit, uint32_t flags) argument
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/delta/
H A Ddelta_encoder.c52 delta_encode(lzma_coder *coder, lzma_allocator *allocator, argument
87 delta_encoder_update(lzma_coder *coder, lzma_allocator *allocator, argument
100 lzma_delta_encoder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/lz/
H A Dlz_decoder.c187 lz_decoder_end(lzma_coder *coder, lzma_allocator *allocator) argument
203 lzma_lz_decoder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
[all...]
H A Dlz_encoder.c79 fill_window(lzma_coder *coder, lzma_allocator *allocator, const uint8_t *in, argument
151 lz_encode(lzma_coder *coder, lzma_allocator *allocator, argument
182 lz_encoder_prepare(lzma_mf *mf, lzma_allocator *allocator, argument
363 lz_encoder_init(lzma_mf *mf, lzma_allocator *allocator, argument
464 lz_encoder_end(lzma_coder *coder, lzma_allocator *allocator) argument
482 lz_encoder_update(lzma_coder *coder, lzma_allocator *allocator, const lzma_filter *filters_null lzma_attribute((__unused__)), const lzma_filter *reversed_filters) argument
498 lzma_lz_encoder_init(lzma_next_coder *next, lzma_allocator *allocator, const lzma_filter_info *filters, lzma_ret (*lz_init)(lzma_lz_encoder *lz, lzma_allocator *allocator, const void *options, lzma_lz_options *lz_options)) argument
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma2_decoder.c212 lzma2_decoder_end(lzma_coder *coder, lzma_allocator *allocator) argument
224 lzma2_decoder_init(lzma_lz_decoder *lz, lzma_allocator *allocator, argument
251 lzma_lzma2_decoder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
272 lzma_lzma2_props_decode(void **options, lzma_allocator *allocator, argument
[all...]
H A Dlzma2_encoder.c265 lzma2_encoder_end(lzma_coder *coder, lzma_allocator *allocator) argument
307 lzma2_encoder_init(lzma_lz_encoder *lz, lzma_allocator *allocator, argument
352 lzma_lzma2_encoder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
H A Dlzma_encoder.c548 lzma_lzma_encoder_create(lzma_coder **coder_ptr, lzma_allocator *allocator, argument
607 lzma_encoder_init(lzma_lz_encoder *lz, lzma_allocator *allocator, argument
617 lzma_lzma_encoder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/simple/
H A Dsimple_coder.c21 copy_or_code(lzma_coder *coder, lzma_allocator *allocator, argument
72 simple_code(lzma_coder *coder, lzma_allocator *allocator, argument
204 simple_coder_end(lzma_coder *coder, lzma_allocator *allocator) argument
214 simple_coder_update(lzma_coder *coder, lzma_allocator *allocator, argument
225 lzma_simple_coder_init(lzma_next_coder *next, lzma_allocator *allocator, const lzma_filter_info *filters, size_t (*filter)(lzma_simple *simple, uint32_t now_pos, bool is_encoder, uint8_t *buffer, size_t size), size_t simple_size, size_t unfiltered_max, uint32_t alignment, bool is_encoder) argument
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/api/lzma/
H A Dbase.h468 lzma_allocator *allocator; member in struct:__anon2877
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/bin_search_tree_/
H A Dbin_search_tree_.hpp226 typedef Allocator allocator; typedef in class:pb_assoc::detail::PB_ASSOC_CLASS_NAME
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/lu_map_/
H A Dlu_map_.hpp244 typedef Allocator allocator; typedef in class:pb_assoc::detail::PB_ASSOC_CLASS_NAME
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/
H A Dorder_statistics_imp.hpp379 typedef Allocator allocator; typedef in class:order_statistics_key_verifier
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/tree_policy/
H A Dorder_statistics_imp.hpp379 typedef Allocator allocator; typedef in class:order_statistics_key_verifier
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_sman.c156 drm_sman_set_manager(struct drm_sman * sman, unsigned int manager, struct drm_sman_mm * allocator) argument
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/omapip/
H A Domapip.h116 isc_result_t (*allocator) (omapi_object_t **, const char *, int); member in struct:__omapi_object_type_t
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/lto/
H A D20090106_0.C31 class allocator: public __gnu_cxx::new_allocator<_Tp> class in namespace:std
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22444.C61 template<typename _Tp> struct allocator:public __gnu_cxx::__mt_alloc<_Tp> struct in namespace:std
H A Dpr42337.C29 class allocator: public new_allocator<_Tp> { class in inherits:new_allocator
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
H A Dassoc_container.hpp661 typedef Allocator allocator; typedef in class:__gnu_pbds::list_update
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22444.C61 template<typename _Tp> struct allocator:public __gnu_cxx::__mt_alloc<_Tp> struct in namespace:std
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/
H A Dassoc_cntnr.hpp105 typedef Allocator allocator; typedef in class:pb_assoc::basic_assoc_cntnr
340 typedef Allocator allocator; typedef in class:pb_assoc::basic_assoc_cntnr
575 typedef Allocator allocator; typedef in class:pb_assoc::basic_assoc_cntnr
1520 typedef Allocator allocator; typedef in class:pb_assoc::lu_assoc_cntnr
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/
H A Dcc_ht_map_.hpp284 typedef Allocator allocator; typedef in class:pb_assoc::detail::PB_ASSOC_CLASS_NAME
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/
H A Dgp_ht_map_.hpp293 typedef Allocator allocator; typedef in class:pb_assoc::detail::PB_ASSOC_CLASS_NAME
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/ov_tree_map_/
H A Dov_tree_map_.hpp194 typedef Allocator allocator; typedef in class:pb_assoc::detail::PB_ASSOC_OV_TREE_CLASS_NAME

Completed in 243 milliseconds

1234