/netbsd-src/external/public-domain/xz/dist/src/liblzma/common/ |
H A D | block_buffer_encoder.c | 252 const size_t check_size = lzma_check_size(block->check); in block_buffer_encode() local 253 assert(check_size != UINT32_MAX); in block_buffer_encode() 256 if (out_size - *out_pos <= check_size) in block_buffer_encode() 259 out_size -= check_size; in block_buffer_encode() 300 if (check_size > 0) { in block_buffer_encode() 309 memcpy(block->raw_check, check.buffer.u8, check_size); in block_buffer_encode() 310 memcpy(out + *out_pos, check.buffer.u8, check_size); in block_buffer_encode() 311 *out_pos += check_size; in block_buffer_encode()
|
H A D | block_encoder.c | 122 const size_t check_size = lzma_check_size(coder->block->check); in block_encode() local 123 lzma_bufcpy(coder->check.buffer.u8, &coder->pos, check_size, in block_encode() 125 if (coder->pos < check_size) in block_encode() 129 check_size); in block_encode()
|
H A D | block_decoder.c | 157 const size_t check_size = lzma_check_size(coder->block->check); in block_decode() local 159 &coder->check_pos, check_size); in block_decode() 160 if (coder->check_pos < check_size) in block_decode() 170 check_size) != 0) in block_decode()
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/journal/ |
H A D | tests.sh | 217 check_size() ( function 220 retry_quiet 10 check_size || ret=1 232 check_size() ( function 235 retry_quiet 10 check_size || ret=1
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/ |
H A D | debug_fn_imps.hpp | 50 debug_base::check_size(m_num_used_e, __file, __line); in assert_valid()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/ |
H A D | debug_fn_imps.hpp | 50 debug_base::check_size(m_num_used_e, __file, __line); in assert_valid()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/ |
H A D | debug_fn_imps.hpp | 56 debug_base::check_size(calc_size, __file, __line); in assert_valid()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/ |
H A D | debug_fn_imps.hpp | 56 debug_base::check_size(calc_size, __file, __line); in assert_valid()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ |
H A D | debug_map_base.hpp | 104 check_size(size_type, const char*, int) const; 233 check_size(size_type size, const char* __file, int __line) const in check_size() function in __gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ |
H A D | debug_map_base.hpp | 104 check_size(size_type, const char*, int) const; 233 check_size(size_type size, const char* __file, int __line) const in check_size() function in __gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/ |
H A D | debug_fn_imps.hpp | 50 debug_base::check_size(m_num_used_e, __file, __line); in assert_valid()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/ |
H A D | debug_fn_imps.hpp | 50 debug_base::check_size(m_num_used_e, __file, __line); in assert_valid()
|
/netbsd-src/external/lgpl3/gmp/dist/tune/ |
H A D | tuneup.c | 249 mp_size_t check_size; member 553 if (param->check_size != 0) in one() 556 s.size = param->check_size; in one() 2194 param.check_size = 256; \ 2355 param.check_size = 256; in tune_mod_1() 2368 param.check_size = 256; in tune_mod_1() 2421 param.check_size = 256; in tune_mod_1() 2537 param.check_size = 256; in tune_divrem_2() 2554 param.check_size = 500; in tune_div_qr_2() 2586 param.check_size = 256; in tune_divexact_1() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ |
H A D | debug_fn_imps.hpp | 61 debug_base::check_size(m_size, __file, __line); in assert_iterators()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ |
H A D | debug_fn_imps.hpp | 61 debug_base::check_size(m_size, __file, __line); in assert_iterators()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-d30v.c | 1840 check_size (long value, int bits, const char *file, int line) in check_size() function 1932 check_size (value, 6, fixP->fx_file, fixP->fx_line); in md_apply_fix() 1945 check_size (value, 9, fixP->fx_file, fixP->fx_line); in md_apply_fix() 1951 check_size (value, 15, fixP->fx_file, fixP->fx_line); in md_apply_fix() 1964 check_size (value, 15, fixP->fx_file, fixP->fx_line); in md_apply_fix() 1970 check_size (value, 21, fixP->fx_file, fixP->fx_line); in md_apply_fix() 1983 check_size (value, 21, fixP->fx_file, fixP->fx_line); in md_apply_fix()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-d30v.c | 1840 check_size (long value, int bits, const char *file, int line) in check_size() function 1932 check_size (value, 6, fixP->fx_file, fixP->fx_line); in md_apply_fix() 1945 check_size (value, 9, fixP->fx_file, fixP->fx_line); in md_apply_fix() 1951 check_size (value, 15, fixP->fx_file, fixP->fx_line); in md_apply_fix() 1964 check_size (value, 15, fixP->fx_file, fixP->fx_line); in md_apply_fix() 1970 check_size (value, 21, fixP->fx_file, fixP->fx_line); in md_apply_fix() 1983 check_size (value, 21, fixP->fx_file, fixP->fx_line); in md_apply_fix()
|
/netbsd-src/usr.bin/xlint/lint1/ |
H A D | cgram.y | 1119 check_size($1); 1125 check_size($1); 1133 check_size($1); 1140 check_size($1);
|
H A D | externs1.h | 266 void check_size(const sym_t *);
|
H A D | decl.c | 2837 check_size(const sym_t *dsym) in check_size() 2823 check_size(const sym_t *dsym) check_size() function
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
H A D | debug_fn_imps.hpp | 256 debug_base::check_size(m_size, __file, __line); in assert_consistent_with_debug_base()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
H A D | debug_fn_imps.hpp | 256 debug_base::check_size(m_size, __file, __line); in assert_consistent_with_debug_base()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/ |
H A D | stdint.m4 | 190 int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
H A D | stdint.m4 | 218 int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2006 | 4663 (ada_coerce_to_simple_array): Call check_size to make sure
|