/toolchain/binutils/binutils-2.27/zlib/contrib/dotzlib/DotZLib/ |
D | UnitTests.cs | 51 Assert.AreEqual( 0, buf.Size ); in SinglePutGet() 52 Assert.AreEqual( -1, buf.Get() ); in SinglePutGet() 54 Assert.IsTrue(buf.Put( 1 )); in SinglePutGet() 55 Assert.AreEqual( 1, buf.Size ); in SinglePutGet() 56 Assert.AreEqual( 1, buf.Get() ); in SinglePutGet() 57 Assert.AreEqual( 0, buf.Size ); in SinglePutGet() 58 Assert.AreEqual( -1, buf.Get() ); in SinglePutGet() 66 Assert.AreEqual( 10, buf.Put(arr,0,10) ); in BlockPutGet() 67 Assert.AreEqual( 10, buf.Size ); in BlockPutGet() 68 Assert.IsFalse( buf.Put(11) ); in BlockPutGet() [all …]
|
D | CircularBuffer.cs | 29 Debug.Assert( capacity > 0 ); in CircularBuffer() 41 Debug.Assert( count > 0 ); in Put()
|
/toolchain/binutils/binutils-2.27/zlib/ |
D | trees.c | 194 Assert(length > 0 && length <= 15, "invalid length"); 265 Assert (length == 256, "tr_static_init: length != 256"); in tr_static_init() 280 Assert (dist == 256, "tr_static_init: dist != 256"); in tr_static_init() 288 Assert (dist == 256, "tr_static_init: 256+dist != 512"); in tr_static_init() 333 Assert (header != NULL, "Can't open trees.h"); in gen_trees_header() 594 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1, 777 Assert(count >= 3 && count <= 6, " 3_6?"); 842 Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes"); 843 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES, 951 Assert(buf != (char*)0, "lost buf"); [all …]
|
D | deflate.c | 947 Assert(strm->avail_out > 0, "bug2"); 1182 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever"); 1193 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); 1196 Assert(cur_match < s->strstart, "no future"); 1223 Assert(scan[2] == match[2], "scan[2]?"); 1234 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); 1254 Assert(*scan == *match, "match[2]?"); 1266 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); 1309 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever"); 1311 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); [all …]
|
D | zutil.h | 223 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro 230 # define Assert(cond,msg) macro
|
D | zutil.c | 263 Assert(0, "zcfree: ptr not found"); in zcfree()
|
/toolchain/binutils/binutils-2.27/zlib/contrib/ada/ |
D | zlib.ads | 291 pragma Assert (Ada.Streams.Stream_Element'Size = 8); 292 pragma Assert (Ada.Streams.Stream_Element'Modulus = 2**8);
|
D | buffer_demo.adb | 54 pragma Assert (I = Source'Last);
|
D | zlib.adb | 407 pragma Assert (Rest_First in Buffer'First .. Buffer'Last + 1); 408 pragma Assert (Rest_Last in Buffer'First - 1 .. Buffer'Last);
|
D | readme.txt | 18 - Add pragma Assert to check Stream_Element is 8 bit.
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | ChangeLog-2013 | 926 (elf_vax_instantiate_got_entries): Assert that rather than check 1897 * elf32-rl78.c (GET_RELOC): Assert that there are relocs to get. 2430 (mips_elf_create_local_got_entry): Assert that TLS entries have 2439 (_bfd_mips_elf_finish_dynamic_symbol): Assert that TLS GOT offsets 2638 (mips_elf_multi_got, mips_elf_lay_out_got): Assert that the right
|
D | ChangeLog-2011 | 690 (elf_cris_adjust_gotplt_to_got): Assert integrity of the gotplt 2911 elf32_arm_link_hash_entry. Assert the is_iplt has not yet been set. 2913 to get PLT information. Assert that all STT_GNU_IFUNC references 2931 .iplts. Don't set sreloc for static relocations. Assert that 3038 (elf32_arm_gc_sweep_hook): Update to match. Assert that we don't
|
D | ChangeLog-2006 | 146 * elf32-arm.c (elf32_arm_to_thumb_export_stub): Assert that output 153 * elf32-arm.c (elf32_arm_to_thumb_export_stub): Assert that output 419 * elf.c (_bfd_elf_init_private_section_data): Assert output 1561 (assign_file_positions_for_load_sections): ..here. Assert 3202 either plt_type == PLT_OLD or plt_type == PLT_NEW. Assert that
|
D | ChangeLog-2008 | 1214 of MIPS_RESERVED_GOTNO. Assert htab->use_plts_and_copy_relocs 1315 Assert == rather than <= when checking hsd.max_unref_got_dynindx. 1336 (mips_elf_recreate_got): Assert that h->global_got_area == GGA_NONE
|
D | ChangeLog-2014 | 610 * elf64-x86-64.c (elf_x86_64_check_relocs): Assert size of 2036 param with bfd*. Assert is_linker_output and link.hash, and
|
D | ChangeLog-9899 | 1684 * elflink.h (elf_bfd_final_link): Assert that section reloc_count 3413 Assert that gotent->use_count > 0. 3707 (elf64_alpha_relocate_section): Assert we don't overrun
|
D | ChangeLog-2015 | 118 PLT entries. Assert alignment requirements. 4115 * elflink.c (elf_link_output_sym): Assert elf_onesymtab set.
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | ChangeLog-2011 | 454 (hppa_processs_unwind): Assert that there is only one string table
|
D | ChangeLog-2007 | 194 * windres.c (windres_add_include_dir): Assert that p is non-NULL,
|
/toolchain/binutils/binutils-2.27/gold/ |
D | ChangeLog-0815 | 376 * symtab.cc (Symbol_table::sized_write_symbol): Assert IFUNC 2718 (Target_powerpc::symval_for_branch): Assert if called for 3022 Take new argument RELAX_OUTPUTS. Assert it's an empty collection. 3677 (Eh_frame::add_ehframe_for_plt): Assert no new CIEs after mapping. 6688 Assert if we see DW_EH_PE_indirect. 7026 (Layout::create_interp): Assert that there is no PT_INTERP 8030 (Object::input_file): Assert that input_file != NULL. 8658 (Output_segment::set_offset): Assert if PT_GNU_RELRO segment does not 10844 (Stringpool_template::set_no_zero_null): Assert string set is empty. 11081 * workqueue.h (Task_function::Task_function): Assert that there is [all …]
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2012 | 215 (ppc_setup_opcodes): Assert num_powerpc_operands fit. 1086 * config/tc-mips.c (mips_after_parse_args): Assert that arch_info
|
D | ChangeLog-2013 | 1130 * config/tc-mips.c: Assert that offsetT and valueT are at least 1822 (macro): Use it. Assert that trunc.w.s is not used for r5900.
|
D | ChangeLog-2006 | 359 Assert DWARF2_CIE_DATA_ALIGNMENT is non-zero. 361 * write.c (chain_frchains_together_1): Assert that this function
|
D | ChangeLog-2007 | 1745 * expr.c (expr): Assert on rankarg, not rank which can be unsigned. 1756 (know): Assert if ENABLE_CHECKING.
|
D | ChangeLog-2014 | 669 <M_SAAD_AB>: ... here. Assert that !microMIPS.
|